Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-math/
Date: Tue, 23 Aug 2022 18:53:52
Message-Id: 1661280818.d69d55ddacc0774d86e035c194626edbdc778702.arthurzam@gentoo
1 commit: d69d55ddacc0774d86e035c194626edbdc778702
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Tue Aug 23 18:40:43 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 18:53:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69d55dd
7
8 dev-java/commons-math: drop 3.6.1-r1
9
10 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-java/commons-math/Manifest | 1 -
14 dev-java/commons-math/commons-math-3.6.1-r1.ebuild | 24 ----------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/dev-java/commons-math/Manifest b/dev-java/commons-math/Manifest
18 index 6e97211d4920..bf6297cec518 100644
19 --- a/dev-java/commons-math/Manifest
20 +++ b/dev-java/commons-math/Manifest
21 @@ -1,2 +1 @@
22 DIST commons-math3-3.6.1-sources.jar 2514690 BLAKE2B ce5dc1a5bdccf85aa780dd648b64c0ed78b4d5a36d15d9737f661135f4f1ec962c3c44a0c4d8fc7d12c667e62b19860cb2a47f507c8c3e6da6cce57e1b9caf54 SHA512 eab6003834c0f1b7e67eee242d33db43f85d388ac32e37caa6bd16d74340db5c189ff5c7fd112ef13b9009d2fbcf2bad6650b6e5d9124316b59493b2d07d065d
23 -DIST commons-math3-3.6.1.jar 2514690 BLAKE2B ce5dc1a5bdccf85aa780dd648b64c0ed78b4d5a36d15d9737f661135f4f1ec962c3c44a0c4d8fc7d12c667e62b19860cb2a47f507c8c3e6da6cce57e1b9caf54 SHA512 eab6003834c0f1b7e67eee242d33db43f85d388ac32e37caa6bd16d74340db5c189ff5c7fd112ef13b9009d2fbcf2bad6650b6e5d9124316b59493b2d07d065d
24
25 diff --git a/dev-java/commons-math/commons-math-3.6.1-r1.ebuild b/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
26 deleted file mode 100644
27 index 45de2587390c..000000000000
28 --- a/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -JAVA_PKG_IUSE="doc examples source"
37 -MAVEN_ID="org.apache.commons:commons-math3:3.6.1"
38 -
39 -inherit java-pkg-2 java-pkg-simple
40 -
41 -MY_PN="${PN}3"
42 -MY_P="${MY_PN}-${PV}"
43 -
44 -DESCRIPTION="Lightweight, self-contained mathematics and statistics components"
45 -HOMEPAGE="https://commons.apache.org/math/"
46 -SRC_URI="https://repo1.maven.org/maven2/org/apache/commons/${MY_PN}/${PV}/${MY_P}-sources.jar
47 --> ${MY_P}.jar"
48 -
49 -DEPEND=">=virtual/jdk-1.8:*"
50 -RDEPEND=">=virtual/jre-1.8:*"
51 -
52 -LICENSE="Apache-2.0"
53 -SLOT="3"
54 -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"