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/ounit/
Date: Thu, 24 Sep 2020 19:53:47
Message-Id: 1600977210.ff6711eba277460444bee3cc1c14cdef87fe0927.bman@gentoo
1 commit: ff6711eba277460444bee3cc1c14cdef87fe0927
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 19:46:55 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 19:53:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6711eb
7
8 dev-ml/ounit: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/ounit/Manifest | 2 --
13 dev-ml/ounit/ounit-2.0.0.ebuild | 20 --------------------
14 dev-ml/ounit/ounit-2.0.5.ebuild | 20 --------------------
15 3 files changed, 42 deletions(-)
16
17 diff --git a/dev-ml/ounit/Manifest b/dev-ml/ounit/Manifest
18 index e7322851af1..b799eb6cb24 100644
19 --- a/dev-ml/ounit/Manifest
20 +++ b/dev-ml/ounit/Manifest
21 @@ -1,3 +1 @@
22 -DIST ounit-2.0.0.tar.gz 103504 BLAKE2B e936d0a3df48eb46623eadfc39a4f64a6776972c713280c388ef5e9e1b6a20d9959a68b30ce21fae7e553e4e43a7ad1cd5652d49da7aa2699ca59fc03e1f1352 SHA512 e12c8fb534ef88de7a83a34e5a578060a90abfce601d8532408412a56e843f69b89cfd6ce69bd7c5519e9a04e306d46339e9b8f13975727a3458afe20cd776d0
23 -DIST ounit-2.0.5.tar.gz 114285 BLAKE2B d41faf95ec11f16accb70aaa1a9005f468727ebfe01082827669d7a7afbeb44d8cd740376ea9df26a811913b3a87b8d9fb85c0d4690e0d18e6b129949c2b145f SHA512 b2414b7581ec230a949de0d7a677786bb63ef3a3ee0c3dc666d176f83705b5bc8aeab4b6e2327c98714bb26c249d71766ed831ebf572aff2b8829a33cc0e4b75
24 DIST ounit-2.0.6.tar.gz 114305 BLAKE2B 94ae4e2f7ace6fe5732253d724115cdc3e24af91db2066b36439501cb17df7f44fb9230242b8400ec59a72f9317c22361f068f7f2634d29ccfdcca63cb95c275 SHA512 466ec1f691a81e0abd93f698c7328e6db4fa2d617d8f5262d9f18b57ede3d389a3ee122ed7bccc8dff20600826fbbae1d17dd88d7c1329562798792fae54417d
25
26 diff --git a/dev-ml/ounit/ounit-2.0.0.ebuild b/dev-ml/ounit/ounit-2.0.0.ebuild
27 deleted file mode 100644
28 index 8779d2f64cf..00000000000
29 --- a/dev-ml/ounit/ounit-2.0.0.ebuild
30 +++ /dev/null
31 @@ -1,20 +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 -OASIS_BUILD_DOCS=1
38 -
39 -inherit oasis
40 -
41 -DESCRIPTION="Unit testing framework for OCaml"
42 -HOMEPAGE="http://ounit.forge.ocamlcore.org/"
43 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1258/${P}.tar.gz"
44 -LICENSE="MIT"
45 -SLOT="0/${PV}"
46 -KEYWORDS="amd64 arm ~arm64 ~ppc x86"
47 -DEPEND=""
48 -RDEPEND="${DEPEND}"
49 -IUSE=""
50 -
51 -DOCS=( "README.txt" "AUTHORS.txt" "changelog" )
52
53 diff --git a/dev-ml/ounit/ounit-2.0.5.ebuild b/dev-ml/ounit/ounit-2.0.5.ebuild
54 deleted file mode 100644
55 index f597ba58119..00000000000
56 --- a/dev-ml/ounit/ounit-2.0.5.ebuild
57 +++ /dev/null
58 @@ -1,20 +0,0 @@
59 -# Copyright 1999-2017 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI="5"
63 -
64 -OASIS_BUILD_DOCS=1
65 -
66 -inherit oasis
67 -
68 -DESCRIPTION="Unit testing framework for OCaml"
69 -HOMEPAGE="http://ounit.forge.ocamlcore.org/"
70 -SRC_URI="https://forge.ocamlcore.org/frs/download.php/1719/${P}.tar.gz"
71 -LICENSE="MIT"
72 -SLOT="0/${PV}"
73 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
74 -DEPEND=""
75 -RDEPEND="${DEPEND}"
76 -IUSE=""
77 -
78 -DOCS=( "README.txt" "AUTHORS.txt" "changelog" )