diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-04-11 11:12:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-04-11 11:12:59 +0000 |
commit | d87b6a96a6d7142663755dc072acef0a281b39a7 (patch) | |
tree | 80bdb19a8b8939d514cfe07b855d9ad1fc057559 /dev-ml/typehashlib | |
parent | version bump (diff) | |
download | gentoo-2-d87b6a96a6d7142663755dc072acef0a281b39a7.tar.gz gentoo-2-d87b6a96a6d7142663755dc072acef0a281b39a7.tar.bz2 gentoo-2-d87b6a96a6d7142663755dc072acef0a281b39a7.zip |
version bump
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/typehashlib')
-rw-r--r-- | dev-ml/typehashlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/typehashlib/typehashlib-109.15.00.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/typehashlib/ChangeLog b/dev-ml/typehashlib/ChangeLog index 2ce4f3ac3852..19d963f1ff01 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.2 2013/03/24 14:19:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v 1.3 2013/04/11 11:12:59 aballier Exp $ + +*typehashlib-109.15.00 (11 Apr 2013) + + 11 Apr 2013; Alexis Ballier <aballier@gentoo.org> + +typehashlib-109.15.00.ebuild: + version bump *typehashlib-109.14.00 (24 Mar 2013) diff --git a/dev-ml/typehashlib/typehashlib-109.15.00.ebuild b/dev-ml/typehashlib/typehashlib-109.15.00.ebuild new file mode 100644 index 000000000000..9a2421603995 --- /dev/null +++ b/dev-ml/typehashlib/typehashlib-109.15.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.15.00.ebuild,v 1.1 2013/04/11 11:12:59 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}" |