summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 01:45:50 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 01:45:50 +0000
commitc9acebf148cf747d0c724e25eceea6e7e2e2dab4 (patch)
tree1242275b41235e1a67768c663c6b9af1fd01b81d /dev-tex/latex2html
parentadd inherit eutils (diff)
downloadgentoo-2-c9acebf148cf747d0c724e25eceea6e7e2e2dab4.tar.gz
gentoo-2-c9acebf148cf747d0c724e25eceea6e7e2e2dab4.tar.bz2
gentoo-2-c9acebf148cf747d0c724e25eceea6e7e2e2dab4.zip
Add die following econf for bug 48950
Diffstat (limited to 'dev-tex/latex2html')
-rw-r--r--dev-tex/latex2html/ChangeLog6
-rw-r--r--dev-tex/latex2html/latex2html-2002.1.ebuild6
-rw-r--r--dev-tex/latex2html/latex2html-2002.2.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-tex/latex2html/ChangeLog b/dev-tex/latex2html/ChangeLog
index 89f66a349842..015f11fa2656 100644
--- a/dev-tex/latex2html/ChangeLog
+++ b/dev-tex/latex2html/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/latex2html
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.9 2004/04/23 16:47:34 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.10 2004/04/26 01:43:47 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> latex2html-2002.1.ebuild,
+ latex2html-2002.2.ebuild:
+ Add die following econf for bug 48950
*latex2html-2002.2.1_pre20040108 (24 Apr 2004)
diff --git a/dev-tex/latex2html/latex2html-2002.1.ebuild b/dev-tex/latex2html/latex2html-2002.1.ebuild
index 8cf37e30c3a1..5884897d9266 100644
--- a/dev-tex/latex2html/latex2html-2002.1.ebuild
+++ b/dev-tex/latex2html/latex2html-2002.1.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/dev-tex/latex2html/latex2html-2002.1.ebuild,v 1.5 2003/12/09 17:30:36 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.1.ebuild,v 1.6 2004/04/26 01:43:47 agriffis Exp $
MY_P=${P/./-}
S=${WORKDIR}/${MY_P}
@@ -40,7 +40,7 @@ src_compile() {
--enable-paths \
--enable-wrapper"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make || die
make check || die
}
diff --git a/dev-tex/latex2html/latex2html-2002.2.ebuild b/dev-tex/latex2html/latex2html-2002.2.ebuild
index 4fc2a356525b..39d908c71a2c 100644
--- a/dev-tex/latex2html/latex2html-2002.2.ebuild
+++ b/dev-tex/latex2html/latex2html-2002.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/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.5 2004/02/09 08:24:49 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.6 2004/04/26 01:43:47 agriffis Exp $
MY_P=${P/./-}
S=${WORKDIR}/${MY_P}
@@ -39,7 +39,7 @@ src_compile() {
--enable-paths \
--enable-wrapper"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make || die
make check || die
}