summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-24 12:06:08 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-24 12:07:23 +0100
commitf99eadac3e0ebd6a5d65148cff2f40fd060ce621 (patch)
tree29a0c474de8af0c84a605e648796561ee866500a /dev-ml/iTeML
parentdev-ml/io-page: remove old (diff)
downloadgentoo-f99eadac3e0ebd6a5d65148cff2f40fd060ce621.tar.gz
gentoo-f99eadac3e0ebd6a5d65148cff2f40fd060ce621.tar.bz2
gentoo-f99eadac3e0ebd6a5d65148cff2f40fd060ce621.zip
dev-ml/iTeML: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/iTeML')
-rw-r--r--dev-ml/iTeML/Manifest4
-rw-r--r--dev-ml/iTeML/iTeML-2.0.1.ebuild28
-rw-r--r--dev-ml/iTeML/iTeML-2.2.ebuild29
-rw-r--r--dev-ml/iTeML/iTeML-2.3.ebuild29
-rw-r--r--dev-ml/iTeML/iTeML-2.4.ebuild29
5 files changed, 0 insertions, 119 deletions
diff --git a/dev-ml/iTeML/Manifest b/dev-ml/iTeML/Manifest
index 13b0fba7f4e2..e316aec5ad3f 100644
--- a/dev-ml/iTeML/Manifest
+++ b/dev-ml/iTeML/Manifest
@@ -1,5 +1 @@
-DIST iTeML-2.0.1.tar.gz 38387 SHA256 ae6ff9d0fcc20b8e96a44517fb3641d5193c63169aae33f0c1912db8e14bef1f SHA512 1f72ed8320a7589206daa16232199f33012cac397cf21a60fd8afccb7e8aad6f9125e8b4ac494866f699d0a47569bbd0486584a299786e0ef7a3a2c234f0ac2b WHIRLPOOL c23392412b4fcead6dd5958739802d895cdee3a86f333038ad03639d28a5439858de411bea19ce25df1bce72482b07d3047e8862a89fb49e24cfe0956d45d768
-DIST iTeML-2.2.tar.gz 50025 SHA256 c31e5449624fc6729a362cc73efe475b2965d2e602b69b3a06fab2b38ea18b36 SHA512 78fb71a00d785f7faf0faa08c988bdfffe755dc6554437c86c80a4e56d6fb001606c78159e23acf0230286167585d136754dda68f8d7486aef64b228cc69034d WHIRLPOOL 672ce047cd901cd38671cf6f1020bf5d4c6e7cd13b3af4138ebad2015ca7db54a558cbbbdbda66d2aacfb3a1c7f709de95808b8d193b9551660f60349e3f346b
-DIST iTeML-2.3.tar.gz 51077 SHA256 749bec7a7f91a0ee4e86811f70e423319181a7d4f2bfcfcb718448020d2dfdd8 SHA512 ac83c18baf9d0cb9de027881356cfffd4cb7e698598cc85badd31ebfbfe2d21ff94d35bf9ac997b08c2a4eb88eded759708f2759a11c088a63fe3c79e3db3ed4 WHIRLPOOL 71ec844e9851ecbc27afbf8d6d0f31ec73064eee7752840c458492abad6e432c2e072fe3fc695c910fc5bbadc4fa9fac8cffd5cbdfed2df82d87c837a2899d73
-DIST iTeML-2.4.tar.gz 51354 SHA256 46488f19c4df8b6ec6ca638084e4f18cb647e46fa536863e0fe29fac8f12b76c SHA512 38461ec3ba68b5823d43fa6f955e17bb456dacf7aec94a3195d73db15c42cc080acfd6d2b81bc2d730f84656da3fc2755a0916512e65520326f5bcd4cdcadf64 WHIRLPOOL 0282ab98d7b011568ddfe20f0eeeda991cf5e583b10bd756aeb75031ee6c55e24c37a57796f11e03fbfd83b3bc681ebd61a2ac17decb495aa4e4805f0cf46529
DIST iTeML-2.5.tar.gz 33750 SHA256 3295853f8a17e6adb085c69bab0eddacdba11c1acc4ee2bdbae9f093239683c3 SHA512 b8a2f842f0076bdf3f30a71983f686b931ac3f7fde73ad83041dae1d33d8bca2c7695b71dcc53ef942fbdee7422e2e4d22994f69b70d54e2b4d62bc1c64395c9 WHIRLPOOL 45279bb9168fdfb6354723cd3bb950390390586a3959dd95adac54eebfabe835c1d85a77ae54f00aa36c41191e262714a86602472ad70c8e30aa289b283c3de9
diff --git a/dev-ml/iTeML/iTeML-2.0.1.ebuild b/dev-ml/iTeML/iTeML-2.0.1.ebuild
deleted file mode 100644
index e3eb2e97c12d..000000000000
--- a/dev-ml/iTeML/iTeML-2.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit oasis
-
-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"
-IUSE=""
-
-RDEPEND="dev-ml/ounit:="
-DEPEND="${RDEPEND}
- dev-ml/oasis"
-
-DOCS=( "${WORKDIR}/${P}/README.md" )
-
-S="${WORKDIR}/${P}/qtest"
-
-src_prepare() {
- oasis setup || die
-}
diff --git a/dev-ml/iTeML/iTeML-2.2.ebuild b/dev-ml/iTeML/iTeML-2.2.ebuild
deleted file mode 100644
index a13efbe16629..000000000000
--- a/dev-ml/iTeML/iTeML-2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-IUSE=""
-
-RDEPEND="dev-ml/ounit:=
- dev-lang/ocaml:=[ocamlopt]
- !dev-ml/qckeck
-"
-DEPEND="${RDEPEND}"
-
-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/iTeML-2.3.ebuild b/dev-ml/iTeML/iTeML-2.3.ebuild
deleted file mode 100644
index a13efbe16629..000000000000
--- a/dev-ml/iTeML/iTeML-2.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-IUSE=""
-
-RDEPEND="dev-ml/ounit:=
- dev-lang/ocaml:=[ocamlopt]
- !dev-ml/qckeck
-"
-DEPEND="${RDEPEND}"
-
-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/iTeML-2.4.ebuild b/dev-ml/iTeML/iTeML-2.4.ebuild
deleted file mode 100644
index a13efbe16629..000000000000
--- a/dev-ml/iTeML/iTeML-2.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-IUSE=""
-
-RDEPEND="dev-ml/ounit:=
- dev-lang/ocaml:=[ocamlopt]
- !dev-ml/qckeck
-"
-DEPEND="${RDEPEND}"
-
-src_install() {
- findlib_src_preinst
- dodir /usr/bin
- emake BIN="${ED}/usr/bin/" install
- dodoc README.adoc HOWTO.adoc
-}