diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-04 20:51:14 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-06 08:45:15 +0200 |
commit | d04dccfa01fd99525855a29592051138cab9b826 (patch) | |
tree | b69c652dcb6aa8d0acfa8153977148ef9749ac90 /dev-ml/alcotest | |
parent | dev-ml/alcotest: bump to 0.8.1 (diff) | |
download | gentoo-d04dccfa01fd99525855a29592051138cab9b826.tar.gz gentoo-d04dccfa01fd99525855a29592051138cab9b826.tar.bz2 gentoo-d04dccfa01fd99525855a29592051138cab9b826.zip |
dev-ml/alcotest: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ml/alcotest')
-rw-r--r-- | dev-ml/alcotest/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/alcotest/alcotest-0.7.2.ebuild | 43 | ||||
-rw-r--r-- | dev-ml/alcotest/alcotest-0.8.0.ebuild | 46 |
3 files changed, 0 insertions, 91 deletions
diff --git a/dev-ml/alcotest/Manifest b/dev-ml/alcotest/Manifest index b282b0b87443..3edfc64340b9 100644 --- a/dev-ml/alcotest/Manifest +++ b/dev-ml/alcotest/Manifest @@ -1,3 +1 @@ -DIST alcotest-0.7.2.tar.gz 24781 SHA256 75eac2c9b9c1f9e07d8c4de43ba8e852bd59ef1d7d322cd9c036a075335ef472 SHA512 3448c7d82c200f0cf2ac97f7f49060c350c0719124b24079b5babb48b1d3e0b0508ada0b273e1963dc07dc4cc072b0a589096c39b8b6d8a4adf7e011418dd4a3 WHIRLPOOL d1345d9c3481663fa29d99cf8483bc2e11251a088bd589472eb83f8483b7b3db6130098560de7cb3d00f0741c68c0d0060ae0b602a8f2af51950c0199b0ee612 -DIST alcotest-0.8.0.tar.gz 24078 SHA256 623c045899aba9b10f30cf424e380611f866985ef4c35cd8dbf3b9c0beb926ee SHA512 7dda623557fea2961d255d5c90855a3dc02f2a578aa49660d8550832523bb318daa2af6eba83a92532a43914ef4c74e8446a5bbffa726993f0382142c7d5325c WHIRLPOOL d580317a6928b14e21c72589ff7820b5bc1e13dfdd7efe383b356b76f174c17138314a767d15d08503af30c6a99917d2c83e2001b12cafe702571aec535c0e69 DIST alcotest-0.8.1.tar.gz 24358 SHA256 1e2e61dfe392321e950c0dbfa2fdcf0bcde7978c8e6743a59cd9fb8039cb9eae SHA512 76224df2d4923e666fd844a0735f2a23035454bb3c3aeb6a6f8d19376342f0f94f39a401d6225af3f90cddd2f65aa779ce87e42ee8d82e6b3ca33730d4277253 WHIRLPOOL 5f7847b08733b7a330553fb63702f2d27710a61e78185a99f90104a9f8a315d48f97a9fd5e891c15934c97dd082f0bc6feea01551f1cb81386119c30e5b046e1 diff --git a/dev-ml/alcotest/alcotest-0.7.2.ebuild b/dev-ml/alcotest/alcotest-0.7.2.ebuild deleted file mode 100644 index 5715b6df1d17..000000000000 --- a/dev-ml/alcotest/alcotest-0.7.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -DESCRIPTION="A lightweight and colourful test framework" -HOMEPAGE="https://github.com/mirage/alcotest/" -SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=" - dev-lang/ocaml:=[ocamlopt] - dev-ml/fmt:= - dev-ml/astring:= - dev-ml/cmdliner:= - dev-ml/result:= -" -DEPEND="${RDEPEND} - dev-ml/opam - dev-ml/topkg - dev-ml/ocamlbuild - dev-ml/findlib" - -src_compile() { - ocaml pkg/pkg.ml build --tests $(usex test true false) || die -} - -src_test() { - ocaml pkg/pkg.ml test || die -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die - dodoc CHANGES.md README.md -} diff --git a/dev-ml/alcotest/alcotest-0.8.0.ebuild b/dev-ml/alcotest/alcotest-0.8.0.ebuild deleted file mode 100644 index eab46cdca71b..000000000000 --- a/dev-ml/alcotest/alcotest-0.8.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -DESCRIPTION="A lightweight and colourful test framework" -HOMEPAGE="https://github.com/mirage/alcotest/" -SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=" - dev-lang/ocaml:=[ocamlopt] - dev-ml/fmt:= - dev-ml/astring:= - dev-ml/cmdliner:= - dev-ml/result:= -" -DEPEND="${RDEPEND} - dev-ml/opam - dev-ml/jbuilder - dev-ml/findlib" - -src_compile() { - jbuilder build -p alcotest || die -} - -src_test() { - jbuilder runtest -p alcotest || die -} - -oinstall() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - ${1}.install || die -} - -src_install() { - oinstall alcotest -} |