diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:01:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:01:17 +0000 |
commit | 3fc66c9a61bfbbe0fc21baa500b354100ee6bee3 (patch) | |
tree | 564a57db0480539199e5239fb397f31159379e48 | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-3fc66c9a61bfbbe0fc21baa500b354100ee6bee3.tar.gz historical-3fc66c9a61bfbbe0fc21baa500b354100ee6bee3.tar.bz2 historical-3fc66c9a61bfbbe0fc21baa500b354100ee6bee3.zip |
Add die following econf for bug 48950
-rw-r--r-- | x11-plugins/astime/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/astime/astime-2.8.ebuild | 6 | ||||
-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 | ||||
-rw-r--r-- | x11-plugins/wmmsg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/wmpinboard/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmpinboard/wmpinboard-1.0.ebuild | 4 |
9 files changed, 31 insertions, 19 deletions
diff --git a/x11-plugins/astime/ChangeLog b/x11-plugins/astime/ChangeLog index 28f14a05e6e7..d3b89249fa06 100644 --- a/x11-plugins/astime/ChangeLog +++ b/x11-plugins/astime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/astime -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/ChangeLog,v 1.2 2003/12/06 17:54:17 lanius Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/ChangeLog,v 1.3 2004/04/26 14:57:44 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> astime-2.8.ebuild: + Add die following econf for bug 48950 06 Dec 2003; Heinrich Wendel <lanius@gentoo.org> astime-2.8.ebuild: added ~amd64 diff --git a/x11-plugins/astime/astime-2.8.ebuild b/x11-plugins/astime/astime-2.8.ebuild index 2e870525ce16..51427ccc6ee0 100644 --- a/x11-plugins/astime/astime-2.8.ebuild +++ b/x11-plugins/astime/astime-2.8.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/astime/astime-2.8.ebuild,v 1.6 2004/03/26 23:10:05 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.7 2004/04/26 14:57:44 agriffis Exp $ DESCRIPTION="Analogue clock utility for X Windows." HOMEPAGE="http://www.tigr.net/" @@ -17,7 +17,7 @@ src_compile() { local myconf use jpeg || myconf="--disable-jpeg" - econf $myconf + econf $myconf || die "econf failed" emake } 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" diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog index 5cfb7bab96f0..e31a30ab8bff 100644 --- a/x11-plugins/wmmsg/ChangeLog +++ b/x11-plugins/wmmsg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmsg -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.1 2003/04/15 17:11:19 liquidx Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.2 2004/04/26 14:59:56 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> wmmsg-1.0.ebuild: + Add die following econf for bug 48950 *wmmsg-1.0 (15 Apr 2003) diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild index 9cad75afe04e..60ffd9f8b7fc 100644 --- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild +++ b/x11-plugins/wmmsg/wmmsg-1.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-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.3 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.4 2004/04/26 14:59:56 agriffis Exp $ DESCRIPTION="wmmsg is a dockapp that informs you of new events, such as incoming chat messages, by displaying related icons and arrival times" HOMEPAGE="http://taxiway.swapspace.net/~matt/wmmsg/" @@ -15,7 +15,7 @@ DEPEND="virtual/x11 S=${WORKDIR}/${PN} src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/x11-plugins/wmpinboard/ChangeLog b/x11-plugins/wmpinboard/ChangeLog index bb0294e49fc8..6de806a9745e 100644 --- a/x11-plugins/wmpinboard/ChangeLog +++ b/x11-plugins/wmpinboard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpinboard # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpinboard/ChangeLog,v 1.7 2004/04/25 15:48:17 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpinboard/ChangeLog,v 1.8 2004/04/26 15:01:17 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> wmpinboard-1.0.ebuild: + Add die following econf for bug 48950 25 Apr 2004; David Holm <dholm@gentoo.org> wmpinboard-1.0.ebuild: Added to ~ppc. diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild index 8c8e1772c50a..05be523bcb85 100644 --- a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild +++ b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild,v 1.9 2004/04/25 15:48:17 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild,v 1.10 2004/04/26 15:01:17 agriffis Exp $ IUSE="" DESCRIPTION="Window Maker dock applet resembling a miniature pinboard." @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc alpha amd64 ~ppc" src_compile() { - econf + econf || die "econf failed" emake || die "emake failed" } |