summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-01-05 11:52:58 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-01-05 11:52:58 +0000
commitc2f73b5b8f457807505a4c8d4cbcb450147ce15e (patch)
tree271029c38088e06f36f11749a0721b2fa5c1fc86 /app-text/bogosort
parentBringing back the patch as it is still used. (diff)
downloadhistorical-c2f73b5b8f457807505a4c8d4cbcb450147ce15e.tar.gz
historical-c2f73b5b8f457807505a4c8d4cbcb450147ce15e.tar.bz2
historical-c2f73b5b8f457807505a4c8d4cbcb450147ce15e.zip
x86, sparc, mips stable, added ~hppa
Diffstat (limited to 'app-text/bogosort')
-rw-r--r--app-text/bogosort/ChangeLog5
-rw-r--r--app-text/bogosort/Manifest16
-rw-r--r--app-text/bogosort/bogosort-0.4.2.ebuild4
3 files changed, 19 insertions, 6 deletions
diff --git a/app-text/bogosort/ChangeLog b/app-text/bogosort/ChangeLog
index f55be19eb59a..95df2cd9cef4 100644
--- a/app-text/bogosort/ChangeLog
+++ b/app-text/bogosort/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/bogosort
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/ChangeLog,v 1.3 2005/01/01 16:04:05 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/ChangeLog,v 1.4 2005/01/05 11:52:58 ciaranm Exp $
+
+ 05 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> bogosort-0.4.2.ebuild:
+ x86, sparc, mips stable, added ~hppa
15 Dec 2004; Michael Hanselmann <hansmi@gentoo.org> +files/xmalloc.patch,
bogosort-0.4.2.ebuild:
diff --git a/app-text/bogosort/Manifest b/app-text/bogosort/Manifest
index 61e862b65ff9..8ac838f82a65 100644
--- a/app-text/bogosort/Manifest
+++ b/app-text/bogosort/Manifest
@@ -1,5 +1,15 @@
-MD5 9fee5e0b235a76c0242b1b9c6734caaa ChangeLog 510
-MD5 bdb0b83de096489b443d267a5edf9642 bogosort-0.4.2.ebuild 685
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 3d514e7ff917551c0bc35db9096ef1c2 bogosort-0.4.2.ebuild 685
+MD5 ffb8e279ef42e7b1ead40611c2b943c9 ChangeLog 622
MD5 4c1040b15c428fc436d1f5b746abfa8a metadata.xml 496
-MD5 375c74fb876d97ee1d8b1acb3e55ada5 files/digest-bogosort-0.4.2 66
MD5 5c0ac35193f6152a103241167bae834d files/xmalloc.patch 395
+MD5 375c74fb876d97ee1d8b1acb3e55ada5 files/digest-bogosort-0.4.2 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFB29VVLLFUmVNQ7rkRAqIeAJ0W6EbBdzgGCEOCZ3GUEjRol7cVOwCeIbn2
+rXUUIqVcCMn0A+rcITZcaLc=
+=iseC
+-----END PGP SIGNATURE-----
diff --git a/app-text/bogosort/bogosort-0.4.2.ebuild b/app-text/bogosort/bogosort-0.4.2.ebuild
index 1b11dac5a166..199e7674cad5 100644
--- a/app-text/bogosort/bogosort-0.4.2.ebuild
+++ b/app-text/bogosort/bogosort-0.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.3 2005/01/01 16:04:05 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/bogosort-0.4.2.ebuild,v 1.4 2005/01/05 11:52:58 ciaranm Exp $
inherit libtool eutils
@@ -10,7 +10,7 @@ SRC_URI="ftp://ulrik.haugen.se/pub/unix/bogosort/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~mips ~ppc"
+KEYWORDS="x86 sparc mips ~ppc ~hppa"
IUSE=""
DEPEND=""