diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:05:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:05:28 +0000 |
commit | 7114c2f5eafd9eb6956a225ca74aa4a4fc06d121 (patch) | |
tree | ca76a02335ab4648972793627670f419ae7fe873 /x11-themes/wm-icons | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-7114c2f5eafd9eb6956a225ca74aa4a4fc06d121.tar.gz gentoo-2-7114c2f5eafd9eb6956a225ca74aa4a4fc06d121.tar.bz2 gentoo-2-7114c2f5eafd9eb6956a225ca74aa4a4fc06d121.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-themes/wm-icons')
-rw-r--r-- | x11-themes/wm-icons/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/wm-icons/wm-icons-0.3.0.ebuild | 6 | ||||
-rw-r--r-- | x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-themes/wm-icons/ChangeLog b/x11-themes/wm-icons/ChangeLog index 02ca8275d663..1198a1f98709 100644 --- a/x11-themes/wm-icons/ChangeLog +++ b/x11-themes/wm-icons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/wm-icons -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/ChangeLog,v 1.4 2004/02/29 16:45:27 aliz Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/ChangeLog,v 1.5 2004/04/26 15:03:49 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> wm-icons-0.3.0.ebuild, + wm-icons-0.4.0_pre1.ebuild: + Add die following econf for bug 48950 17 Dec 2003; Tavis Ormandy <taviso@gentoo.org> wm-icons-0.4.0_pre1.ebuild: marking stable. diff --git a/x11-themes/wm-icons/wm-icons-0.3.0.ebuild b/x11-themes/wm-icons/wm-icons-0.3.0.ebuild index 84b9e18b45bd..79093b0dcbdf 100644 --- a/x11-themes/wm-icons/wm-icons-0.3.0.ebuild +++ b/x11-themes/wm-icons/wm-icons-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.3.0.ebuild,v 1.3 2003/09/14 09:58:20 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.3.0.ebuild,v 1.4 2004/04/26 15:03:49 agriffis Exp $ inherit gnuconfig @@ -27,7 +27,7 @@ src_unpack() { } src_compile() { - econf --enable-all-sets --enable-icondir=/usr/share/icons/wm-icons + econf --enable-all-sets --enable-icondir=/usr/share/icons/wm-icons || die "econf failed" emake } diff --git a/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild b/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild index a8b7b44d0c16..f1bf5f776ac1 100644 --- a/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild +++ b/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild,v 1.3 2003/12/17 20:51:31 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/wm-icons/wm-icons-0.4.0_pre1.ebuild,v 1.4 2004/04/26 15:03:49 agriffis Exp $ inherit gnuconfig @@ -38,7 +38,7 @@ src_compile() { autoreconf ) 2>/dev/null eend $? - econf --enable-all-sets --enable-icondir=/usr/share/icons/wm-icons + econf --enable-all-sets --enable-icondir=/usr/share/icons/wm-icons || die "econf failed" emake } |