summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-13 11:07:09 +0000
committerSam James <sam@gentoo.org>2021-03-13 15:23:25 +0000
commite860444aab9315d9b3ade98314e4292578fae690 (patch)
tree55dc47ccae9b8b2ad689b85c737823752e99696a /dev-ml/markup
parentapp-misc/geneweb: convert to dev-ml/ounit2 for tests (diff)
downloadgentoo-e860444aab9315d9b3ade98314e4292578fae690.tar.gz
gentoo-e860444aab9315d9b3ade98314e4292578fae690.tar.bz2
gentoo-e860444aab9315d9b3ade98314e4292578fae690.zip
dev-ml/markup: drop 0.7.5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/markup')
-rw-r--r--dev-ml/markup/Manifest1
-rw-r--r--dev-ml/markup/markup-0.7.5.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-ml/markup/Manifest b/dev-ml/markup/Manifest
index c44ed7db0601..b823c15e52b7 100644
--- a/dev-ml/markup/Manifest
+++ b/dev-ml/markup/Manifest
@@ -1,2 +1 @@
-DIST markup-0.7.5.tar.gz 278654 BLAKE2B 5338d4b546c74ade522c84c5a0583ad08b09e4ca3ecb96712725dd33792e401f66f076e47cf24986047f36236c53134272cadcd2abe322307377bb79055bf39a SHA512 19350df7a3a619c479fa030b8772009bc32f3e9830494f5707e05f85b9ee9ff0ddf382d292c7a11bbd3b63c8c108e6a84b2d01f5e983f49d7cdf63ee3c4545c8
DIST markup-1.0.0.tar.gz 280927 BLAKE2B cdf670e97c9f6e9b514d98f19a50bb4915c0c434a4ca27ac71be36f3893ed049eef8c0b5f48893e3f247938283272ff0c03d24743d679ef5e0296f7059131c58 SHA512 6383ed24fd86be0f6a64d9386b547d323fa0e763571ff3e7405119173c6ac6a7ed043bc0d35afd6e933101f22ed4b2f8baa08ba07d3df57a68015caaf79030ab
diff --git a/dev-ml/markup/markup-0.7.5.ebuild b/dev-ml/markup/markup-0.7.5.ebuild
deleted file mode 100644
index 68e867c0943d..000000000000
--- a/dev-ml/markup/markup-0.7.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib eutils
-
-DESCRIPTION="Error-recovering streaming HTML5 and XML parsers"
-HOMEPAGE="https://github.com/aantron/markup.ml"
-SRC_URI="https://github.com/aantron/markup.ml/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}p1"
-KEYWORDS="~amd64"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-lang/ocaml:=[ocamlopt]
- dev-ml/lwt:=[ocamlopt(+)]
- >=dev-ml/uutf-1.0:=[ocamlopt]
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
- test? ( dev-ml/ounit )
- dev-ml/ocamlbuild"
-S="${WORKDIR}/${PN}.ml-${PV}"
-
-src_compile() {
- emake
- use doc && emake docs
-}
-
-src_install() {
- findlib_src_preinst
- emake ocamlfind-install
- dodoc README.md
- use doc && dohtml doc/html/*
-}