commit:     3f050f03509d1e10de315a6da859f3feb3e509cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 20:56:03 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 20:59:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f050f03

dev-ml/pcre-ocaml: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/pcre-ocaml/Manifest                |  3 ---
 dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild | 30 ----------------------
 dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild | 41 -------------------------------
 dev-ml/pcre-ocaml/pcre-ocaml-7.3.2.ebuild | 41 -------------------------------
 4 files changed, 115 deletions(-)

diff --git a/dev-ml/pcre-ocaml/Manifest b/dev-ml/pcre-ocaml/Manifest
index 951df0c80d8..8fcd3c5487c 100644
--- a/dev-ml/pcre-ocaml/Manifest
+++ b/dev-ml/pcre-ocaml/Manifest
@@ -1,5 +1,2 @@
-DIST pcre-ocaml-7.2.3.tar.gz 88307 BLAKE2B 
1024a0d7a490fb31927f67af4c9a5e90c8d3788b3998a8af1ecaba9d6d12d1a1be91dcb2bdc1c49e6e81f0909d1dd9b6bc200f908c68427650985491f35685c9
 SHA512 
3df4bdbbed5e1ecf4bdf15fc461f2ea65e1556af9c1683e194c8824e21da5274dd80c22c1f6676fca203305ec4244d47e09f0ef8c601bfa95f7237bb07c1ee65
-DIST pcre-ocaml-7.3.0.tbz 38126 BLAKE2B 
a129f263ab623827f491f573141a3c1da033ba853c115dbc853c942c64554028ac5e9c83a17123513522bebbd56cd5533fdb6ef17545761d1fde6063021def1b
 SHA512 
bf2a5d188183a7f73d5a7eace98f225165e6b50828b061649e88922ca4d4705022551bce15b9b8319fc91734c77ee48182677cdb1abd754ae44c6f9412bd11e3
-DIST pcre-ocaml-7.3.2.tbz 38445 BLAKE2B 
1858ce78abc760e99e34e88c590a23b79f20ed2f31abdb991f60a124b2beee140ec3e712990ced3529bf5efb5e38d231190cf9ac0f9ee2d39c1a33687b770266
 SHA512 
727b129172c8c119fcb0d4ae249a3842109e3b9ab412e674af156e7bcdf0fce0bcb9561cbfe52d99002a668f0e5f145fa54d052b67a5c2eb30a1881ad4217767
 DIST pcre-ocaml-7.3.3.tbz 38412 BLAKE2B 
3c9538f5fc8bc6dea0c6ceda3a2b30a48302943d53a83a4876c31dbe600752ac68498a4db9546698424b34bbd55c6c3254d47148233a845376887c30dc6fd429
 SHA512 
569e323dea83f33212a2aa9482e55f7491c8f83382fad13dfaf9fe624307ca261baf255db7c5837e1c6b5c64445daf05b64b9929cbd6d311d06278826bb788e3
 DIST pcre-ocaml-7.4.6.tbz 41027 BLAKE2B 
1faecd96cb6f7af248e8ace7409a49131f5c654320f8ac432fd4aff602d0c4187733419e9cc73ca52cf0a3e5b725afa9357fe9ec191bf1ca42d4dc47a36e45b7
 SHA512 
a356c78dc19d3b3741d1fa0277c4fb0cb545f12499165526fae80a0ff8a7b1f1e6e5e916b16f8336bcec3661de811686b814fe4afc677965fec7a63d4fc53b1f

diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild 
b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild
deleted file mode 100644
index f4be028e4ee..00000000000
--- a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
-HOMEPAGE="http://mmottl.github.io/pcre-ocaml/ 
https://github.com/mmottl/pcre-ocaml";
-SRC_URI="https://github.com/mmottl/pcre-ocaml/releases/download/v${PV}/${P}.tar.gz";
-LICENSE="LGPL-2.1-with-linking-exception"
-IUSE="examples"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND=">=dev-libs/libpcre-4.5
-       >=dev-lang/ocaml-4:="
-DEPEND="${RDEPEND}"
-
-DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
-
-src_install() {
-       oasis_src_install
-       if use examples ; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-       fi
-}

diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild 
b/dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild
deleted file mode 100644
index 47033ef2b05..00000000000
--- a/dev-ml/pcre-ocaml/pcre-ocaml-7.3.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit opam
-
-DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
-HOMEPAGE="http://mmottl.github.io/pcre-ocaml/ 
https://github.com/mmottl/pcre-ocaml";
-SRC_URI="https://github.com/mmottl/pcre-ocaml/releases/download/${PV}/pcre-${PV}.tbz
 -> ${P}.tbz"
-LICENSE="LGPL-2.1-with-linking-exception"
-IUSE="examples"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=dev-libs/libpcre-4.5"
-DEPEND="${RDEPEND}
-       dev-ml/jbuilder
-       dev-ml/base
-       dev-ml/stdio
-       dev-ml/configurator
-"
-
-S="${WORKDIR}/pcre-${PV}"
-
-src_compile() {
-       jbuilder build @install || die
-}
-
-src_test() {
-       jbuilder runtest || die
-}
-
-src_install() {
-       opam_src_install pcre
-
-       if use examples ; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-       fi
-}

diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.3.2.ebuild 
b/dev-ml/pcre-ocaml/pcre-ocaml-7.3.2.ebuild
deleted file mode 100644
index 47033ef2b05..00000000000
--- a/dev-ml/pcre-ocaml/pcre-ocaml-7.3.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit opam
-
-DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
-HOMEPAGE="http://mmottl.github.io/pcre-ocaml/ 
https://github.com/mmottl/pcre-ocaml";
-SRC_URI="https://github.com/mmottl/pcre-ocaml/releases/download/${PV}/pcre-${PV}.tbz
 -> ${P}.tbz"
-LICENSE="LGPL-2.1-with-linking-exception"
-IUSE="examples"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=dev-libs/libpcre-4.5"
-DEPEND="${RDEPEND}
-       dev-ml/jbuilder
-       dev-ml/base
-       dev-ml/stdio
-       dev-ml/configurator
-"
-
-S="${WORKDIR}/pcre-${PV}"
-
-src_compile() {
-       jbuilder build @install || die
-}
-
-src_test() {
-       jbuilder runtest || die
-}
-
-src_install() {
-       opam_src_install pcre
-
-       if use examples ; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-       fi
-}

Reply via email to