diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:28:44 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:28:44 +0100 |
commit | 22e68075a213d0415e0dfd859f4af5f25b1beeb7 (patch) | |
tree | 5939d3b07ae392fd5e7d58b52d056aca29597de1 /dev-ml/pcre-ocaml | |
parent | dev-ml/pa_structural_sexp: remove old (diff) | |
download | gentoo-22e68075a213d0415e0dfd859f4af5f25b1beeb7.tar.gz gentoo-22e68075a213d0415e0dfd859f4af5f25b1beeb7.tar.bz2 gentoo-22e68075a213d0415e0dfd859f4af5f25b1beeb7.zip |
dev-ml/pcre-ocaml: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r-- | dev-ml/pcre-ocaml/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-7.1.6.ebuild | 31 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-7.2.2.ebuild | 31 |
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-ml/pcre-ocaml/Manifest b/dev-ml/pcre-ocaml/Manifest index ac837444eb83..4b2c6d5f8e87 100644 --- a/dev-ml/pcre-ocaml/Manifest +++ b/dev-ml/pcre-ocaml/Manifest @@ -1,4 +1,2 @@ DIST pcre-ocaml-6.2.5.tar.gz 60724 SHA256 f1774028a4525d22d1f4cf4ce0121c99d85a75aed7a498c3e8ab0f5e39888e47 SHA512 9665643165beea8515f22d90a6a0f079108826ec46ce89248c795e982f9b4ddecc0e882a32a9893acac1001d810aad7f3bc7d7b6162ab1260fa4f698c91e04b9 WHIRLPOOL c99da092f8e78de19ea624a021a088b3e19b1accd2b33bc084179f7c1b88e8ac2b51c143321a792067e325568d6ea4c059fc57ac9da477e998cda3936140567c -DIST pcre-ocaml-7.1.6.tar.gz 88104 SHA256 7f88d1fb44a394026f20c692170d36f7331cbeea20ca95b841334b8c188efbef SHA512 604bf27324eab3548c8320bee91cd8c8d0c6459aa7c02b576149b6a2beb43ddd9733e7e344c20c100241cabc84be61ef8c4a5515cdd994a7c3105dd3da74782d WHIRLPOOL 25ba4642e4d10300d849993dd5cb18cb9c8216ba17b07756bca866b46460b8cc7399c91cc6390e44250765d40aa81a5ff3c0372bb3ead614c27c9b4a4f3da3d2 -DIST pcre-ocaml-7.2.2.tar.gz 88275 SHA256 64b2956c638f3428e72c481de766d977a86cab9e7f158bb745469b740f2db786 SHA512 99d8f9fce7d7e05a86dc1c6280dd0718d904ccbfaa0a858a2d97c2cbff94156c39b3875c29032582dafae3b11c01ee13af3896181dad1d8843843d8625721083 WHIRLPOOL eb4e1734478c5037efe72dddd6b8903d8ff29848218808c2ad54bcad1869e8897cf746c65c365f9cb523f36feb70d5191865d255fd5dbc913b13c9f3c7249b23 DIST pcre-ocaml-7.2.3.tar.gz 88307 SHA256 6339694dbeb706c5097180ed1d79b2dae681bf155a4780a7909af49b0e6f4666 SHA512 3df4bdbbed5e1ecf4bdf15fc461f2ea65e1556af9c1683e194c8824e21da5274dd80c22c1f6676fca203305ec4244d47e09f0ef8c601bfa95f7237bb07c1ee65 WHIRLPOOL 5835811cc1aecfffa9a49704db545ff20a30089ad7bb2b9394cf20dc9c657b0f102d12e48c8eaab9d8e95eee3ca756b60a17e1715e0aca05b7a9665d6dcc558f diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.1.6.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.1.6.ebuild deleted file mode 100644 index 4eea14f760aa..000000000000 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.1.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 ~x86-fbsd" - -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.2.2.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.2.ebuild deleted file mode 100644 index 4eea14f760aa..000000000000 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 ~x86-fbsd" - -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 -} |