diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-02-23 20:32:44 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-02-23 20:32:44 +0000 |
commit | 9fcb158c3919a0b52848517cb9b9964d3af89c1d (patch) | |
tree | e999d5324c45282d6c88005a851706a359d1561e /dev-ml/ocamldsort | |
parent | remove old (diff) | |
download | gentoo-2-9fcb158c3919a0b52848517cb9b9964d3af89c1d.tar.gz gentoo-2-9fcb158c3919a0b52848517cb9b9964d3af89c1d.tar.bz2 gentoo-2-9fcb158c3919a0b52848517cb9b9964d3af89c1d.zip |
remove old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocamldsort')
-rw-r--r-- | dev-ml/ocamldsort/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-ml/ocamldsort/ChangeLog b/dev-ml/ocamldsort/ChangeLog index 3a930288ac39..8bc97e4faa60 100644 --- a/dev-ml/ocamldsort/ChangeLog +++ b/dev-ml/ocamldsort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamldsort # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.10 2012/02/06 17:11:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.11 2012/02/23 20:32:44 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -ocamldsort-0.14.4.ebuild: + remove old 06 Feb 2012; Brent Baude <ranger@gentoo.org> ocamldsort-0.15.0.ebuild: Marking ocamldsort-0.15.0 ppc for bug 374969 diff --git a/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild b/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild deleted file mode 100644 index 01e7e6015cd8..000000000000 --- a/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild,v 1.3 2008/08/17 20:29:27 maekke Exp $ - -DESCRIPTION="A dependency sorter for OCaml source files" -HOMEPAGE="http://dimitri.mutu.net/ocaml.html" - -SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz" - -LICENSE="LGPL-2" - -SLOT="0" - -KEYWORDS="~amd64 ppc x86" - -IUSE="" - -DEPEND=">=dev-lang/ocaml-3.06" - -src_compile() { - econf - emake -j1 || die -} - -src_install() { - emake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man" install || die "make install failed" - dodoc README THANKS Changes -} |