diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-07 17:05:05 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-07 17:13:49 +0100 |
commit | 5e7e7f72d3b706c18f9164116b43cb65bfce9c0c (patch) | |
tree | 7619ce24939714322ae6ee7f0f7420bab59f3d0f /dev-ml/ocaml-text | |
parent | dev-ml/ocaml-data-notation: remove old (diff) | |
download | gentoo-5e7e7f72d3b706c18f9164116b43cb65bfce9c0c.tar.gz gentoo-5e7e7f72d3b706c18f9164116b43cb65bfce9c0c.tar.bz2 gentoo-5e7e7f72d3b706c18f9164116b43cb65bfce9c0c.zip |
dev-ml/ocaml-text: remove old
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-text')
-rw-r--r-- | dev-ml/ocaml-text/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-text/ocaml-text-0.6.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-ml/ocaml-text/Manifest b/dev-ml/ocaml-text/Manifest index a9a4e0ec3a65..6c39dd782960 100644 --- a/dev-ml/ocaml-text/Manifest +++ b/dev-ml/ocaml-text/Manifest @@ -1,2 +1 @@ -DIST ocaml-text-0.6.tar.gz 253162 SHA256 cfd4d224ec0b776ce462c5ba5cb6e4eae8cf397ede6d3b91add44a05a6520f49 SHA512 83dffe6cb11634e81076d72a0ed4b1621705dae2657706c5629550e3a4a4b912258bb63cb913c5248ecb556c7484ab77be4d1063dc4c216ec680b363f854e305 WHIRLPOOL ac84bd4d7f5c1e8473cfaed4c8a5f47c4d20c38070974f21d6a5859ba8b069788562f911fcb98b607a62263714981efa39c76e811a83687e75dc0c113a9d3a4c DIST ocaml-text-0.8.tar.gz 80898 SHA256 bab32ca98a086631a0715d06109ebf09a71d2ac9aa901bc4f4ecd3d84331b746 SHA512 712afd21f615a81dc361ce7f5d89aff0c341ed91cd0e4cce6a2000361023b006b10731ce0cc6c025bde5f5fe7d07fa85ca2af65a8ad4d50647e8dfa8ff7ad81f WHIRLPOOL 1ae59a2cbffa7b9a9ce3a027df7b9eba0db69442ad99666439fc5833f2aa13120dfa18b155a9a11dfc0cce641260b3f1e29e652e61c584627526ffcf4e09d6bf diff --git a/dev-ml/ocaml-text/ocaml-text-0.6.ebuild b/dev-ml/ocaml-text/ocaml-text-0.6.ebuild deleted file mode 100644 index d5689475d3e2..000000000000 --- a/dev-ml/ocaml-text/ocaml-text-0.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 -OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="library for dealing with 'text'" -HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-text/" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/937/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="pcre" - -DEPEND="virtual/libiconv - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) - pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )" -RDEPEND="${DEPEND}" - -DOCS=( "README" "CHANGES" "CHANGES.darcs" ) - -src_configure() { - oasis_configure_opts="$(use_enable pcre)" \ - oasis_src_configure -} |