summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 23:14:25 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 23:14:25 +0000
commit946b14f0175cb00325f20ba5bad362e76c221ae4 (patch)
tree989e833f88fd2532acc13f470da804aa0cf35f8d /app-text/hd2u
parentStable on alpha and ia64 (diff)
downloadhistorical-946b14f0175cb00325f20ba5bad362e76c221ae4.tar.gz
historical-946b14f0175cb00325f20ba5bad362e76c221ae4.tar.bz2
historical-946b14f0175cb00325f20ba5bad362e76c221ae4.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-text/hd2u')
-rw-r--r--app-text/hd2u/ChangeLog6
-rw-r--r--app-text/hd2u/hd2u-0.8.0.ebuild4
-rw-r--r--app-text/hd2u/hd2u-0.8.1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/hd2u/ChangeLog b/app-text/hd2u/ChangeLog
index e2f7de6671b7..a3bee4ada69d 100644
--- a/app-text/hd2u/ChangeLog
+++ b/app-text/hd2u/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/hd2u
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/ChangeLog,v 1.10 2004/03/12 08:46:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/ChangeLog,v 1.11 2004/04/25 23:01:55 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> hd2u-0.8.0.ebuild,
+ hd2u-0.8.1.ebuild:
+ Add die following econf for bug 48950
12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> hd2u-0.8.0.ebuild,
hd2u-0.8.1.ebuild, hd2u-0.8.2.ebuild:
diff --git a/app-text/hd2u/hd2u-0.8.0.ebuild b/app-text/hd2u/hd2u-0.8.0.ebuild
index ab04a8964c6a..5973aafd5ed0 100644
--- a/app-text/hd2u/hd2u-0.8.0.ebuild
+++ b/app-text/hd2u/hd2u-0.8.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-text/hd2u/hd2u-0.8.0.ebuild,v 1.12 2004/03/12 08:46:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-0.8.0.ebuild,v 1.13 2004/04/25 23:01:55 agriffis Exp $
DESCRIPTION="Dos2Unix text file converter"
SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz"
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
RDEPEND="!app-text/dos2unix"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-text/hd2u/hd2u-0.8.1.ebuild b/app-text/hd2u/hd2u-0.8.1.ebuild
index 80f400cef1c1..62880183416e 100644
--- a/app-text/hd2u/hd2u-0.8.1.ebuild
+++ b/app-text/hd2u/hd2u-0.8.1.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-text/hd2u/hd2u-0.8.1.ebuild,v 1.3 2004/03/12 08:46:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-0.8.1.ebuild,v 1.4 2004/04/25 23:01:55 agriffis Exp $
DESCRIPTION="Dos2Unix text file converter"
SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz"
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
RDEPEND="!app-text/dos2unix"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}