diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:28:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 09:28:05 +0000 |
commit | 0a0aebcb2b563c028c51fe6f419d194c5cc0f111 (patch) | |
tree | 0ef45d9d74598e86e5cf93dcf134056296bc7404 /x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0-r1.ebuild | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | gentoo-2-0a0aebcb2b563c028c51fe6f419d194c5cc0f111.tar.gz gentoo-2-0a0aebcb2b563c028c51fe6f419d194c5cc0f111.tar.bz2 gentoo-2-0a0aebcb2b563c028c51fe6f419d194c5cc0f111.zip |
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0-r1.ebuild')
-rw-r--r-- | x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0-r1.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
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)" |