diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-09 08:36:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-09 08:41:53 +0100 |
commit | 65f11ddb61bf32310dc324a6dfb8c08f5db26630 (patch) | |
tree | 710a3ce14f0ed09221dab5245e46b23f608cf3ea /dev-ml | |
parent | package.mask: retire dev-ml/jbuilder (diff) | |
download | gentoo-65f11ddb61bf32310dc324a6dfb8c08f5db26630.tar.gz gentoo-65f11ddb61bf32310dc324a6dfb8c08f5db26630.tar.bz2 gentoo-65f11ddb61bf32310dc324a6dfb8c08f5db26630.zip |
dev-ml/ocaml-data-notation: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-data-notation/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild | 26 |
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-ml/ocaml-data-notation/Manifest b/dev-ml/ocaml-data-notation/Manifest deleted file mode 100644 index 0ee64b7f2284..000000000000 --- a/dev-ml/ocaml-data-notation/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocaml-data-notation-0.0.11.tar.gz 63968 BLAKE2B bc01d71c6d98b5fa9aa2bbc5889e203f23b08e1e7b0c5bb5cd94170ad1be962aefb847ff6c263a52f93ec938a6ab2d2ebe7877b0c27e8018d8f05b170b13b67d SHA512 010c6105b0745c4dbf426186915078cd71d02d56e19ca01089a37f803c9d81c02a22e64184b9b4a42d44450834527a050ff20430f8c2d8a972610717f4c653d7 diff --git a/dev-ml/ocaml-data-notation/metadata.xml b/dev-ml/ocaml-data-notation/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-ml/ocaml-data-notation/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild deleted file mode 100644 index 61b555e00086..000000000000 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="Use type-conv to dump OCaml data structure using OCaml data notation" -HOMEPAGE="http://forge.ocamlcore.org/projects/odn" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1310/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-ml/type-conv-108.07.01:= - dev-ml/camlp4:= - ~dev-lang/ocaml-4.05.0 - " -DEPEND="${RDEPEND} - test? ( >=dev-ml/ounit-2.0.0[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )" - -DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" ) |