diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:57:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:57:43 +0000 |
commit | 57a465a5c8878d3146c90bac3eb9694094488c87 (patch) | |
tree | cbfcad1541dfabfcdc41b731d34440e76c68d0fb /x11-misc | |
parent | fixing description, #49055 (Manifest recommit) (diff) | |
download | gentoo-2-57a465a5c8878d3146c90bac3eb9694094488c87.tar.gz gentoo-2-57a465a5c8878d3146c90bac3eb9694094488c87.tar.bz2 gentoo-2-57a465a5c8878d3146c90bac3eb9694094488c87.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xosview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xosview/xosview-1.8.0.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xosview/xosview-1.8.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/xosview/ChangeLog b/x11-misc/xosview/ChangeLog index 44f7ee9945e9..4cbc54aafadb 100644 --- a/x11-misc/xosview/ChangeLog +++ b/x11-misc/xosview/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for x11-misc/xosview # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.4 2004/03/05 18:23:20 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.5 2004/04/26 19:56:59 agriffis Exp $ xosview-1.8.0 (28 Aug 2003) + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xosview-1.8.0.ebuild, + xosview-1.8.1.ebuild: + Add die following econf for bug 48950 + 05 Mar 2004; Ciaran McCreesh <ciaranm@gentoo.org> xosview-1.8.1.ebuild: Added sparc, thanks to auka in #gentoo-sparc diff --git a/x11-misc/xosview/xosview-1.8.0.ebuild b/x11-misc/xosview/xosview-1.8.0.ebuild index bbad5ead9ca5..4a555590e770 100644 --- a/x11-misc/xosview/xosview-1.8.0.ebuild +++ b/x11-misc/xosview/xosview-1.8.0.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/x11-misc/xosview/xosview-1.8.0.ebuild,v 1.1 2003/11/20 23:40:31 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.0.ebuild,v 1.2 2004/04/26 19:56:59 agriffis Exp $ DESCRIPTION="X11 operating system viewer" SRC_URI="http://www.ibiblio.org/pub/Linux/system/status/xstatus/${P}.tar.gz" @@ -26,7 +26,7 @@ src_compile() { epatch ${FILESDIR}/xosview-gcc-3.3.1.patch - econf + econf || die "econf failed" emake || die } diff --git a/x11-misc/xosview/xosview-1.8.1.ebuild b/x11-misc/xosview/xosview-1.8.1.ebuild index 76af93bb699e..29ddca9c6e6f 100644 --- a/x11-misc/xosview/xosview-1.8.1.ebuild +++ b/x11-misc/xosview/xosview-1.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/x11-misc/xosview/xosview-1.8.1.ebuild,v 1.4 2004/03/12 14:42:13 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.1.ebuild,v 1.5 2004/04/26 19:56:59 agriffis Exp $ DESCRIPTION="X11 operating system viewer" SRC_URI="mirror://sourceforge/xosview/${P}.tar.gz" @@ -20,7 +20,7 @@ src_compile() { epatch ${FILESDIR}/xosview-1.8.1-kernel-2.5+.diff || die "patch failed" fi - econf + econf || die "econf failed" emake || die } |