Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/
Date: Sun, 06 Aug 2017 07:40:11
Message-Id: 1502001915.d04dccfa01fd99525855a29592051138cab9b826.aballier@gentoo
1 commit: d04dccfa01fd99525855a29592051138cab9b826
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 4 18:51:14 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 06:45:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04dccfa
7
8 dev-ml/alcotest: Remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ml/alcotest/Manifest | 2 --
13 dev-ml/alcotest/alcotest-0.7.2.ebuild | 43 --------------------------------
14 dev-ml/alcotest/alcotest-0.8.0.ebuild | 46 -----------------------------------
15 3 files changed, 91 deletions(-)
16
17 diff --git a/dev-ml/alcotest/Manifest b/dev-ml/alcotest/Manifest
18 index b282b0b8744..3edfc64340b 100644
19 --- a/dev-ml/alcotest/Manifest
20 +++ b/dev-ml/alcotest/Manifest
21 @@ -1,3 +1 @@
22 -DIST alcotest-0.7.2.tar.gz 24781 SHA256 75eac2c9b9c1f9e07d8c4de43ba8e852bd59ef1d7d322cd9c036a075335ef472 SHA512 3448c7d82c200f0cf2ac97f7f49060c350c0719124b24079b5babb48b1d3e0b0508ada0b273e1963dc07dc4cc072b0a589096c39b8b6d8a4adf7e011418dd4a3 WHIRLPOOL d1345d9c3481663fa29d99cf8483bc2e11251a088bd589472eb83f8483b7b3db6130098560de7cb3d00f0741c68c0d0060ae0b602a8f2af51950c0199b0ee612
23 -DIST alcotest-0.8.0.tar.gz 24078 SHA256 623c045899aba9b10f30cf424e380611f866985ef4c35cd8dbf3b9c0beb926ee SHA512 7dda623557fea2961d255d5c90855a3dc02f2a578aa49660d8550832523bb318daa2af6eba83a92532a43914ef4c74e8446a5bbffa726993f0382142c7d5325c WHIRLPOOL d580317a6928b14e21c72589ff7820b5bc1e13dfdd7efe383b356b76f174c17138314a767d15d08503af30c6a99917d2c83e2001b12cafe702571aec535c0e69
24 DIST alcotest-0.8.1.tar.gz 24358 SHA256 1e2e61dfe392321e950c0dbfa2fdcf0bcde7978c8e6743a59cd9fb8039cb9eae SHA512 76224df2d4923e666fd844a0735f2a23035454bb3c3aeb6a6f8d19376342f0f94f39a401d6225af3f90cddd2f65aa779ce87e42ee8d82e6b3ca33730d4277253 WHIRLPOOL 5f7847b08733b7a330553fb63702f2d27710a61e78185a99f90104a9f8a315d48f97a9fd5e891c15934c97dd082f0bc6feea01551f1cb81386119c30e5b046e1
25
26 diff --git a/dev-ml/alcotest/alcotest-0.7.2.ebuild b/dev-ml/alcotest/alcotest-0.7.2.ebuild
27 deleted file mode 100644
28 index 5715b6df1d1..00000000000
29 --- a/dev-ml/alcotest/alcotest-0.7.2.ebuild
30 +++ /dev/null
31 @@ -1,43 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -
37 -DESCRIPTION="A lightweight and colourful test framework"
38 -HOMEPAGE="https://github.com/mirage/alcotest/"
39 -SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="ISC"
42 -SLOT="0/${PV}"
43 -KEYWORDS="~amd64"
44 -IUSE="test"
45 -
46 -RDEPEND="
47 - dev-lang/ocaml:=[ocamlopt]
48 - dev-ml/fmt:=
49 - dev-ml/astring:=
50 - dev-ml/cmdliner:=
51 - dev-ml/result:=
52 -"
53 -DEPEND="${RDEPEND}
54 - dev-ml/opam
55 - dev-ml/topkg
56 - dev-ml/ocamlbuild
57 - dev-ml/findlib"
58 -
59 -src_compile() {
60 - ocaml pkg/pkg.ml build --tests $(usex test true false) || die
61 -}
62 -
63 -src_test() {
64 - ocaml pkg/pkg.ml test || die
65 -}
66 -
67 -src_install() {
68 - opam-installer -i \
69 - --prefix="${ED}/usr" \
70 - --libdir="${D}/$(ocamlc -where)" \
71 - --docdir="${ED}/usr/share/doc/${PF}" \
72 - ${PN}.install || die
73 - dodoc CHANGES.md README.md
74 -}
75
76 diff --git a/dev-ml/alcotest/alcotest-0.8.0.ebuild b/dev-ml/alcotest/alcotest-0.8.0.ebuild
77 deleted file mode 100644
78 index eab46cdca71..00000000000
79 --- a/dev-ml/alcotest/alcotest-0.8.0.ebuild
80 +++ /dev/null
81 @@ -1,46 +0,0 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI="5"
86 -
87 -DESCRIPTION="A lightweight and colourful test framework"
88 -HOMEPAGE="https://github.com/mirage/alcotest/"
89 -SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz"
90 -
91 -LICENSE="ISC"
92 -SLOT="0/${PV}"
93 -KEYWORDS="~amd64"
94 -IUSE="test"
95 -
96 -RDEPEND="
97 - dev-lang/ocaml:=[ocamlopt]
98 - dev-ml/fmt:=
99 - dev-ml/astring:=
100 - dev-ml/cmdliner:=
101 - dev-ml/result:=
102 -"
103 -DEPEND="${RDEPEND}
104 - dev-ml/opam
105 - dev-ml/jbuilder
106 - dev-ml/findlib"
107 -
108 -src_compile() {
109 - jbuilder build -p alcotest || die
110 -}
111 -
112 -src_test() {
113 - jbuilder runtest -p alcotest || die
114 -}
115 -
116 -oinstall() {
117 - opam-installer -i \
118 - --prefix="${ED}/usr" \
119 - --libdir="${D}/$(ocamlc -where)" \
120 - --docdir="${ED}/usr/share/doc/${PF}" \
121 - --mandir="${ED}/usr/share/man" \
122 - ${1}.install || die
123 -}
124 -
125 -src_install() {
126 - oinstall alcotest
127 -}