diff options
author | 2007-01-05 09:28:05 +0000 | |
---|---|---|
committer | 2007-01-05 09:28:05 +0000 | |
commit | 2fea69fb1ceea65d6099ef8fd9e718d44b054b82 (patch) | |
tree | 3496d57ba52fb4c7171662adb26d5e85c0f1266e /x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0-r1.ebuild | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | historical-2fea69fb1ceea65d6099ef8fd9e718d44b054b82.tar.gz historical-2fea69fb1ceea65d6099ef8fd9e718d44b054b82.tar.bz2 historical-2fea69fb1ceea65d6099ef8fd9e718d44b054b82.zip |
Remove gnuconfig_update usage, leave it to econf.
Package-Manager: portage-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)" |