diff options
-rw-r--r-- | dev-ml/pa_test/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/pa_test/pa_test-109.53.02.ebuild | 26 | ||||
-rw-r--r-- | dev-ml/pa_test/pa_test-110.01.00.ebuild | 26 | ||||
-rw-r--r-- | dev-ml/pa_test/pa_test-111.08.00.ebuild | 26 |
4 files changed, 6 insertions, 80 deletions
diff --git a/dev-ml/pa_test/ChangeLog b/dev-ml/pa_test/ChangeLog index 2558671a50a2..29c533602a94 100644 --- a/dev-ml/pa_test/ChangeLog +++ b/dev-ml/pa_test/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2014/12/16 09:11:23 aballier Exp $ +# 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 $ + + 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: + remove old *pa_test-111.08.01 (16 Dec 2014) diff --git a/dev-ml/pa_test/pa_test-109.53.02.ebuild b/dev-ml/pa_test/pa_test-109.53.02.ebuild deleted file mode 100644 index 3b645f895a2c..000000000000 --- a/dev-ml/pa_test/pa_test-109.53.02.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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-109.53.02.ebuild,v 1.1 2014/01/19 15:34:42 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-${PV}:= - dev-ml/sexplib:= - >=dev-ml/core_kernel-109.60.00:= - dev-ml/comparelib:= - " -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-ml/pa_test/pa_test-110.01.00.ebuild b/dev-ml/pa_test/pa_test-110.01.00.ebuild deleted file mode 100644 index dcf2a7ceb9c3..000000000000 --- a/dev-ml/pa_test/pa_test-110.01.00.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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-110.01.00.ebuild,v 1.1 2014/02/13 15:35:27 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}" diff --git a/dev-ml/pa_test/pa_test-111.08.00.ebuild b/dev-ml/pa_test/pa_test-111.08.00.ebuild deleted file mode 100644 index 79038df99ade..000000000000 --- a/dev-ml/pa_test/pa_test-111.08.00.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.3 2014/11/28 17:52:36 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/comparelib:= - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) - " -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" |