diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-02 18:08:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-02 18:08:30 +0000 |
commit | 548582188c0f38e0bda9f15f5facbee7f32d1872 (patch) | |
tree | 8c410e71abdc1121f5195950bdc3e9dbfc0af24b /dev-ml/ocamldsort | |
parent | remove unused versions (diff) | |
download | historical-548582188c0f38e0bda9f15f5facbee7f32d1872.tar.gz historical-548582188c0f38e0bda9f15f5facbee7f32d1872.tar.bz2 historical-548582188c0f38e0bda9f15f5facbee7f32d1872.zip |
remove old
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26.3 x86_64
Diffstat (limited to 'dev-ml/ocamldsort')
-rw-r--r-- | dev-ml/ocamldsort/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild | 28 |
2 files changed, 5 insertions, 29 deletions
diff --git a/dev-ml/ocamldsort/ChangeLog b/dev-ml/ocamldsort/ChangeLog index 36e93d2215e8..4e8a127911d5 100644 --- a/dev-ml/ocamldsort/ChangeLog +++ b/dev-ml/ocamldsort/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamldsort # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.6 2008/08/17 20:29:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.7 2008/09/02 18:08:30 aballier Exp $ + + 02 Sep 2008; Alexis Ballier <aballier@gentoo.org> + -ocamldsort-0.14.2.ebuild: + remove old 17 Aug 2008; Markus Meier <maekke@gentoo.org> ocamldsort-0.14.4.ebuild: x86 stable, bug #234567 diff --git a/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild b/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild deleted file mode 100644 index bcb421ea581b..000000000000 --- a/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild,v 1.2 2007/07/15 06:39:51 mr_bones_ 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="x86 ppc" - -IUSE="" - -DEPEND=">=dev-lang/ocaml-3.06" - -src_compile() { - econf || die - emake || die -} - -src_install() { - make BINDIR=${D}/usr/bin MANDIR=${D}/usr/share/man install - dodoc README -} |