summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-10-08 11:32:05 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-10-08 11:32:05 +0000
commit3bc8ee413589b0f56f19746f8ce5733afc1bfb4d (patch)
tree502a6c199b9fae8a987294aa8a94c2f4b4393ebe /dev-ml
parentx86 stable, see bug 384471 (diff)
downloadgentoo-2-3bc8ee413589b0f56f19746f8ce5733afc1bfb4d.tar.gz
gentoo-2-3bc8ee413589b0f56f19746f8ce5733afc1bfb4d.tar.bz2
gentoo-2-3bc8ee413589b0f56f19746f8ce5733afc1bfb4d.zip
version bump
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/type-conv/ChangeLog8
-rw-r--r--dev-ml/type-conv/type-conv-108.07.01.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog
index 1230a5eb70e9..8cb9b09cbd2f 100644
--- a/dev-ml/type-conv/ChangeLog
+++ b/dev-ml/type-conv/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/type-conv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.19 2012/08/07 16:37:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.20 2012/10/08 11:32:05 aballier Exp $
+
+*type-conv-108.07.01 (08 Oct 2012)
+
+ 08 Oct 2012; Alexis Ballier <aballier@gentoo.org>
+ +type-conv-108.07.01.ebuild:
+ version bump
07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -type-conv-3.0.4.ebuild,
-type-conv-3.0.5.ebuild:
diff --git a/dev-ml/type-conv/type-conv-108.07.01.ebuild b/dev-ml/type-conv/type-conv-108.07.01.ebuild
new file mode 100644
index 000000000000..e760bbe30204
--- /dev/null
+++ b/dev-ml/type-conv/type-conv-108.07.01.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-108.07.01.ebuild,v 1.1 2012/10/08 11:32:05 aballier Exp $
+
+EAPI="3"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Mini library required for some other preprocessing libraries"
+HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ >=dev-ml/findlib-1.3.2"
+
+DOCS=( "README.md" "CHANGES.txt" )
+
+S="${WORKDIR}/${MY_P}"