From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6165138334 for ; Sat, 6 Oct 2018 15:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C554E0905; Sat, 6 Oct 2018 15:38:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FC44E0905 for ; Sat, 6 Oct 2018 15:38:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABF06335C47 for ; Sat, 6 Oct 2018 15:38:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 125CD42D for ; Sat, 6 Oct 2018 15:38:54 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1538840315.b4c20c2e77c028aca7b0270b651873d658936d08.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/qelectrotech/qelectrotech-9999.ebuild X-VCS-Directories: sci-electronics/qelectrotech/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b4c20c2e77c028aca7b0270b651873d658936d08 X-VCS-Branch: master Date: Sat, 6 Oct 2018 15:38:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a30d603a-8d93-4b47-95e0-f5d08ad0e963 X-Archives-Hash: 66d57e7c6dbb1bacdba9bea526133d19 commit: b4c20c2e77c028aca7b0270b651873d658936d08 Author: Michael Palimaka gentoo org> AuthorDate: Sat Oct 6 15:38:03 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Oct 6 15:38:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c20c2e sci-electronics/qelectrotech: sync 9999 with latest release Signed-off-by: Michael Palimaka gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild index 471a9443139..beb66ed5e78 100644 --- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild +++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2001-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit eutils gnome2-utils qmake-utils subversion xdg-utils +inherit gnome2-utils qmake-utils subversion xdg-utils MY_P=${PN}-${PV%0}-src @@ -17,6 +17,7 @@ KEYWORDS="" IUSE="doc" RDEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 @@ -33,14 +34,12 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} DOCS=( CREDIT ChangeLog README ) - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.3-fix-paths.patch" -} +PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" ) src_configure() { eqmake5 ${PN}.pro } + src_install() { emake INSTALL_ROOT="${D}" install @@ -52,16 +51,14 @@ src_install() { fi } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update }