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/ocamlmod/
Date: Wed, 02 Dec 2020 17:46:07
Message-Id: 1606931156.aea0ba803035a937be11a888e45247db6636aa3a.bman@gentoo
1 commit: aea0ba803035a937be11a888e45247db6636aa3a
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 17:41:02 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 17:45:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea0ba80
7
8 dev-ml/ocamlmod: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/ocamlmod/Manifest | 1 -
13 dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-ml/ocamlmod/Manifest b/dev-ml/ocamlmod/Manifest
17 index 5345dc401b4..85625bf21aa 100644
18 --- a/dev-ml/ocamlmod/Manifest
19 +++ b/dev-ml/ocamlmod/Manifest
20 @@ -1,2 +1 @@
21 -DIST ocamlmod-0.0.8.tar.gz 48985 BLAKE2B a153b172b14216b8e69a51c47a25cd796e6bb2adb5d0c45dac49a5bab8e99f0b8511e5e1818abe2bf86ea5280b9b1c19aa21db23ed686387c3414c0df6f2667c SHA512 beb64c109c241965f33a60b4868f5215e6c112742a3be214d3b7a0503b9d29494c0453fa5f2551bbc1975cd4b123d0b917116aeeba968d2a7d2c6fb9651a64f4
22 DIST ocamlmod-0.0.9.tar.gz 55025 BLAKE2B 26be662e814543b65a2fb293732257a803c0cfc544550d0339617ff3c59ce1cf44f2330582e6eeca313cf8e25984d7cbfc4fc1c1a3b830fc490a16551961974e SHA512 cf0d3671cf8fa83bdbd0e4b47888a50f9eab24691c71685c0612a9a8efaf36ba9fa66cee604c928a71f2d8da40b35453d2f2d3619f73141aba0f46de3bd97537
23
24 diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild
25 deleted file mode 100644
26 index d8a4b5c50ad..00000000000
27 --- a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -#OASIS_BUILD_TESTS=1
36 -
37 -inherit oasis
38 -
39 -DESCRIPTION="Generate OCaml modules from source files"
40 -HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/"
41 -SRC_URI="https://forge.ocamlcore.org/frs/download.php/1544/${P}.tar.gz"
42 -
43 -LICENSE="LGPL-2.1-with-linking-exception"
44 -SLOT="0/${PV}"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND=""
49 -DEPEND="${RDEPEND}"
50 -# test? ( >=dev-ml/ounit-2.0.0 )"
51 -
52 -DOCS=( "AUTHORS.txt" "README.txt" )