summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/type-conv')
-rw-r--r--dev-ml/type-conv/ChangeLog6
-rw-r--r--dev-ml/type-conv/type-conv-1.6.10.ebuild25
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog
index d43f31b91c9b..57191c2ec4f3 100644
--- a/dev-ml/type-conv/ChangeLog
+++ b/dev-ml/type-conv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/type-conv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.3 2010/05/19 06:19:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.4 2010/05/25 11:47:09 aballier Exp $
+
+ 25 May 2010; Alexis Ballier <aballier@gentoo.org>
+ -type-conv-1.6.10.ebuild:
+ remove old
*type-conv-1.7.0 (19 May 2010)
diff --git a/dev-ml/type-conv/type-conv-1.6.10.ebuild b/dev-ml/type-conv/type-conv-1.6.10.ebuild
deleted file mode 100644
index eebcd91efa36..000000000000
--- a/dev-ml/type-conv/type-conv-1.6.10.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-1.6.10.ebuild,v 1.1 2009/09/26 12:23:48 aballier Exp $
-
-EAPI="2"
-
-inherit findlib
-
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
-SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.10"
-RDEPEND="${DEPEND}"
-
-src_install() {
- findlib_src_preinst
- emake install || die "make install failed"
- dodoc README.txt Changelog
-}