Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cmdliner/
Date: Sat, 28 Nov 2020 18:37:29
Message-Id: 1606588635.9354ef5c2f3427048b418e78bd6bd131e39098a1.bman@gentoo
1 commit: 9354ef5c2f3427048b418e78bd6bd131e39098a1
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 18:09:16 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 18:37:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9354ef5c
7
8 dev-ml/cmdliner: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/cmdliner/Manifest | 3 ---
13 dev-ml/cmdliner/cmdliner-1.0.0.ebuild | 44 -----------------------------------
14 dev-ml/cmdliner/cmdliner-1.0.1.ebuild | 44 -----------------------------------
15 dev-ml/cmdliner/cmdliner-1.0.2.ebuild | 44 -----------------------------------
16 4 files changed, 135 deletions(-)
17
18 diff --git a/dev-ml/cmdliner/Manifest b/dev-ml/cmdliner/Manifest
19 index 45367a4a50d..17785ad6fd9 100644
20 --- a/dev-ml/cmdliner/Manifest
21 +++ b/dev-ml/cmdliner/Manifest
22 @@ -1,4 +1 @@
23 -DIST cmdliner-1.0.0.tbz 46542 BLAKE2B 7a667e218c298dbe4f5ba8ff034f15596e9b89b1a267fbdf7f6f811e42d61b103b08a2c8b9bd45e83bb249ae5ed078eb646630cd8a174af267354b25dc13ca54 SHA512 3fc87e49504167864ba4d81fde7bbaa01b7d58b06e2b68b36647857590f41fdc8b3bbd547418f8159b0e76628236b5c30301404b3d8d57e2ff3f082228eee73c
24 -DIST cmdliner-1.0.1.tbz 46614 BLAKE2B 609220b8dbb0aa5ade9f504f420ed7c6ee1ad9aa1f9cd02b1edba60b86791e59a12faca0ebe6ed9cbb5fbeefdfe25b524509bf311f1611022b6c62ae38df01c1 SHA512 b792dab3a7f53f69d74d07acbb013e48235614e29a477b7e9e7d7b58013d47ff842fbaeef50acda305434185325855ef83d839d5acb0ccf460276f0ca880ee7b
25 -DIST cmdliner-1.0.2.tbz 47350 BLAKE2B 226481c73e66fb45a69b563bef9f95c6a04b782072643fd8e66e4da4907f899a72e2b4e1217b46c3a1f417bf9e4be193c3528da09954808043e4abf47be4d5c2 SHA512 d718d9abe4fe0ea0e7453ed09e57de2a427cc450225cf2b56513d99af4b4218c3fe96ab08dcebd202b9ecf25a471bb7c67511262f35148dfe15684421be6d743
26 DIST cmdliner-1.0.4.tbz 49558 BLAKE2B 8ea922a22d08fc4cce6c0aff1adff9a2fcdaee8e13b7bdfad4a08b459e8a6557761fa70c9e34100bc8baaa4113e5729f2daf297fc1f618bd8c30b9323bb87ba2 SHA512 4cd1cc0932b8bbd607160cc9816b35c12a68a358a35ffcb6827f547052dc517e871a91ddbaed0447cb1fa5fdf510cdf5d760e8e5c1e4548f82e1d523e2b3ecb3
27
28 diff --git a/dev-ml/cmdliner/cmdliner-1.0.0.ebuild b/dev-ml/cmdliner/cmdliner-1.0.0.ebuild
29 deleted file mode 100644
30 index 33b96091416..00000000000
31 --- a/dev-ml/cmdliner/cmdliner-1.0.0.ebuild
32 +++ /dev/null
33 @@ -1,44 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit findlib
40 -
41 -DESCRIPTION="Declarative definition of command line interfaces for OCaml"
42 -HOMEPAGE="https://erratique.ch/software/cmdliner"
43 -SRC_URI="https://erratique.ch/software/${PN}/releases/${P}.tbz"
44 -
45 -LICENSE="ISC"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
48 -IUSE="+ocamlopt test"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="
52 - >=dev-lang/ocaml-4:=[ocamlopt?]
53 - dev-ml/result:=
54 -"
55 -DEPEND="${RDEPEND}
56 - dev-ml/topkg
57 - dev-ml/ocamlbuild"
58 -
59 -src_compile() {
60 - ocaml pkg/pkg.ml build \
61 - --tests $(usex test true false) \
62 - || die
63 -}
64 -
65 -src_test() {
66 - ocaml pkg/pkg.ml test || die
67 -}
68 -
69 -src_install() {
70 - # Can't use opam-installer here as it is an opam dep...
71 - findlib_src_preinst
72 - local nativelibs=""
73 - use ocamlopt && nativelibs="$(echo _build/src/cmdliner.cm{x,xa,xs} _build/src/cmdliner.a)"
74 - ocamlfind install cmdliner _build/pkg/META \
75 - _build/src/cmdliner.mli _build/src/cmdliner.cm{a,i} ${nativelibs} || die
76 - dodoc README.md CHANGES.md
77 -}
78
79 diff --git a/dev-ml/cmdliner/cmdliner-1.0.1.ebuild b/dev-ml/cmdliner/cmdliner-1.0.1.ebuild
80 deleted file mode 100644
81 index 33b96091416..00000000000
82 --- a/dev-ml/cmdliner/cmdliner-1.0.1.ebuild
83 +++ /dev/null
84 @@ -1,44 +0,0 @@
85 -# Copyright 1999-2020 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=5
89 -
90 -inherit findlib
91 -
92 -DESCRIPTION="Declarative definition of command line interfaces for OCaml"
93 -HOMEPAGE="https://erratique.ch/software/cmdliner"
94 -SRC_URI="https://erratique.ch/software/${PN}/releases/${P}.tbz"
95 -
96 -LICENSE="ISC"
97 -SLOT="0/${PV}"
98 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
99 -IUSE="+ocamlopt test"
100 -RESTRICT="!test? ( test )"
101 -
102 -RDEPEND="
103 - >=dev-lang/ocaml-4:=[ocamlopt?]
104 - dev-ml/result:=
105 -"
106 -DEPEND="${RDEPEND}
107 - dev-ml/topkg
108 - dev-ml/ocamlbuild"
109 -
110 -src_compile() {
111 - ocaml pkg/pkg.ml build \
112 - --tests $(usex test true false) \
113 - || die
114 -}
115 -
116 -src_test() {
117 - ocaml pkg/pkg.ml test || die
118 -}
119 -
120 -src_install() {
121 - # Can't use opam-installer here as it is an opam dep...
122 - findlib_src_preinst
123 - local nativelibs=""
124 - use ocamlopt && nativelibs="$(echo _build/src/cmdliner.cm{x,xa,xs} _build/src/cmdliner.a)"
125 - ocamlfind install cmdliner _build/pkg/META \
126 - _build/src/cmdliner.mli _build/src/cmdliner.cm{a,i} ${nativelibs} || die
127 - dodoc README.md CHANGES.md
128 -}
129
130 diff --git a/dev-ml/cmdliner/cmdliner-1.0.2.ebuild b/dev-ml/cmdliner/cmdliner-1.0.2.ebuild
131 deleted file mode 100644
132 index 33b96091416..00000000000
133 --- a/dev-ml/cmdliner/cmdliner-1.0.2.ebuild
134 +++ /dev/null
135 @@ -1,44 +0,0 @@
136 -# Copyright 1999-2020 Gentoo Authors
137 -# Distributed under the terms of the GNU General Public License v2
138 -
139 -EAPI=5
140 -
141 -inherit findlib
142 -
143 -DESCRIPTION="Declarative definition of command line interfaces for OCaml"
144 -HOMEPAGE="https://erratique.ch/software/cmdliner"
145 -SRC_URI="https://erratique.ch/software/${PN}/releases/${P}.tbz"
146 -
147 -LICENSE="ISC"
148 -SLOT="0/${PV}"
149 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
150 -IUSE="+ocamlopt test"
151 -RESTRICT="!test? ( test )"
152 -
153 -RDEPEND="
154 - >=dev-lang/ocaml-4:=[ocamlopt?]
155 - dev-ml/result:=
156 -"
157 -DEPEND="${RDEPEND}
158 - dev-ml/topkg
159 - dev-ml/ocamlbuild"
160 -
161 -src_compile() {
162 - ocaml pkg/pkg.ml build \
163 - --tests $(usex test true false) \
164 - || die
165 -}
166 -
167 -src_test() {
168 - ocaml pkg/pkg.ml test || die
169 -}
170 -
171 -src_install() {
172 - # Can't use opam-installer here as it is an opam dep...
173 - findlib_src_preinst
174 - local nativelibs=""
175 - use ocamlopt && nativelibs="$(echo _build/src/cmdliner.cm{x,xa,xs} _build/src/cmdliner.a)"
176 - ocamlfind install cmdliner _build/pkg/META \
177 - _build/src/cmdliner.mli _build/src/cmdliner.cm{a,i} ${nativelibs} || die
178 - dodoc README.md CHANGES.md
179 -}