summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-12-14 22:58:49 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-12-14 22:58:49 +0000
commit2faa55fbb8f4522c18e2ebd15943159604477625 (patch)
tree90f778fd02793b0e9f4b60a2e550040f69f53d91 /app-text/bogosort
parent~alpha keyword. (diff)
downloadhistorical-2faa55fbb8f4522c18e2ebd15943159604477625.tar.gz
historical-2faa55fbb8f4522c18e2ebd15943159604477625.tar.bz2
historical-2faa55fbb8f4522c18e2ebd15943159604477625.zip
New package
Diffstat (limited to 'app-text/bogosort')
-rw-r--r--app-text/bogosort/ChangeLog10
-rw-r--r--app-text/bogosort/Manifest14
-rw-r--r--app-text/bogosort/bogosort-0.4.2.ebuild20
-rw-r--r--app-text/bogosort/files/digest-bogosort-0.4.21
-rw-r--r--app-text/bogosort/metadata.xml14
5 files changed, 59 insertions, 0 deletions
diff --git a/app-text/bogosort/ChangeLog b/app-text/bogosort/ChangeLog
new file mode 100644
index 000000000000..a78f64ace680
--- /dev/null
+++ b/app-text/bogosort/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-text/bogosort
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/ChangeLog,v 1.1 2004/12/14 22:58:49 ciaranm Exp $
+
+*bogosort-0.4.2 (14 Dec 2004)
+
+ 14 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> +metadata.xml,
+ +bogosort-0.4.2.ebuild:
+ New package
+
diff --git a/app-text/bogosort/Manifest b/app-text/bogosort/Manifest
new file mode 100644
index 000000000000..e5e1a783e51b
--- /dev/null
+++ b/app-text/bogosort/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 7b5df6d2428a49dc602dfa85ee9ac79b bogosort-0.4.2.ebuild 578
+MD5 1bc8a0513d1ec69f2e9b8b2f72a5f451 ChangeLog 347
+MD5 4c1040b15c428fc436d1f5b746abfa8a metadata.xml 496
+MD5 375c74fb876d97ee1d8b1acb3e55ada5 files/digest-bogosort-0.4.2 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBv3BILLFUmVNQ7rkRAnbcAJ9xEcwkh9QfBCZanYgh3FBkbjhSUQCeP/M0
+76GGKKnr/ua37tdNz26UVWw=
+=DJQI
+-----END PGP SIGNATURE-----
diff --git a/app-text/bogosort/bogosort-0.4.2.ebuild b/app-text/bogosort/bogosort-0.4.2.ebuild
new file mode 100644
index 000000000000..a664071a224b
--- /dev/null
+++ b/app-text/bogosort/bogosort-0.4.2.ebuild
@@ -0,0 +1,20 @@
+# 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 $
+
+DESCRIPTION="A file sorting program which uses the bogosort algorithm"
+HOMEPAGE="http://www.lysator.liu.se/~qha/bogosort/"
+SRC_URI="ftp://ulrik.haugen.se/pub/unix/bogosort/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~mips"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ make DESTDIR="${D}" install
+ dodoc README NEWS ChangeLog AUTHORS
+}
diff --git a/app-text/bogosort/files/digest-bogosort-0.4.2 b/app-text/bogosort/files/digest-bogosort-0.4.2
new file mode 100644
index 000000000000..e1c8b15b8d58
--- /dev/null
+++ b/app-text/bogosort/files/digest-bogosort-0.4.2
@@ -0,0 +1 @@
+MD5 66a5804bff44a331c81938e03c32b003 bogosort-0.4.2.tar.gz 161628
diff --git a/app-text/bogosort/metadata.xml b/app-text/bogosort/metadata.xml
new file mode 100644
index 000000000000..df3ad6278c4d
--- /dev/null
+++ b/app-text/bogosort/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>shell-tools</herd>
+ <maintainer>
+ <email>ciaranm@gentoo.org</email>
+ <name>Ciaran McCreesh</name>
+ </maintainer>
+ <longdescription lang="en">
+ The bogosort will sort a file in a similar way to sort(1), but using
+ the bogosort algorithm rather than the conventional qsort. The tool
+ can also randomise the lines in its input.
+ </longdescription>
+</pkgmetadata>