From 0c58135ccfda96bbcf4e53fe81440dcae9de274d Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 24 Dec 2019 12:53:17 +0100 Subject: x11-themes/gtk-engines-nodoka: Port to EAPI 7 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: David Seifert --- .../gtk-engines-nodoka-0.7.5.ebuild | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'x11-themes/gtk-engines-nodoka') diff --git a/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild b/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild index 91f6b0df9293..2c9744b94635 100644 --- a/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild +++ b/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 -inherit eutils +EAPI=7 MY_P="gtk-nodoka-engine-${PV}" @@ -15,24 +14,23 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="animation-rtl" -RDEPEND=">=x11-libs/gtk+-2.18.0:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" +RDEPEND="x11-libs/gtk+:2" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}" -src_prepare() { - epatch "${FILESDIR}/${P}-glib2.32.patch" -} +PATCHES=( "${FILESDIR}"/${P}-glib2.32.patch ) src_configure() { econf \ - --disable-dependency-tracking \ --enable-animation \ $(use_enable animation-rtl animationtoleft) } src_install() { default - find "${D}" -name "*.la" -delete || die + + # no static archives + find "${D}" -name '*.la' -delete || die } -- cgit v1.2.3-65-gdbad