summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-12-23 16:40:13 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-12-23 16:40:13 +0000
commit9aecf4780299f62eae74f99b8e86706b879e4160 (patch)
treed7a1d5202c00ed0716f1b6b877ea9b66697931f5 /dev-ml/type-conv
parentVersion bump. (diff)
downloadgentoo-2-9aecf4780299f62eae74f99b8e86706b879e4160.tar.gz
gentoo-2-9aecf4780299f62eae74f99b8e86706b879e4160.tar.bz2
gentoo-2-9aecf4780299f62eae74f99b8e86706b879e4160.zip
version bump
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/type-conv')
-rw-r--r--dev-ml/type-conv/ChangeLog7
-rw-r--r--dev-ml/type-conv/type-conv-2.0.2.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog
index 18a45c0527bf..1b66cf934217 100644
--- a/dev-ml/type-conv/ChangeLog
+++ b/dev-ml/type-conv/ChangeLog
@@ -1,6 +1,11 @@
# 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.8 2010/09/29 19:16:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.9 2010/12/23 16:40:13 aballier Exp $
+
+*type-conv-2.0.2 (23 Dec 2010)
+
+ 23 Dec 2010; Alexis Ballier <aballier@gentoo.org> +type-conv-2.0.2.ebuild:
+ version bump
*type-conv-2.0.1 (29 Sep 2010)
diff --git a/dev-ml/type-conv/type-conv-2.0.2.ebuild b/dev-ml/type-conv/type-conv-2.0.2.ebuild
new file mode 100644
index 000000000000..d3935b1ef8d8
--- /dev/null
+++ b/dev-ml/type-conv/type-conv-2.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-2.0.2.ebuild,v 1.1 2010/12/23 16:40:13 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.12"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ findlib_src_preinst
+ emake install || die "make install failed"
+ dodoc README.txt Changelog
+}