diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:59:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:59:56 +0000 |
commit | 3a8a8794e5689d20d50b7e1e54464fa809846307 (patch) | |
tree | a44e639de7335507360a9877994f0262c826f4af /x11-plugins/wmbiff | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-3a8a8794e5689d20d50b7e1e54464fa809846307.tar.gz gentoo-2-3a8a8794e5689d20d50b7e1e54464fa809846307.tar.bz2 gentoo-2-3a8a8794e5689d20d50b7e1e54464fa809846307.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-plugins/wmbiff')
-rw-r--r-- | x11-plugins/wmbiff/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.15.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.17.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmbiff/ChangeLog b/x11-plugins/wmbiff/ChangeLog index 6ea1e40b7bf5..d531c98bd0f5 100644 --- a/x11-plugins/wmbiff/ChangeLog +++ b/x11-plugins/wmbiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmbiff # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.9 2004/03/19 10:04:28 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.10 2004/04/26 14:58:59 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> wmbiff-0.4.15.ebuild: + Add die following econf for bug 48950 19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmbiff-0.4.20.ebuild: Inherit eutils. diff --git a/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild index 37ea5e84ca6f..72d8fbda93d8 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.15.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-plugins/wmbiff/wmbiff-0.4.15.ebuild,v 1.6 2003/12/18 12:45:19 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild,v 1.7 2004/04/26 14:58:59 agriffis Exp $ DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes." SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz" @@ -15,7 +15,7 @@ KEYWORDS="x86 sparc amd64" src_compile() { cd ${S} - econf + econf || die "econf failed" emake || die } diff --git a/x11-plugins/wmbiff/wmbiff-0.4.17.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.17.ebuild index a7bf7ce583cf..4a4e28ef4e02 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.17.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.17.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-plugins/wmbiff/wmbiff-0.4.17.ebuild,v 1.1 2003/12/18 12:45:19 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.17.ebuild,v 1.2 2004/04/26 14:58:59 agriffis Exp $ DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes." SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz" |