summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-24 14:19:04 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-24 14:19:04 +0000
commit064478ed0c1689effa981a83addbb79dd9fd075a (patch)
tree75bf8f0661592458a1e5da32ae0c73fa5d6f7e6b /dev-ml/typehashlib
parentrevert revert (diff)
downloadgentoo-2-064478ed0c1689effa981a83addbb79dd9fd075a.tar.gz
gentoo-2-064478ed0c1689effa981a83addbb79dd9fd075a.tar.bz2
gentoo-2-064478ed0c1689effa981a83addbb79dd9fd075a.zip
version bump
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/typehashlib')
-rw-r--r--dev-ml/typehashlib/ChangeLog8
-rw-r--r--dev-ml/typehashlib/typehashlib-109.14.00.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/typehashlib/ChangeLog b/dev-ml/typehashlib/ChangeLog
index e5d259b48c9f..2ce4f3ac3852 100644
--- a/dev-ml/typehashlib/ChangeLog
+++ b/dev-ml/typehashlib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/typehashlib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v 1.1 2013/03/06 16:51:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v 1.2 2013/03/24 14:19:04 aballier Exp $
+
+*typehashlib-109.14.00 (24 Mar 2013)
+
+ 24 Mar 2013; Alexis Ballier <aballier@gentoo.org>
+ +typehashlib-109.14.00.ebuild:
+ version bump
*typehashlib-109.11.00 (06 Mar 2013)
diff --git a/dev-ml/typehashlib/typehashlib-109.14.00.ebuild b/dev-ml/typehashlib/typehashlib-109.14.00.ebuild
new file mode 100644
index 000000000000..a92a3806c4a1
--- /dev/null
+++ b/dev-ml/typehashlib/typehashlib-109.14.00.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/typehashlib-109.14.00.ebuild,v 1.1 2013/03/24 14:19:04 aballier Exp $
+
+EAPI="5"
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Syntax extension for deriving 'typehash' functions automatically"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
+ http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-lang/ocaml-4.00.0:=
+ >=dev-ml/type-conv-${PV}:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"