diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:56:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:56:59 +0000 |
commit | ee10b4f137738e99486604ff2267fb36a6a24825 (patch) | |
tree | 60f28c30d1e9ddba108ca9c0a811b0da0370b976 /x11-misc | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-ee10b4f137738e99486604ff2267fb36a6a24825.tar.gz historical-ee10b4f137738e99486604ff2267fb36a6a24825.tar.bz2 historical-ee10b4f137738e99486604ff2267fb36a6a24825.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/Manifest | 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 |
4 files changed, 13 insertions, 9 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/Manifest b/x11-misc/xosview/Manifest index 7d0ae1b42fd3..05ac67abf3ad 100644 --- a/x11-misc/xosview/Manifest +++ b/x11-misc/xosview/Manifest @@ -1,6 +1,6 @@ -MD5 df5e3a89f4b87039edb2aefc68c37b25 xosview-1.8.1.ebuild 956 -MD5 f6a8b5f79074cc055a3005e9212c067c xosview-1.8.0.ebuild 1112 -MD5 a6c5f598a60b3e1705045f1b8515f78f ChangeLog 2115 +MD5 5f3d7365ca3ba64cd308e0d16da8d913 xosview-1.8.1.ebuild 982 +MD5 e5245dacadb8be7db658fc7273786efe xosview-1.8.0.ebuild 1135 +MD5 fba25df2239974ccd87f8d6f6da18142 ChangeLog 2253 MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 MD5 c6579bb720046ebff01f1b2a8c3d62fa files/digest-xosview-1.8.0 65 MD5 eddb6473d81018249d098b1d013fd044 files/digest-xosview-1.8.1 65 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 } |