diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:14:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:14:25 +0000 |
commit | 946b14f0175cb00325f20ba5bad362e76c221ae4 (patch) | |
tree | 989e833f88fd2532acc13f470da804aa0cf35f8d /app-text/pinfo | |
parent | Stable on alpha and ia64 (diff) | |
download | historical-946b14f0175cb00325f20ba5bad362e76c221ae4.tar.gz historical-946b14f0175cb00325f20ba5bad362e76c221ae4.tar.bz2 historical-946b14f0175cb00325f20ba5bad362e76c221ae4.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-text/pinfo')
-rw-r--r-- | app-text/pinfo/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/pinfo/pinfo-0.6.7.ebuild | 4 | ||||
-rw-r--r-- | app-text/pinfo/pinfo-0.6.8.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-text/pinfo/ChangeLog b/app-text/pinfo/ChangeLog index 6271ed7be042..f4595462c5eb 100644 --- a/app-text/pinfo/ChangeLog +++ b/app-text/pinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/pinfo # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.14 2004/03/30 12:17:46 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.15 2004/04/25 23:06:17 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> pinfo-0.6.5_p2-r1.ebuild, + pinfo-0.6.7.ebuild, pinfo-0.6.8.ebuild: + Add die following econf for bug 48950 30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> pinfo-0.6.8.ebuild: Adding amd64 keyword. Closing #45583. diff --git a/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild b/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild index ca1ac1f0a811..234a2da6bc6c 100644 --- a/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild +++ b/app-text/pinfo/pinfo-0.6.5_p2-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-text/pinfo/pinfo-0.6.5_p2-r1.ebuild,v 1.12 2004/03/12 09:18:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild,v 1.13 2004/04/25 23:06:17 agriffis Exp $ MY_P=${PN}-${PV/_/} S=${WORKDIR}/${MY_P} @@ -28,7 +28,7 @@ src_compile() { && myconf="${myconf} --enable-nls" \ || myconf="${myconf} --disable-nls" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } diff --git a/app-text/pinfo/pinfo-0.6.7.ebuild b/app-text/pinfo/pinfo-0.6.7.ebuild index b330ee6848b1..22ba5c0b5e99 100644 --- a/app-text/pinfo/pinfo-0.6.7.ebuild +++ b/app-text/pinfo/pinfo-0.6.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-text/pinfo/pinfo-0.6.7.ebuild,v 1.5 2004/03/12 09:18:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.7.ebuild,v 1.6 2004/04/25 23:06:17 agriffis Exp $ MY_P=${PN}-${PV/_/} S=${WORKDIR}/${MY_P} @@ -28,7 +28,7 @@ src_compile() { && myconf="${myconf} --enable-nls" \ || myconf="${myconf} --disable-nls" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } diff --git a/app-text/pinfo/pinfo-0.6.8.ebuild b/app-text/pinfo/pinfo-0.6.8.ebuild index 402b3b446ac8..873703f1da07 100644 --- a/app-text/pinfo/pinfo-0.6.8.ebuild +++ b/app-text/pinfo/pinfo-0.6.8.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/pinfo/pinfo-0.6.8.ebuild,v 1.5 2004/03/30 12:17:46 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.8.ebuild,v 1.6 2004/04/25 23:06:17 agriffis Exp $ MY_P=${PN}-${PV/_/} S=${WORKDIR}/${MY_P} @@ -28,7 +28,7 @@ src_compile() { && myconf="${myconf} --enable-nls" \ || myconf="${myconf} --disable-nls" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } |