diff options
author | 2021-03-12 16:09:36 +0000 | |
---|---|---|
committer | 2021-03-13 15:22:51 +0000 | |
commit | 1ca79d02a79eb7fcad2918902d98bc1153e81dc7 (patch) | |
tree | 192afcc75b768b1f8b73be2407f3ee0fbf1646dd /dev-ml/pcre-ocaml | |
parent | profiles: last-rite dev-ml/ocaml-re (diff) | |
download | gentoo-1ca79d02a79eb7fcad2918902d98bc1153e81dc7.tar.gz gentoo-1ca79d02a79eb7fcad2918902d98bc1153e81dc7.tar.bz2 gentoo-1ca79d02a79eb7fcad2918902d98bc1153e81dc7.zip |
dev-ml/pcre-ocaml: drop 7.2.3 (oasis.eclass)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r-- | dev-ml/pcre-ocaml/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-ml/pcre-ocaml/Manifest b/dev-ml/pcre-ocaml/Manifest index 6d2cacd97311..18cda75caeaa 100644 --- a/dev-ml/pcre-ocaml/Manifest +++ b/dev-ml/pcre-ocaml/Manifest @@ -1,2 +1 @@ -DIST pcre-ocaml-7.2.3.tar.gz 88307 BLAKE2B 1024a0d7a490fb31927f67af4c9a5e90c8d3788b3998a8af1ecaba9d6d12d1a1be91dcb2bdc1c49e6e81f0909d1dd9b6bc200f908c68427650985491f35685c9 SHA512 3df4bdbbed5e1ecf4bdf15fc461f2ea65e1556af9c1683e194c8824e21da5274dd80c22c1f6676fca203305ec4244d47e09f0ef8c601bfa95f7237bb07c1ee65 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 eb845aa29a3c..000000000000 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 - docinto examples - dodoc -r examples - fi -} |