summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/rioutil/ChangeLog6
-rw-r--r--app-misc/rioutil/rioutil-1.4.2b.ebuild4
-rw-r--r--app-misc/rioutil/rioutil-1.4.4.ebuild4
-rw-r--r--app-misc/screen/ChangeLog6
-rw-r--r--app-misc/screen/screen-4.0.1-r2.ebuild4
-rw-r--r--app-misc/screen/screen-4.0.2.ebuild4
-rw-r--r--app-misc/sjog/ChangeLog5
-rw-r--r--app-misc/sjog/sjog-0.6.ebuild4
-rw-r--r--app-misc/towitoko/ChangeLog5
-rw-r--r--app-misc/towitoko/towitoko-2.0.7.ebuild4
-rw-r--r--app-misc/tpconfig/ChangeLog7
-rw-r--r--app-misc/tpconfig/tpconfig-3.1.3.ebuild4
-rw-r--r--app-misc/uptimed/ChangeLog5
-rw-r--r--app-misc/uptimed/uptimed-0.3.0-r1.ebuild4
-rw-r--r--app-misc/workrave/ChangeLog5
-rw-r--r--app-misc/workrave/workrave-1.2.2.ebuild4
16 files changed, 49 insertions, 26 deletions
diff --git a/app-misc/rioutil/ChangeLog b/app-misc/rioutil/ChangeLog
index d64ad1db4e34..5f598e0de5bb 100644
--- a/app-misc/rioutil/ChangeLog
+++ b/app-misc/rioutil/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/rioutil
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.10 2004/04/02 19:34:26 hillster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.11 2004/04/25 22:22:28 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> rioutil-1.4.2b.ebuild,
+ rioutil-1.4.4.ebuild:
+ Add die following econf for bug 48950
*rioutil-1.4.4 (02 Apr 2004)
diff --git a/app-misc/rioutil/rioutil-1.4.2b.ebuild b/app-misc/rioutil/rioutil-1.4.2b.ebuild
index 13991064759a..c4a1f838d3b9 100644
--- a/app-misc/rioutil/rioutil-1.4.2b.ebuild
+++ b/app-misc/rioutil/rioutil-1.4.2b.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/app-misc/rioutil/rioutil-1.4.2b.ebuild,v 1.3 2004/03/31 12:35:42 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.2b.ebuild,v 1.4 2004/04/25 22:22:28 agriffis Exp $
DESCRIPTION="Command line tools for transfering mp3s to and from a Rio 600, 800, and Nike PSA/Play"
HOMEPAGE="http://rioutil.sourceforge.net/"
@@ -16,7 +16,7 @@ DEPEND="sys-libs/zlib"
src_compile() {
local myconf="--with-usbdevfs"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "compile failure"
}
diff --git a/app-misc/rioutil/rioutil-1.4.4.ebuild b/app-misc/rioutil/rioutil-1.4.4.ebuild
index 63e4a65a23d4..37e70ac07db2 100644
--- a/app-misc/rioutil/rioutil-1.4.4.ebuild
+++ b/app-misc/rioutil/rioutil-1.4.4.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/app-misc/rioutil/rioutil-1.4.4.ebuild,v 1.1 2004/04/02 19:34:26 hillster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.4.ebuild,v 1.2 2004/04/25 22:22:28 agriffis Exp $
DESCRIPTION="Command line tool for transfering mp3s to and from a Rio 600, 800, Rio Riot, and Nike PSA/Play"
HOMEPAGE="http://rioutil.sourceforge.net/"
@@ -16,7 +16,7 @@ DEPEND="sys-libs/zlib"
src_compile() {
local myconf="--with-usbdevfs"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "compile failure"
}
diff --git a/app-misc/screen/ChangeLog b/app-misc/screen/ChangeLog
index 884e03685426..9ad893af257c 100644
--- a/app-misc/screen/ChangeLog
+++ b/app-misc/screen/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/screen
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.61 2004/04/12 23:56:06 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.62 2004/04/25 22:23:11 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> screen-4.0.1-r2.ebuild,
+ screen-4.0.2.ebuild:
+ Add die following econf for bug 48950
12 Apr 2004; Michael McCabe <randy@gentoo.org> screen-4.0.2.ebuild:
adding s390 keywords
diff --git a/app-misc/screen/screen-4.0.1-r2.ebuild b/app-misc/screen/screen-4.0.1-r2.ebuild
index 798cb653c159..158a228a231d 100644
--- a/app-misc/screen/screen-4.0.1-r2.ebuild
+++ b/app-misc/screen/screen-4.0.1-r2.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/app-misc/screen/screen-4.0.1-r2.ebuild,v 1.9 2004/04/06 04:24:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.1-r2.ebuild,v 1.10 2004/04/25 22:23:11 agriffis Exp $
inherit flag-o-matic eutils
@@ -58,7 +58,7 @@ src_compile() {
$(use_enable pam) \
--with-socket-dir=/var/run/screen \
--with-sys-screenrc=/etc/screenrc \
- --enable-rxvt_osc ${myconf}
+ --enable-rxvt_osc ${myconf} || die "econf failed"
# # Fix bug 12683 by fixing up term.h (remove dups and add missing).
# # This is really an upstream problem in screen, I think.
diff --git a/app-misc/screen/screen-4.0.2.ebuild b/app-misc/screen/screen-4.0.2.ebuild
index 9a14f9a2076d..68f5e069d405 100644
--- a/app-misc/screen/screen-4.0.2.ebuild
+++ b/app-misc/screen/screen-4.0.2.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/app-misc/screen/screen-4.0.2.ebuild,v 1.3 2004/04/12 23:56:06 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.2.ebuild,v 1.4 2004/04/25 22:23:11 agriffis Exp $
inherit eutils flag-o-matic
@@ -58,7 +58,7 @@ src_compile() {
$(use_enable pam) \
--with-socket-dir=/var/run/screen \
--with-sys-screenrc=/etc/screenrc \
- --enable-rxvt_osc ${myconf}
+ --enable-rxvt_osc ${myconf} || die "econf failed"
# # Fix bug 12683 by fixing up term.h (remove dups and add missing).
# # This is really an upstream problem in screen, I think.
diff --git a/app-misc/sjog/ChangeLog b/app-misc/sjog/ChangeLog
index 43c82d453de9..17bbec178c9f 100644
--- a/app-misc/sjog/ChangeLog
+++ b/app-misc/sjog/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/sjog
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sjog/ChangeLog,v 1.3 2004/03/14 10:53:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sjog/ChangeLog,v 1.4 2004/04/25 22:23:58 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> sjog-0.6.ebuild:
+ Add die following econf for bug 48950
14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> sjog-0.6.ebuild:
Don't assign default to S; header fix
diff --git a/app-misc/sjog/sjog-0.6.ebuild b/app-misc/sjog/sjog-0.6.ebuild
index 8f5b9cf8941f..eecbd0938b5e 100644
--- a/app-misc/sjog/sjog-0.6.ebuild
+++ b/app-misc/sjog/sjog-0.6.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/app-misc/sjog/sjog-0.6.ebuild,v 1.5 2004/03/14 10:53:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sjog/sjog-0.6.ebuild,v 1.6 2004/04/25 22:23:58 agriffis Exp $
DESCRIPTION="sjog - tool for the Sony Vaio jogdial"
HOMEPAGE="http://sjog.sourceforge.net/"
@@ -14,7 +14,7 @@ DEPEND="=x11-libs/gtk+-1.2*
=dev-libs/glib-1.2*"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-misc/towitoko/ChangeLog b/app-misc/towitoko/ChangeLog
index a4a297c51175..25d81c46e417 100644
--- a/app-misc/towitoko/ChangeLog
+++ b/app-misc/towitoko/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-misc/towitoko
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> towitoko-2.0.7.ebuild:
+ Add die following econf for bug 48950
+
*towitoko-2.0.7 (7 Nov 2002)
7 Nov 2002; Matt Keadle <mkeadle@gentoo.org> towitoko-2.0.7.ebuild
diff --git a/app-misc/towitoko/towitoko-2.0.7.ebuild b/app-misc/towitoko/towitoko-2.0.7.ebuild
index d58d67cef7a5..13505284025a 100644
--- a/app-misc/towitoko/towitoko-2.0.7.ebuild
+++ b/app-misc/towitoko/towitoko-2.0.7.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/app-misc/towitoko/towitoko-2.0.7.ebuild,v 1.5 2004/03/14 10:59:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/towitoko/towitoko-2.0.7.ebuild,v 1.6 2004/04/25 22:24:46 agriffis Exp $
DESCRIPTION="This library provides a driver for using Towitoko smartcard readers under UNIX environment."
SRC_URI="http://www.geocities.com/cprados/files/${P}.tar.gz"
@@ -14,7 +14,7 @@ IUSE="static"
src_compile() {
local myconf="--enable-devfs"
use static && myconf="${myconf} --enable-static"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/app-misc/tpconfig/ChangeLog b/app-misc/tpconfig/ChangeLog
index 4929d120ab60..1dad774fea16 100644
--- a/app-misc/tpconfig/ChangeLog
+++ b/app-misc/tpconfig/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/tpconfig
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tpconfig/ChangeLog,v 1.3 2003/04/29 20:07:56 mholzer Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tpconfig/ChangeLog,v 1.4 2004/04/25 22:25:40 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> tpconfig-3.1.3.ebuild:
+ Add die following econf for bug 48950
29 Apr 2003; Martin Holzer <mholzer@gentoo.org> files/tpconfig,
files/tpconfig.conf:
diff --git a/app-misc/tpconfig/tpconfig-3.1.3.ebuild b/app-misc/tpconfig/tpconfig-3.1.3.ebuild
index a537c891402f..d95bdbf05258 100644
--- a/app-misc/tpconfig/tpconfig-3.1.3.ebuild
+++ b/app-misc/tpconfig/tpconfig-3.1.3.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/app-misc/tpconfig/tpconfig-3.1.3.ebuild,v 1.6 2004/03/14 10:59:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tpconfig/tpconfig-3.1.3.ebuild,v 1.7 2004/04/25 22:25:40 agriffis Exp $
DESCRIPTION="Touchpad config for ALPS and Synaptics TPs. Controls tap/click behaviour"
HOMEPAGE="http://www.compass.com/synaptics/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="x86"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "Failed emake"
}
diff --git a/app-misc/uptimed/ChangeLog b/app-misc/uptimed/ChangeLog
index 43bdd3da5959..0ffa79097887 100644
--- a/app-misc/uptimed/ChangeLog
+++ b/app-misc/uptimed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/uptimed
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.12 2004/02/26 18:52:24 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.13 2004/04/25 22:26:36 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> uptimed-0.3.0-r1.ebuild:
+ Add die following econf for bug 48950
26 Feb 2004; Martin Holzer <mholzer@gentoo.org> uptimed-0.3.1.ebuild:
x86 stable
diff --git a/app-misc/uptimed/uptimed-0.3.0-r1.ebuild b/app-misc/uptimed/uptimed-0.3.0-r1.ebuild
index f1ebf49ef4b4..530ec6822cbb 100644
--- a/app-misc/uptimed/uptimed-0.3.0-r1.ebuild
+++ b/app-misc/uptimed/uptimed-0.3.0-r1.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/app-misc/uptimed/uptimed-0.3.0-r1.ebuild,v 1.4 2004/02/29 17:20:00 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/uptimed-0.3.0-r1.ebuild,v 1.5 2004/04/25 22:26:36 agriffis Exp $
DESCRIPTION="Standard informational utilities and process-handling tools"
SRC_URI="mirror://sourceforge/uptimed/${P}.tar.bz2"
@@ -15,7 +15,7 @@ src_compile() {
sed -i "s:-d /var/:-d ${D}/var/:g" ${S}/Makefile.am
sed -i "s:-d /var/:-d ${D}/var/:g" ${S}/Makefile.in
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-misc/workrave/ChangeLog b/app-misc/workrave/ChangeLog
index a6e6540a006b..c4969f5bc34f 100644
--- a/app-misc/workrave/ChangeLog
+++ b/app-misc/workrave/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/workrave
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v 1.13 2004/03/16 11:26:05 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v 1.14 2004/04/25 22:27:19 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> workrave-1.2.2.ebuild:
+ Add die following econf for bug 48950
16 Mar 2004; L. Boshell <leonardop@gentoo.org> workrave-1.4.0-r1.ebuild,
workrave-1.4.1.ebuild:
diff --git a/app-misc/workrave/workrave-1.2.2.ebuild b/app-misc/workrave/workrave-1.2.2.ebuild
index 5a05eff496ee..50abd817c924 100644
--- a/app-misc/workrave/workrave-1.2.2.ebuild
+++ b/app-misc/workrave/workrave-1.2.2.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/app-misc/workrave/workrave-1.2.2.ebuild,v 1.5 2004/03/16 11:26:05 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.2.2.ebuild,v 1.6 2004/04/25 22:27:19 agriffis Exp $
DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)"
HOMEPAGE="http://workrave.sourceforge.net/"
@@ -32,7 +32,7 @@ src_compile() {
#use gnome && myconf="${myconf} --enable-gnome --enable-gconf"
use xml2 && myconf="${myconf} --enable-xml"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# emake will bring nothing but trouble if you're using the `nls' USE
# var