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/ocaml-fileutils/
Date: Wed, 02 Dec 2020 17:46:07
Message-Id: 1606931154.f25842bc2fa10abbe8721b25c63fc20dd55483e9.bman@gentoo
1 commit: f25842bc2fa10abbe8721b25c63fc20dd55483e9
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 17:38:06 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 17:45:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25842bc
7
8 dev-ml/ocaml-fileutils: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/ocaml-fileutils/Manifest | 2 --
13 .../ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild | 27 ----------------------
14 .../ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild | 27 ----------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/dev-ml/ocaml-fileutils/Manifest b/dev-ml/ocaml-fileutils/Manifest
18 index a76b1a8c9ae..215d6c3c647 100644
19 --- a/dev-ml/ocaml-fileutils/Manifest
20 +++ b/dev-ml/ocaml-fileutils/Manifest
21 @@ -1,3 +1 @@
22 -DIST ocaml-fileutils-0.5.1.tar.gz 129639 BLAKE2B 12f4b33eb70caf3a106e87a484411f31d6924aae68c964350080698b723b39c7bae236d5a732a0546cd6a52b4215c9ddf2b46da613c171a1ef384ef5eee3d5fe SHA512 e2f60d16d9c25f43ea6bf5fcdf5810ae1722ef30a37e9ffcb6302a87bf3aa89777f3e3d43860258fb7c284861df1eafb4e5e2b6bd3f8d78d347ef8d139e460e8
23 -DIST ocaml-fileutils-0.5.2.tar.gz 129676 BLAKE2B 2534c28d134b297cf9f7838c6f33f6fe4a7fde6875cf7ae15990b1d2c2fd53be425ce8b37b6836642b26722fa0042f741e91d1c32211a2618e5f80345b6c63cb SHA512 264282c54ff693686ca9e60f371038f8ea9bce219d04556297dc7b6028c9f65c5a03b7cd263c3519cb212e29665200db1c95c88874bb2cb3d7b610e3b832018d
24 DIST ocaml-fileutils-0.6.2.tar.bz2 43060 BLAKE2B 20828875a25b1a9d2a41bf495cda00b0ac753efa20111b32a9d2ca439a56e9f07bf0953d16ee9148cf065e204fa1d8d624eaa89f6f4ae7e1613fdaa7cb44fc24 SHA512 104c7389832f22ec189ce6f1596144b28dcaeea7d23d5b19d369c44e54326e97fcb7b4f4c4a8d2965523e63b35b594a1351b7e630dde590871efe512fe38853c
25
26 diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild
27 deleted file mode 100644
28 index 6b5395fafe1..00000000000
29 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -OASIS_BUILD_DOCS=1
38 -OASIS_BUILD_TESTS=1
39 -
40 -inherit oasis
41 -
42 -DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
43 -HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
44 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1651/${P}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1-with-linking-exception"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE=""
50 -
51 -RDEPEND=""
52 -
53 -# Does not build on 4.09+.
54 -DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]
55 - ${RDEPEND}
56 - >=dev-ml/ounit-2.0.0"
57 -
58 -DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )
59
60 diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild
61 deleted file mode 100644
62 index d0082d82170..00000000000
63 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild
64 +++ /dev/null
65 @@ -1,27 +0,0 @@
66 -# Copyright 1999-2020 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=5
70 -
71 -OASIS_BUILD_DOCS=1
72 -OASIS_BUILD_TESTS=1
73 -
74 -inherit oasis
75 -
76 -DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
77 -HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
78 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1695/${P}.tar.gz"
79 -
80 -LICENSE="LGPL-2.1-with-linking-exception"
81 -SLOT="0/${PV}"
82 -KEYWORDS="~amd64 ~x86"
83 -IUSE=""
84 -
85 -RDEPEND=""
86 -
87 -# Does not build on 4.09+.
88 -DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]
89 - ${RDEPEND}
90 - >=dev-ml/ounit-2.0.0"
91 -
92 -DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )