diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-24 15:15:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-24 15:15:20 +0000 |
commit | 60a6731cbc03ac860575fe1702f7e412216d374a (patch) | |
tree | 177691753dd52a523791a46cee6779a505389c6f /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-60a6731cbc03ac860575fe1702f7e412216d374a.tar.gz gentoo-2-60a6731cbc03ac860575fe1702f7e412216d374a.tar.bz2 gentoo-2-60a6731cbc03ac860575fe1702f7e412216d374a.zip |
version bump
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/herelib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/herelib/herelib-109.14.00.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-ml/herelib/ChangeLog b/dev-ml/herelib/ChangeLog index f3c32332c9dd..c30ed18d4cbc 100644 --- a/dev-ml/herelib/ChangeLog +++ b/dev-ml/herelib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/herelib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/herelib/ChangeLog,v 1.3 2013/03/06 16:52:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/herelib/ChangeLog,v 1.4 2013/03/24 15:15:20 aballier Exp $ + +*herelib-109.14.00 (24 Mar 2013) + + 24 Mar 2013; Alexis Ballier <aballier@gentoo.org> +herelib-109.14.00.ebuild: + version bump 06 Mar 2013; Alexis Ballier <aballier@gentoo.org> herelib-109.11.00.ebuild: improve description diff --git a/dev-ml/herelib/herelib-109.14.00.ebuild b/dev-ml/herelib/herelib-109.14.00.ebuild new file mode 100644 index 000000000000..ffbd4680cc2b --- /dev/null +++ b/dev-ml/herelib/herelib-109.14.00.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/herelib/herelib-109.14.00.ebuild,v 1.1 2013/03/24 15:15:20 aballier Exp $ + +EAPI="5" + +inherit oasis + +MY_P=${PN/-/_}-${PV} +DESCRIPTION="Syntax extension for inserting the current location" +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:=" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" |