From e73cdb8ec3060b24e3ae4a568659547e8050dc71 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 14 Jan 2020 17:25:05 +0100 Subject: dev-ml/*: Remove first set of unneeded leaf packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/695782 Signed-off-by: Michał Górny --- dev-ml/uuidm/Manifest | 1 - dev-ml/uuidm/metadata.xml | 5 ----- dev-ml/uuidm/uuidm-0.9.6.ebuild | 22 ---------------------- 3 files changed, 28 deletions(-) delete mode 100644 dev-ml/uuidm/Manifest delete mode 100644 dev-ml/uuidm/metadata.xml delete mode 100644 dev-ml/uuidm/uuidm-0.9.6.ebuild (limited to 'dev-ml/uuidm') diff --git a/dev-ml/uuidm/Manifest b/dev-ml/uuidm/Manifest deleted file mode 100644 index 189d08263bc9..000000000000 --- a/dev-ml/uuidm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST uuidm-0.9.6.tbz 9707 BLAKE2B b17a464dc7b72a75ac02be0a02b6048afc54161a4f676c9c5ad52d765eb8737d233d055fa1dbe1e1f94675ef3f8e5802cb890d5aba4ad49ec15cfa5f34b8ba80 SHA512 13b900e98c27f201636b6f074416dc85ed6725b5bcdf911532c4ff31ca980c0a8e31583db9e336d2533559e4f9c3c1badf2a4548dffd21c009671a8dfc80a7f7 diff --git a/dev-ml/uuidm/metadata.xml b/dev-ml/uuidm/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-ml/uuidm/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/dev-ml/uuidm/uuidm-0.9.6.ebuild b/dev-ml/uuidm/uuidm-0.9.6.ebuild deleted file mode 100644 index f3c7004e85f0..000000000000 --- a/dev-ml/uuidm/uuidm-0.9.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib opam - -DESCRIPTION="OCaml module implementing 128 bits universally unique identifiers" -HOMEPAGE="http://erratique.ch/software/uuidm" -SRC_URI="http://erratique.ch/software/uuidm/releases/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-ml/cmdliner:=" -DEPEND="${RDEPEND}" - -src_compile() { - ocaml pkg/pkg.ml build || die -} -- cgit v1.2.3-65-gdbad