diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-14 22:58:49 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-14 22:58:49 +0000 |
commit | 42783f0cf4d9c3ca1995f2f7bdc4b12dffac56fa (patch) | |
tree | a66b4610e26c8ba2a718cf8000b593eceebae7c7 /app-text/bogosort | |
parent | ~alpha keyword. (Manifest recommit) (diff) | |
download | gentoo-2-42783f0cf4d9c3ca1995f2f7bdc4b12dffac56fa.tar.gz gentoo-2-42783f0cf4d9c3ca1995f2f7bdc4b12dffac56fa.tar.bz2 gentoo-2-42783f0cf4d9c3ca1995f2f7bdc4b12dffac56fa.zip |
New package
Diffstat (limited to 'app-text/bogosort')
-rw-r--r-- | app-text/bogosort/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/bogosort/Manifest | 3 | ||||
-rw-r--r-- | app-text/bogosort/bogosort-0.4.2.ebuild | 20 | ||||
-rw-r--r-- | app-text/bogosort/files/digest-bogosort-0.4.2 | 1 | ||||
-rw-r--r-- | app-text/bogosort/metadata.xml | 14 |
5 files changed, 48 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..4611f699adeb --- /dev/null +++ b/app-text/bogosort/Manifest @@ -0,0 +1,3 @@ +MD5 1d1c3a2495c639aea5b35b4ef9440e17 bogosort-0.4.2.ebuild 476 +MD5 4c1040b15c428fc436d1f5b746abfa8a metadata.xml 496 +MD5 375c74fb876d97ee1d8b1acb3e55ada5 files/digest-bogosort-0.4.2 66 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> |