diff options
author | 2007-01-05 09:25:22 +0000 | |
---|---|---|
committer | 2007-01-05 09:25:22 +0000 | |
commit | b0ece35cef74dba03debeeaebcedfc42e3da7ba7 (patch) | |
tree | 9e361cf9a1098abcd52737b48f5f3419a43adf6d /x11-themes/gtk-engines-flat | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | gentoo-2-b0ece35cef74dba03debeeaebcedfc42e3da7ba7.tar.gz gentoo-2-b0ece35cef74dba03debeeaebcedfc42e3da7ba7.tar.bz2 gentoo-2-b0ece35cef74dba03debeeaebcedfc42e3da7ba7.zip |
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'x11-themes/gtk-engines-flat')
-rw-r--r-- | x11-themes/gtk-engines-flat/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild | 12 | ||||
-rw-r--r-- | x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild | 12 |
3 files changed, 10 insertions, 22 deletions
diff --git a/x11-themes/gtk-engines-flat/ChangeLog b/x11-themes/gtk-engines-flat/ChangeLog index 5f6348d2de50..71a0e8c3b529 100644 --- a/x11-themes/gtk-engines-flat/ChangeLog +++ b/x11-themes/gtk-engines-flat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-flat -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/ChangeLog,v 1.21 2006/10/09 17:55:27 the_paya Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/ChangeLog,v 1.22 2007/01/05 09:25:22 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + gtk-engines-flat-2.0-r1.ebuild, gtk-engines-flat-2.0-r2.ebuild: + Remove gnuconfig_update usage, leave it to econf. 09 Oct 2006; Javier Villavicencio <the_paya@gentoo.org> gtk-engines-flat-2.0-r2.ebuild: diff --git a/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild b/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild index 9b2ff5543c8d..b4bee07109b5 100644 --- a/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild +++ b/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild,v 1.10 2005/08/02 09:31:06 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r1.ebuild,v 1.11 2007/01/05 09:25:22 flameeyes Exp $ -inherit gnuconfig MY_PN="gtk-flat-theme" MY_P=${MY_PN}-${PV} @@ -22,13 +21,6 @@ DEPEND="${REPEND} S=${WORKDIR}/${MY_P} -src_unpack() { - unpack ${A} - if [[ ${ARCH} == "amd64" ]]; then - gnuconfig_update ${WORKDIR} - fi -} - src_install() { make DESTDIR="${D}" install || die "Installation failed" diff --git a/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild b/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild index c165e78426b1..f5925682dc4f 100644 --- a/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild +++ b/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild,v 1.11 2006/10/09 17:55:27 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild,v 1.12 2007/01/05 09:25:22 flameeyes Exp $ -inherit gnuconfig MY_PN="gtk-flat-theme" MY_P=${MY_PN}-${PV} @@ -22,13 +21,6 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} -src_unpack() { - unpack ${A} - if [[ ${ARCH} == "amd64" ]]; then - gnuconfig_update ${WORKDIR} - fi -} - src_compile() { local myconf="$(use_enable static)" |