commit: 8eca949590d7ea1a8e58c350044ec1f433d260ee Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Dec 2 16:29:19 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Dec 2 17:21:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eca9495
dev-ml/iTeML: drop old Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-ml/iTeML/Manifest | 2 -- dev-ml/iTeML/iTeML-2.5.ebuild | 30 ------------------------------ dev-ml/iTeML/iTeML-2.6.ebuild | 30 ------------------------------ 3 files changed, 62 deletions(-) diff --git a/dev-ml/iTeML/Manifest b/dev-ml/iTeML/Manifest index a547c32355b..7eba7c94f27 100644 --- a/dev-ml/iTeML/Manifest +++ b/dev-ml/iTeML/Manifest @@ -1,3 +1 @@ -DIST iTeML-2.5.tar.gz 33750 BLAKE2B 362dcbd0a2e44842832ec5e2307eb2f291013344e80b791f1e2c3e5ffc43633f67c7e736ad3a6545197467700d043649080b5f8889b55e460748f769ca7f404b SHA512 b8a2f842f0076bdf3f30a71983f686b931ac3f7fde73ad83041dae1d33d8bca2c7695b71dcc53ef942fbdee7422e2e4d22994f69b70d54e2b4d62bc1c64395c9 -DIST iTeML-2.6.tar.gz 34822 BLAKE2B feb7a1d7973f1710b245cb5d859d443b4c30a6128137523659768864cdd23eb18606a2b6d418d9fb37784bf2fe53fc45a4558e1565186e2402574df560a4afc5 SHA512 6c42856d8a8d6b9e76002fe94e4be0db2a108c4a033fd3d19849772a6c1db9b792beb960b0ac02973d40dc9dda4c4cf5ba13ae9f05534798cc3ccc283f8d3567 DIST iTeML-2.7.tar.gz 34866 BLAKE2B c3d2df6901ca1c5a804b8e5becf2960f6de10a0edc88fab86fadd39ec25d35143d5ccb3765a1bb5e4d55f28d1dc8942085b964b343dc1f8622ea4438b842e9a6 SHA512 477b55332ab4f733bb225fb15741e5129314fc857900715851027b132fd87f169f8d402987762bd9a07e0a644b1d2bbd49e2f21de7cc23edbe89ff8b3f2bda65 diff --git a/dev-ml/iTeML/iTeML-2.5.ebuild b/dev-ml/iTeML/iTeML-2.5.ebuild deleted file mode 100644 index 7047a3ea4d8..00000000000 --- a/dev-ml/iTeML/iTeML-2.5.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/iTeML-2.6.ebuild b/dev-ml/iTeML/iTeML-2.6.ebuild deleted file mode 100644 index 7047a3ea4d8..00000000000 --- a/dev-ml/iTeML/iTeML-2.6.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 -}