diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-01 13:46:36 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-01 13:46:36 +0000 |
commit | 52f9e95432d847ed9f7870f82893fcb952bfa32d (patch) | |
tree | df73d98d7c040dfff8c59e6f456f940ef8bdf61f /dev-ml/herelib | |
parent | version bump (diff) | |
download | gentoo-2-52f9e95432d847ed9f7870f82893fcb952bfa32d.tar.gz gentoo-2-52f9e95432d847ed9f7870f82893fcb952bfa32d.tar.bz2 gentoo-2-52f9e95432d847ed9f7870f82893fcb952bfa32d.zip |
version bump
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/herelib')
-rw-r--r-- | dev-ml/herelib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/herelib/herelib-109.35.00.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-ml/herelib/ChangeLog b/dev-ml/herelib/ChangeLog index dcccaf856578..50681e1a05f7 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.5 2013/04/11 13:01:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/herelib/ChangeLog,v 1.6 2013/08/01 13:46:36 aballier Exp $ + +*herelib-109.35.00 (01 Aug 2013) + + 01 Aug 2013; Alexis Ballier <aballier@gentoo.org> +herelib-109.35.00.ebuild: + version bump *herelib-109.15.00 (11 Apr 2013) diff --git a/dev-ml/herelib/herelib-109.35.00.ebuild b/dev-ml/herelib/herelib-109.35.00.ebuild new file mode 100644 index 000000000000..4af088202f0f --- /dev/null +++ b/dev-ml/herelib/herelib-109.35.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.35.00.ebuild,v 1.1 2013/08/01 13:46:36 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}" |