summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-03-18 17:10:26 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-03-18 17:10:26 +0000
commit01551bf9c316d6b5bb535df5d3682efdb758057f (patch)
treeb5006cd963703d23a3d18c5ad003a066720c5a52 /dev-ml
parentremove old (diff)
downloadgentoo-2-01551bf9c316d6b5bb535df5d3682efdb758057f.tar.gz
gentoo-2-01551bf9c316d6b5bb535df5d3682efdb758057f.tar.bz2
gentoo-2-01551bf9c316d6b5bb535df5d3682efdb758057f.zip
version bump
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/pa_test/ChangeLog8
-rw-r--r--dev-ml/pa_test/pa_test-112.24.00.ebuild26
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-ml/pa_test/ChangeLog b/dev-ml/pa_test/ChangeLog
index 29c533602a94..e3b55934e2aa 100644
--- a/dev-ml/pa_test/ChangeLog
+++ b/dev-ml/pa_test/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/pa_test
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v 1.7 2015/03/18 17:08:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v 1.8 2015/03/18 17:10:26 aballier Exp $
+
+*pa_test-112.24.00 (18 Mar 2015)
+
+ 18 Mar 2015; Alexis Ballier <aballier@gentoo.org> +pa_test-112.24.00.ebuild:
+ version bump
18 Mar 2015; Alexis Ballier <aballier@gentoo.org> -pa_test-109.53.02.ebuild,
-pa_test-110.01.00.ebuild, -pa_test-111.08.00.ebuild:
@@ -32,4 +37,3 @@
19 Jan 2014; Alexis Ballier <aballier@gentoo.org> +pa_test-109.53.02.ebuild,
+metadata.xml:
initial import
-
diff --git a/dev-ml/pa_test/pa_test-112.24.00.ebuild b/dev-ml/pa_test/pa_test-112.24.00.ebuild
new file mode 100644
index 000000000000..43e4f8f3c077
--- /dev/null
+++ b/dev-ml/pa_test/pa_test-112.24.00.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild,v 1.1 2015/03/18 17:10:26 aballier Exp $
+
+EAPI="5"
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Quotation expanders for assertions"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P%.*}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/type-conv-109.60.00:=
+ dev-ml/sexplib:=
+ dev-ml/comparelib:=
+ dev-ml/camlp4:=
+ "
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"