diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-24 17:18:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-24 17:18:21 +0000 |
commit | f9d87f07ff9e54853c61b68e8917e19a952e084e (patch) | |
tree | c1aa01fa96186737d8468ed1385f13fb598c3072 /dev-ml | |
parent | Unmask openocd-0.6.1 (diff) | |
download | gentoo-2-f9d87f07ff9e54853c61b68e8917e19a952e084e.tar.gz gentoo-2-f9d87f07ff9e54853c61b68e8917e19a952e084e.tar.bz2 gentoo-2-f9d87f07ff9e54853c61b68e8917e19a952e084e.zip |
version bump
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/typehashlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/typehashlib/typehashlib-109.15.02.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/typehashlib/ChangeLog b/dev-ml/typehashlib/ChangeLog index 19d963f1ff01..8b9e11bfffae 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.3 2013/04/11 11:12:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v 1.4 2013/05/24 17:18:21 aballier Exp $ + +*typehashlib-109.15.02 (24 May 2013) + + 24 May 2013; Alexis Ballier <aballier@gentoo.org> + +typehashlib-109.15.02.ebuild: + version bump *typehashlib-109.15.00 (11 Apr 2013) diff --git a/dev-ml/typehashlib/typehashlib-109.15.02.ebuild b/dev-ml/typehashlib/typehashlib-109.15.02.ebuild new file mode 100644 index 000000000000..9ce6b110f156 --- /dev/null +++ b/dev-ml/typehashlib/typehashlib-109.15.02.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.02.ebuild,v 1.1 2013/05/24 17:18:21 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}" |