summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-10-21 11:59:10 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-10-21 12:44:06 +0200
commita6458768d4b45f030ae990e20d180ea8bdbfce98 (patch)
tree33b91f7ac4f4ac617d66a05b699ee2c14d249d5c
parentnet-dns/libidn: Old. (diff)
downloadgentoo-a6458768d4b45f030ae990e20d180ea8bdbfce98.tar.gz
gentoo-a6458768d4b45f030ae990e20d180ea8bdbfce98.tar.bz2
gentoo-a6458768d4b45f030ae990e20d180ea8bdbfce98.zip
dev-ml/ocaml-re: remove old
Package-Manager: portage-2.3.2
-rw-r--r--dev-ml/ocaml-re/Manifest3
-rw-r--r--dev-ml/ocaml-re/ocaml-re-1.5.0.ebuild26
-rw-r--r--dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild25
-rw-r--r--dev-ml/ocaml-re/ocaml-re-1.6.1.ebuild24
4 files changed, 0 insertions, 78 deletions
diff --git a/dev-ml/ocaml-re/Manifest b/dev-ml/ocaml-re/Manifest
index 0bbd8edcd8d6..f6ee164b5f41 100644
--- a/dev-ml/ocaml-re/Manifest
+++ b/dev-ml/ocaml-re/Manifest
@@ -1,4 +1 @@
-DIST ocaml-re-1.5.0.tar.gz 103242 SHA256 53322f763a8d771a68f986c9c323cab7d3afa56873c3eefa528fb92b1b511dd3 SHA512 f094eadabf4fd976cbae0f288673ef27c9c3fbc4ddf6ada283e20a240fc9865139956096030b7ae8173bf71bd98cf67cadca72562524a7be168dfe77fe4c6469 WHIRLPOOL 6b13262476e9ee143a662243d1efc07bf227d48450c7892fc8667a1efd45853e48dff3d391c49ed8f43dde932a4ed3d63b63118919bc930e8d1c2ed05426e17a
-DIST ocaml-re-1.6.0.tar.gz 104014 SHA256 5e719921bcc0a2d772b4ec2f611af708b9bc992b7f1233aa7ff389ab08c141cb SHA512 e93aa35e76b6942a68ef65771654ee4cd1530428d253e4a00c89efa8593021748bfb00c75163c3a8a2d96660d6845252474bc73f134199cffb820f707df6a1de WHIRLPOOL 5800a1726cafab3c36d9ba5ab262d9523ea36f3647480b9b7dee03b6aaa17e856af77ded9413d51d4b76c3a699b726154f083f2cc772f8522cd853845030eb22
-DIST ocaml-re-1.6.1.tar.gz 104143 SHA256 4fe88b095bb65abc3e9b132bdd6fba7451eb3a32f1a5cd6a0f9a92faca099f47 SHA512 5e3c170ce62fbfcf23572ef49ff861835c8c5e86a274ef8db6039476d89f2643b12d5f72e81e56dc0d8f71580f9b7e55b39ed26b31fb65657e9adc50c7d72345 WHIRLPOOL 548046d98fec6c92649fbf023ee3bb5d1240645f3924509cce9bda34e2f0574bbbb86824ba571552472f66d1661fe7597fb004764f68e81f255148313a7b3c48
DIST ocaml-re-1.7.0.tar.gz 132711 SHA256 479c25ee0376c16d7596d9efb44f87164ea3cf1e30874707372f1db190973038 SHA512 9c6cef89c179d1c7b42c9a751a69e06d9e3ea93e9240bafbbd6e81535fadac8ffdd5eff13784ed7c10b36c0a3601ac08e06c8b0b3169b8f35e7ab69c9e9e6910 WHIRLPOOL d0f4577552d48ddc6f506e9b4b0288de96de517e7df5285ef8ec1c129def076199e9474d61066c34af90d9e6f70ecd079769e81e296d846d05724044e336fdb7
diff --git a/dev-ml/ocaml-re/ocaml-re-1.5.0.ebuild b/dev-ml/ocaml-re/ocaml-re-1.5.0.ebuild
deleted file mode 100644
index d60583026288..000000000000
--- a/dev-ml/ocaml-re/ocaml-re-1.5.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-#doesn't build: https://bugs.gentoo.org/show_bug.cgi?id=574572
-#OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Regular expression library for OCaml"
-HOMEPAGE="https://github.com/ocaml/ocaml-re"
-SRC_URI="https://github.com/ocaml/ocaml-re/archive/${P}.tar.gz"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=">=dev-lang/ocaml-4.02:="
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-DOCS=( "CHANGES" "TODO.txt" "README.md" )
-S="${WORKDIR}/${PN}-${P}"
diff --git a/dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild b/dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild
deleted file mode 100644
index 09583e6febee..000000000000
--- a/dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-#doesn't build: https://bugs.gentoo.org/show_bug.cgi?id=574572
-#OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Regular expression library for OCaml"
-HOMEPAGE="https://github.com/ocaml/ocaml-re"
-SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=">=dev-lang/ocaml-4.02:="
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-DOCS=( "CHANGES" "TODO.txt" "README.md" )
diff --git a/dev-ml/ocaml-re/ocaml-re-1.6.1.ebuild b/dev-ml/ocaml-re/ocaml-re-1.6.1.ebuild
deleted file mode 100644
index 90f8ab3b9df0..000000000000
--- a/dev-ml/ocaml-re/ocaml-re-1.6.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 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="Regular expression library for OCaml"
-HOMEPAGE="https://github.com/ocaml/ocaml-re"
-SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=">=dev-lang/ocaml-4.02:="
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-DOCS=( "CHANGES" "TODO.txt" "README.md" )