commit:     9354ef5c2f3427048b418e78bd6bd131e39098a1
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 18:09:16 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 18:37:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9354ef5c

dev-ml/cmdliner: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-ml/cmdliner/Manifest              |  3 ---
 dev-ml/cmdliner/cmdliner-1.0.0.ebuild | 44 -----------------------------------
 dev-ml/cmdliner/cmdliner-1.0.1.ebuild | 44 -----------------------------------
 dev-ml/cmdliner/cmdliner-1.0.2.ebuild | 44 -----------------------------------
 4 files changed, 135 deletions(-)

diff --git a/dev-ml/cmdliner/Manifest b/dev-ml/cmdliner/Manifest
index 45367a4a50d..17785ad6fd9 100644
--- a/dev-ml/cmdliner/Manifest
+++ b/dev-ml/cmdliner/Manifest
@@ -1,4 +1 @@
-DIST cmdliner-1.0.0.tbz 46542 BLAKE2B 
7a667e218c298dbe4f5ba8ff034f15596e9b89b1a267fbdf7f6f811e42d61b103b08a2c8b9bd45e83bb249ae5ed078eb646630cd8a174af267354b25dc13ca54
 SHA512 
3fc87e49504167864ba4d81fde7bbaa01b7d58b06e2b68b36647857590f41fdc8b3bbd547418f8159b0e76628236b5c30301404b3d8d57e2ff3f082228eee73c
-DIST cmdliner-1.0.1.tbz 46614 BLAKE2B 
609220b8dbb0aa5ade9f504f420ed7c6ee1ad9aa1f9cd02b1edba60b86791e59a12faca0ebe6ed9cbb5fbeefdfe25b524509bf311f1611022b6c62ae38df01c1
 SHA512 
b792dab3a7f53f69d74d07acbb013e48235614e29a477b7e9e7d7b58013d47ff842fbaeef50acda305434185325855ef83d839d5acb0ccf460276f0ca880ee7b
-DIST cmdliner-1.0.2.tbz 47350 BLAKE2B 
226481c73e66fb45a69b563bef9f95c6a04b782072643fd8e66e4da4907f899a72e2b4e1217b46c3a1f417bf9e4be193c3528da09954808043e4abf47be4d5c2
 SHA512 
d718d9abe4fe0ea0e7453ed09e57de2a427cc450225cf2b56513d99af4b4218c3fe96ab08dcebd202b9ecf25a471bb7c67511262f35148dfe15684421be6d743
 DIST cmdliner-1.0.4.tbz 49558 BLAKE2B 
8ea922a22d08fc4cce6c0aff1adff9a2fcdaee8e13b7bdfad4a08b459e8a6557761fa70c9e34100bc8baaa4113e5729f2daf297fc1f618bd8c30b9323bb87ba2
 SHA512 
4cd1cc0932b8bbd607160cc9816b35c12a68a358a35ffcb6827f547052dc517e871a91ddbaed0447cb1fa5fdf510cdf5d760e8e5c1e4548f82e1d523e2b3ecb3

diff --git a/dev-ml/cmdliner/cmdliner-1.0.0.ebuild 
b/dev-ml/cmdliner/cmdliner-1.0.0.ebuild
deleted file mode 100644
index 33b96091416..00000000000
--- a/dev-ml/cmdliner/cmdliner-1.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Declarative definition of command line interfaces for OCaml"
-HOMEPAGE="https://erratique.ch/software/cmdliner";
-SRC_URI="https://erratique.ch/software/${PN}/releases/${P}.tbz";
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-lang/ocaml-4:=[ocamlopt?]
-       dev-ml/result:=
-"
-DEPEND="${RDEPEND}
-       dev-ml/topkg
-       dev-ml/ocamlbuild"
-
-src_compile() {
-       ocaml pkg/pkg.ml build \
-               --tests $(usex test true false) \
-               || die
-}
-
-src_test() {
-       ocaml pkg/pkg.ml test || die
-}
-
-src_install() {
-       # Can't use opam-installer here as it is an opam dep...
-       findlib_src_preinst
-       local nativelibs=""
-       use ocamlopt && nativelibs="$(echo _build/src/cmdliner.cm{x,xa,xs} 
_build/src/cmdliner.a)"
-       ocamlfind install cmdliner _build/pkg/META \
-               _build/src/cmdliner.mli _build/src/cmdliner.cm{a,i} 
${nativelibs} || die
-       dodoc README.md CHANGES.md
-}

diff --git a/dev-ml/cmdliner/cmdliner-1.0.1.ebuild 
b/dev-ml/cmdliner/cmdliner-1.0.1.ebuild
deleted file mode 100644
index 33b96091416..00000000000
--- a/dev-ml/cmdliner/cmdliner-1.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Declarative definition of command line interfaces for OCaml"
-HOMEPAGE="https://erratique.ch/software/cmdliner";
-SRC_URI="https://erratique.ch/software/${PN}/releases/${P}.tbz";
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-lang/ocaml-4:=[ocamlopt?]
-       dev-ml/result:=
-"
-DEPEND="${RDEPEND}
-       dev-ml/topkg
-       dev-ml/ocamlbuild"
-
-src_compile() {
-       ocaml pkg/pkg.ml build \
-               --tests $(usex test true false) \
-               || die
-}
-
-src_test() {
-       ocaml pkg/pkg.ml test || die
-}
-
-src_install() {
-       # Can't use opam-installer here as it is an opam dep...
-       findlib_src_preinst
-       local nativelibs=""
-       use ocamlopt && nativelibs="$(echo _build/src/cmdliner.cm{x,xa,xs} 
_build/src/cmdliner.a)"
-       ocamlfind install cmdliner _build/pkg/META \
-               _build/src/cmdliner.mli _build/src/cmdliner.cm{a,i} 
${nativelibs} || die
-       dodoc README.md CHANGES.md
-}

diff --git a/dev-ml/cmdliner/cmdliner-1.0.2.ebuild 
b/dev-ml/cmdliner/cmdliner-1.0.2.ebuild
deleted file mode 100644
index 33b96091416..00000000000
--- a/dev-ml/cmdliner/cmdliner-1.0.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Declarative definition of command line interfaces for OCaml"
-HOMEPAGE="https://erratique.ch/software/cmdliner";
-SRC_URI="https://erratique.ch/software/${PN}/releases/${P}.tbz";
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-lang/ocaml-4:=[ocamlopt?]
-       dev-ml/result:=
-"
-DEPEND="${RDEPEND}
-       dev-ml/topkg
-       dev-ml/ocamlbuild"
-
-src_compile() {
-       ocaml pkg/pkg.ml build \
-               --tests $(usex test true false) \
-               || die
-}
-
-src_test() {
-       ocaml pkg/pkg.ml test || die
-}
-
-src_install() {
-       # Can't use opam-installer here as it is an opam dep...
-       findlib_src_preinst
-       local nativelibs=""
-       use ocamlopt && nativelibs="$(echo _build/src/cmdliner.cm{x,xa,xs} 
_build/src/cmdliner.a)"
-       ocamlfind install cmdliner _build/pkg/META \
-               _build/src/cmdliner.mli _build/src/cmdliner.cm{a,i} 
${nativelibs} || die
-       dodoc README.md CHANGES.md
-}

Reply via email to