summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-04-11 13:01:14 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-04-11 13:01:14 +0000
commit377f668d66a6075fe2246d7e9be88bdbb2d45539 (patch)
tree5fa0fa4852c5ac389e31887c7601e939bcd74e94 /dev-ml
parentStable for HPPA (bug #465496). (diff)
downloadgentoo-2-377f668d66a6075fe2246d7e9be88bdbb2d45539.tar.gz
gentoo-2-377f668d66a6075fe2246d7e9be88bdbb2d45539.tar.bz2
gentoo-2-377f668d66a6075fe2246d7e9be88bdbb2d45539.zip
version bump
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/herelib/ChangeLog7
-rw-r--r--dev-ml/herelib/herelib-109.15.00.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-ml/herelib/ChangeLog b/dev-ml/herelib/ChangeLog
index c30ed18d4cbc..dcccaf856578 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.4 2013/03/24 15:15:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/herelib/ChangeLog,v 1.5 2013/04/11 13:01:14 aballier Exp $
+
+*herelib-109.15.00 (11 Apr 2013)
+
+ 11 Apr 2013; Alexis Ballier <aballier@gentoo.org> +herelib-109.15.00.ebuild:
+ version bump
*herelib-109.14.00 (24 Mar 2013)
diff --git a/dev-ml/herelib/herelib-109.15.00.ebuild b/dev-ml/herelib/herelib-109.15.00.ebuild
new file mode 100644
index 000000000000..6a38495f9a6b
--- /dev/null
+++ b/dev-ml/herelib/herelib-109.15.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.15.00.ebuild,v 1.1 2013/04/11 13:01:14 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}"