summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-09-02 18:08:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-09-02 18:08:30 +0000
commit29753b65eeb728b695467789c1acddfcff43cb23 (patch)
treed62f1840bbd62c27ec1b19e73e3ab874427dd67a /dev-ml/ocamldsort
parentremove old (diff)
downloadgentoo-2-29753b65eeb728b695467789c1acddfcff43cb23.tar.gz
gentoo-2-29753b65eeb728b695467789c1acddfcff43cb23.tar.bz2
gentoo-2-29753b65eeb728b695467789c1acddfcff43cb23.zip
remove old
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-ml/ocamldsort')
-rw-r--r--dev-ml/ocamldsort/ChangeLog6
-rw-r--r--dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild28
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
-}