diff options
Diffstat (limited to 'x11-themes/gtk-engines-notif2')
-rw-r--r-- | x11-themes/gtk-engines-notif2/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0-r1.ebuild | 13 | ||||
-rw-r--r-- | x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild | 13 |
3 files changed, 10 insertions, 24 deletions
diff --git a/x11-themes/gtk-engines-notif2/ChangeLog b/x11-themes/gtk-engines-notif2/ChangeLog index f6953ef3ef4f..dbd5d57edd57 100644 --- a/x11-themes/gtk-engines-notif2/ChangeLog +++ b/x11-themes/gtk-engines-notif2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-notif2 -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/ChangeLog,v 1.14 2005/10/02 19:45:12 agriffis Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/ChangeLog,v 1.15 2007/01/05 09:28:05 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + gtk-engines-notif2-1.0.ebuild, gtk-engines-notif2-1.0-r1.ebuild: + Remove gnuconfig_update usage, leave it to econf. 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> gtk-engines-notif2-1.0-r1.ebuild: diff --git a/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0-r1.ebuild b/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0-r1.ebuild index 37c0403407f5..8bf736115f22 100644 --- a/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0-r1.ebuild +++ b/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0-r1.ebuild @@ -1,8 +1,6 @@ -# 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-notif2/gtk-engines-notif2-1.0-r1.ebuild,v 1.7 2005/10/02 19:45:12 agriffis Exp $ - -inherit gnuconfig +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0-r1.ebuild,v 1.8 2007/01/05 09:28:05 flameeyes Exp $ DESCRIPTION="GTK+1 Notif2 Theme Engine" HOMEPAGE="http://themes.freshmeat.net/projects/notif210/" @@ -16,13 +14,6 @@ DEPEND="=x11-libs/gtk+-1.2*" S=${WORKDIR}/notif2-${PV} -src_unpack() { - unpack ${A} - if [[ ${ARCH} == "amd64" ]]; then - gnuconfig_update - fi -} - src_compile() { local myconf="$(use_enable static)" diff --git a/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild b/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild index e0b59a91b950..c99e61aa9e6f 100644 --- a/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild +++ b/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild @@ -1,8 +1,6 @@ -# 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-notif2/gtk-engines-notif2-1.0.ebuild,v 1.10 2005/08/02 11:50:49 leonardop Exp $ - -inherit gnuconfig +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild,v 1.11 2007/01/05 09:28:05 flameeyes Exp $ DESCRIPTION="GTK+1 Notif2 Theme Engine" HOMEPAGE="http://themes.freshmeat.net/projects/notif210/" @@ -16,13 +14,6 @@ DEPEND="=x11-libs/gtk+-1.2*" S=${WORKDIR}/notif2-${PV} -src_unpack() { - unpack ${A} - if [[ ${ARCH} == "amd64" ]]; then - gnuconfig_update - fi -} - src_install() { einstall || die "Installation failed" |