diff options
author | 2014-07-23 14:37:52 +0000 | |
---|---|---|
committer | 2014-07-23 14:37:52 +0000 | |
commit | 45dcd5cadf0bcc9e3fbe81dbe8136bc331cdfa96 (patch) | |
tree | e3ee45028aa9d2ce4b701e00aebd103fcdf083ee | |
parent | remove old versions (diff) | |
download | gentoo-2-45dcd5cadf0bcc9e3fbe81dbe8136bc331cdfa96.tar.gz gentoo-2-45dcd5cadf0bcc9e3fbe81dbe8136bc331cdfa96.tar.bz2 gentoo-2-45dcd5cadf0bcc9e3fbe81dbe8136bc331cdfa96.zip |
app-text/bogosort: Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r-- | app-text/bogosort/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/bogosort/bogosort-0.4.2.ebuild | 36 | ||||
-rw-r--r-- | app-text/bogosort/metadata.xml | 4 |
3 files changed, 7 insertions, 39 deletions
diff --git a/app-text/bogosort/ChangeLog b/app-text/bogosort/ChangeLog index 7b9f503ff816..456c05911da9 100644 --- a/app-text/bogosort/ChangeLog +++ b/app-text/bogosort/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/bogosort # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/ChangeLog,v 1.24 2014/03/23 17:16:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/ChangeLog,v 1.25 2014/07/23 14:37:52 jlec Exp $ + + 23 Jul 2014; Justin Lecher <jlec@gentoo.org> -bogosort-0.4.2.ebuild, + metadata.xml: + Drop old 23 Mar 2014; Agostino Sarubbo <ago@gentoo.org> bogosort-0.4.2-r1.ebuild: Stable for sparc, wrt bug #474154 diff --git a/app-text/bogosort/bogosort-0.4.2.ebuild b/app-text/bogosort/bogosort-0.4.2.ebuild deleted file mode 100644 index bfe36c1bd4c4..000000000000 --- a/app-text/bogosort/bogosort-0.4.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 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.16 2013/05/10 05:47:53 patrick Exp $ - -inherit eutils toolchain-funcs - -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="amd64 hppa ~mips ppc sparc x86 ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch \ - "${FILESDIR}"/xmalloc.patch \ - "${FILESDIR}"/${P}-glibc-2.10.patch -} - -src_compile() { - tc-export CC - econf - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc README NEWS ChangeLog AUTHORS || die -} diff --git a/app-text/bogosort/metadata.xml b/app-text/bogosort/metadata.xml index 6abcbd9885cb..190b1c47c939 100644 --- a/app-text/bogosort/metadata.xml +++ b/app-text/bogosort/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>shell-tools</herd> - <longdescription lang="en"> + <herd>shell-tools</herd> + <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. |