summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/procman/ChangeLog8
-rw-r--r--app-admin/procman/procman-0.99.0.ebuild4
-rw-r--r--app-admin/procman/procman-1.0.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/app-admin/procman/ChangeLog b/app-admin/procman/ChangeLog
index 2fb6c9dd3436..9658d6112c41 100644
--- a/app-admin/procman/ChangeLog
+++ b/app-admin/procman/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/procman
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/procman/ChangeLog,v 1.8 2003/06/10 13:14:29 liquidx Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/procman/ChangeLog,v 1.9 2004/04/25 21:41:18 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> procman-0.99.0.ebuild,
+ procman-1.0.ebuild:
+ Add die following econf for bug 48950
10 Jun 2003; Alastair Tse <liquidx@gentoo.org> procman-0.99.0.ebuild,
procman-1.0.ebuild:
diff --git a/app-admin/procman/procman-0.99.0.ebuild b/app-admin/procman/procman-0.99.0.ebuild
index 99fa751671b5..c6fe5290505e 100644
--- a/app-admin/procman/procman-0.99.0.ebuild
+++ b/app-admin/procman/procman-0.99.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/app-admin/procman/procman-0.99.0.ebuild,v 1.15 2004/03/12 10:45:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/procman/procman-0.99.0.ebuild,v 1.16 2004/04/25 21:41:18 agriffis Exp $
DESCRIPTION="Process viewer for GNOME"
SRC_URI="http://www.personal.psu.edu/users/k/f/kfv101/procman/source/${P}.tar.gz"
@@ -20,7 +20,7 @@ src_compile() {
use nls || myconf="--disable-nls"
CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`"
- econf --disable-more-warnings ${myconf}
+ econf --disable-more-warnings ${myconf} || die "econf failed"
emake || die
}
diff --git a/app-admin/procman/procman-1.0.ebuild b/app-admin/procman/procman-1.0.ebuild
index 6765709ba299..237d4820222c 100644
--- a/app-admin/procman/procman-1.0.ebuild
+++ b/app-admin/procman/procman-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/app-admin/procman/procman-1.0.ebuild,v 1.18 2004/03/12 10:45:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/procman/procman-1.0.ebuild,v 1.19 2004/04/25 21:41:18 agriffis Exp $
DESCRIPTION="Process viewer for GNOME"
SRC_URI="mirror://gnome/sources/procman/${PV}/${P}.tar.gz"
@@ -20,7 +20,7 @@ src_compile() {
use nls || myconf="--disable-nls"
CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`"
- econf --disable-more-warnings ${myconf}
+ econf --disable-more-warnings ${myconf} || die "econf failed"
emake || die
}