summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-22 04:12:56 +0000
committerSam James <sam@gentoo.org>2021-04-04 06:09:02 +0000
commite01ad42c124563da5b64c1e64d62aa640af1e65f (patch)
tree97699a775452c1105003d8196a08b5c7239a38cd /dev-ml
parentdev-ml/ocaml-magic-mime: treeclean (diff)
downloadgentoo-e01ad42c124563da5b64c1e64d62aa640af1e65f.tar.gz
gentoo-e01ad42c124563da5b64c1e64d62aa640af1e65f.tar.bz2
gentoo-e01ad42c124563da5b64c1e64d62aa640af1e65f.zip
dev-ml/iTeML: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/iTeML/Manifest1
-rw-r--r--dev-ml/iTeML/iTeML-2.7.ebuild30
-rw-r--r--dev-ml/iTeML/metadata.xml8
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-ml/iTeML/Manifest b/dev-ml/iTeML/Manifest
deleted file mode 100644
index 7eba7c94f273..000000000000
--- a/dev-ml/iTeML/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST iTeML-2.7.tar.gz 34866 BLAKE2B c3d2df6901ca1c5a804b8e5becf2960f6de10a0edc88fab86fadd39ec25d35143d5ccb3765a1bb5e4d55f28d1dc8942085b964b343dc1f8622ea4438b842e9a6 SHA512 477b55332ab4f733bb225fb15741e5129314fc857900715851027b132fd87f169f8d402987762bd9a07e0a644b1d2bbd49e2f21de7cc23edbe89ff8b3f2bda65
diff --git a/dev-ml/iTeML/iTeML-2.7.ebuild b/dev-ml/iTeML/iTeML-2.7.ebuild
deleted file mode 100644
index 7047a3ea4d8d..000000000000
--- a/dev-ml/iTeML/iTeML-2.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Inline (Unit) Tests for OCaml"
-HOMEPAGE="https://github.com/vincent-hugot/iTeML"
-SRC_URI="https://github.com/vincent-hugot/iTeML/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-ml/ounit:=
- dev-lang/ocaml:=[ocamlopt]
- >=dev-ml/qcheck-0.5:=
-"
-DEPEND="${RDEPEND}
- dev-ml/ocamlbuild
-"
-
-src_install() {
- findlib_src_preinst
- dodir /usr/bin
- emake BIN="${ED}/usr/bin/" install
- dodoc README.adoc HOWTO.adoc
-}
diff --git a/dev-ml/iTeML/metadata.xml b/dev-ml/iTeML/metadata.xml
deleted file mode 100644
index 54b0c114ffec..000000000000
--- a/dev-ml/iTeML/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">vincent-hugot/iTeML</remote-id>
- </upstream>
-</pkgmetadata>