summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2004-12-15 22:50:04 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2004-12-15 22:50:04 +0000
commitb6e67ef63ccbbfc3480f7990b127fb115e4f55b2 (patch)
tree26ead84f9911143f453adc1c601e5f4ff60556d6 /app-text/bogosort/bogosort-0.4.2.ebuild
parentBUG #72945: missing digest for 32bit library. (Manifest recommit) (diff)
downloadgentoo-2-b6e67ef63ccbbfc3480f7990b127fb115e4f55b2.tar.gz
gentoo-2-b6e67ef63ccbbfc3480f7990b127fb115e4f55b2.tar.bz2
gentoo-2-b6e67ef63ccbbfc3480f7990b127fb115e4f55b2.zip
Fixed compilation error in xmalloc.c and added to ~ppc.
Diffstat (limited to 'app-text/bogosort/bogosort-0.4.2.ebuild')
-rw-r--r--app-text/bogosort/bogosort-0.4.2.ebuild13
1 files changed, 11 insertions, 2 deletions
diff --git a/app-text/bogosort/bogosort-0.4.2.ebuild b/app-text/bogosort/bogosort-0.4.2.ebuild
index a664071a224b..43f716fdb190 100644
--- a/app-text/bogosort/bogosort-0.4.2.ebuild
+++ b/app-text/bogosort/bogosort-0.4.2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/bogosort-0.4.2.ebuild,v 1.1 2004/12/14 22:58:49 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/bogosort-0.4.2.ebuild,v 1.2 2004/12/15 22:50:04 hansmi Exp $
+
+inherit libtool eutils
DESCRIPTION="A file sorting program which uses the bogosort algorithm"
HOMEPAGE="http://www.lysator.liu.se/~qha/bogosort/"
@@ -8,12 +10,19 @@ SRC_URI="ftp://ulrik.haugen.se/pub/unix/bogosort/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~mips"
+KEYWORDS="~x86 ~sparc ~mips ~ppc"
IUSE=""
DEPEND=""
RDEPEND=""
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}
+ epatch ${FILESDIR}/xmalloc.patch
+}
+
src_install() {
make DESTDIR="${D}" install
dodoc README NEWS ChangeLog AUTHORS