diff options
Diffstat (limited to 'dev-ml/uuidm')
-rw-r--r-- | dev-ml/uuidm/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/uuidm/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/uuidm/uuidm-0.9.6.ebuild | 22 |
3 files changed, 0 insertions, 28 deletions
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 @@ -<?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/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 -} |