diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-30 16:15:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-30 16:15:49 +0000 |
commit | 54e46596a827f68a78686e7edc318ac9994146ca (patch) | |
tree | 74ab9260e5ce691375808c55901ae3864d4d1165 /dev-ml | |
parent | Drop jruby target. Cleanup old. (diff) | |
download | gentoo-2-54e46596a827f68a78686e7edc318ac9994146ca.tar.gz gentoo-2-54e46596a827f68a78686e7edc318ac9994146ca.tar.bz2 gentoo-2-54e46596a827f68a78686e7edc318ac9994146ca.zip |
version bump
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pa_test/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/pa_test/pa_test-111.08.00.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-ml/pa_test/ChangeLog b/dev-ml/pa_test/ChangeLog index 2cedf97289ec..26c4045d90bc 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v 1.2 2014/02/13 15:35:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v 1.3 2014/10/30 16:15:49 aballier Exp $ + +*pa_test-111.08.00 (30 Oct 2014) + + 30 Oct 2014; Alexis Ballier <aballier@gentoo.org> +pa_test-111.08.00.ebuild: + version bump *pa_test-110.01.00 (13 Feb 2014) diff --git a/dev-ml/pa_test/pa_test-111.08.00.ebuild b/dev-ml/pa_test/pa_test-111.08.00.ebuild new file mode 100644 index 000000000000..ae916f448bed --- /dev/null +++ b/dev-ml/pa_test/pa_test-111.08.00.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-111.08.00.ebuild,v 1.1 2014/10/30 16:15:49 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%.*}.00/individual/${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/core_kernel-109.60.00:= + dev-ml/comparelib:= + " +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" |