summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:59:56 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:59:56 +0000
commit3a8a8794e5689d20d50b7e1e54464fa809846307 (patch)
treea44e639de7335507360a9877994f0262c826f4af /x11-plugins
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-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')
-rw-r--r--x11-plugins/astime/ChangeLog7
-rw-r--r--x11-plugins/astime/astime-2.8.ebuild6
-rw-r--r--x11-plugins/wmbiff/ChangeLog5
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.15.ebuild6
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.17.ebuild4
-rw-r--r--x11-plugins/wmmsg/ChangeLog7
-rw-r--r--x11-plugins/wmmsg/wmmsg-1.0.ebuild6
7 files changed, 25 insertions, 16 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
}