diff options
author | 2012-02-23 20:39:42 +0000 | |
---|---|---|
committer | 2012-02-23 20:39:42 +0000 | |
commit | 90fda7d9c11531d2cec01d1c01a0d3a534f9711c (patch) | |
tree | 92f91a587e88957975d1b5c91177fb2d0960ec61 /dev-ml/ocamldsort | |
parent | Update comment about x11-libs/qt-qt3support-4.8.0-r1 mask. (diff) | |
download | historical-90fda7d9c11531d2cec01d1c01a0d3a534f9711c.tar.gz historical-90fda7d9c11531d2cec01d1c01a0d3a534f9711c.tar.bz2 historical-90fda7d9c11531d2cec01d1c01a0d3a534f9711c.zip |
remove old
Package-Manager: portage-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 -} |