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/jctools-core/
Date: Mon, 01 Aug 2022 18:08:35
Message-Id: 1659377300.c70b2eae3b856da1b2afaf0e1f89dd5515b771fc.arthurzam@gentoo
1 commit: c70b2eae3b856da1b2afaf0e1f89dd5515b771fc
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Sun Jul 31 18:30:31 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 18:08:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70b2eae
7
8 dev-java/jctools-core: drop 2.0.2
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/jctools-core/Manifest | 1 -
14 dev-java/jctools-core/jctools-core-2.0.2.ebuild | 57 -------------------------
15 2 files changed, 58 deletions(-)
16
17 diff --git a/dev-java/jctools-core/Manifest b/dev-java/jctools-core/Manifest
18 index 62491b0a4cad..168c5537b985 100644
19 --- a/dev-java/jctools-core/Manifest
20 +++ b/dev-java/jctools-core/Manifest
21 @@ -1,3 +1,2 @@
22 DIST jctools-3.1.0.tar.gz 4204148 BLAKE2B 88f8f5395470072571de64ee3d696e90c1fbf22a6e9c1424463bfb8b497dd3d47f8d0fcc9a039acec8380ac52a3d445789257d5a1071e49e6963c59d156065e2 SHA512 bf69387732dea043e6e5fa44fe60a5f80ef5ae9d32ebb39ac16353e5bd82502b3b6e5564a8bd9f3b8ad073a95ff984ae55133884ebeea9d0b9a777c488af2a74
23 DIST jctools-3.3.0.tar.gz 4214717 BLAKE2B c9c5f5897ebf8bb7ac439b969f372c45b7652517cbc5369c07fe80d11f779eebe7fe5ffb5d93a18fe3df5d9ca9adf3cee7268c8c6ed962fccb4d84f5b0451c4b SHA512 ce212abacca6137a133f7a4e94370442d00bf73794fa7b9ce440631701a9a2fca31c4dda05e2a768fcf28f75e84f2a7f318a936e429c7f4ed20daa7b79d11a4a
24 -DIST jctools-core-2.0.2.tar.gz 4136573 BLAKE2B 6ca4c276422b24b18256b35606b6e59e8be53b77fe0b757e4f46dc4e0bdab0ea8fbb8c58e84794c689aa1df29a80aa847b6baf7cda430f2657720ecb5d60e99f SHA512 734905d6847664a08557fa9807766bfe2cd57e9562f1dc0d908c9fffc627c1cb7576ac079715004da9a1f2ee958c8373caf60c110ef3de8f7da5bb04775f6f7f
25
26 diff --git a/dev-java/jctools-core/jctools-core-2.0.2.ebuild b/dev-java/jctools-core/jctools-core-2.0.2.ebuild
27 deleted file mode 100644
28 index 825bc561d7d7..000000000000
29 --- a/dev-java/jctools-core/jctools-core-2.0.2.ebuild
30 +++ /dev/null
31 @@ -1,57 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -# Skeleton command:
36 -# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/JCTools/JCTools/archive/refs/tags/v2.0.2.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild jctools-core-2.0.2.ebuild
37 -
38 -EAPI=8
39 -
40 -JAVA_PKG_IUSE="doc source test"
41 -MAVEN_ID="org.jctools:jctools-core:2.0.2"
42 -JAVA_TESTING_FRAMEWORKS="junit-4"
43 -
44 -inherit java-pkg-2 java-pkg-simple
45 -
46 -DESCRIPTION="Java Concurrency Tools Core Library"
47 -HOMEPAGE="https://jctools.github.io/JCTools/"
48 -SRC_URI="https://github.com/JCTools/JCTools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="amd64 ~arm arm64 ppc64 x86"
53 -
54 -# Compile dependencies
55 -# POM: pom.xml
56 -# test? junit:junit:4.12 -> >=dev-java/junit-4.13.2:4
57 -# test? org.hamcrest:hamcrest-all:1.3 -> !!!artifactId-not-found!!!
58 -
59 -DEPEND=">=virtual/jdk-1.8:*
60 - test? ( dev-java/hamcrest-library:1.3 )"
61 -
62 -RDEPEND=">=virtual/jre-1.8:*"
63 -
64 -DOCS=(
65 - ../{LICENSE,{README,RELEASE-NOTES}.md}
66 - ../resources/'1977 - Lamport - Concurrent Reading and Writing.pdf'
67 - ../resources/'2010 - Pisa - SPSC Queues on Shared Cache Multi-Core Systems.pdf'
68 - ../resources/'2011 - Dice - MultiLane - A Concurrent Blocking Multiset.pdf'
69 - ../resources/'2011 - Technion - CAFE - Scalable Task Pools with Adjustable Fairness and Contention.pdf'
70 - ../resources/'2012 - Junchang- BQueue- Efficient and Practical Queuing.pdf'
71 - ../resources/'2012 - Salzburg - Fast and Scalable k-FIFO Queues.pdf'
72 - ../resources/'2012 - Technion - SALSA - NUMA-aware Algorithm for Producer-Consumer Pools.pdf'
73 - ../resources/'2013 - Afek - Fast Concurrent Queues for x86 Processors.pdf'
74 - ../resources/'2013 - Salzburg - Distributed Queues in Shared Memory.pdf'
75 - ../resources/'2014 - Afek - Fence-Free Work Stealing on Bounded TSO Processors.pdf'
76 -)
77 -
78 -S="${WORKDIR}/JCTools-${PV}/jctools-core"
79 -
80 -JAVA_SRC_DIR="src/main/java"
81 -
82 -JAVA_TEST_GENTOO_CLASSPATH="junit-4,hamcrest-library-1.3"
83 -JAVA_TEST_SRC_DIR="src/test/java"
84 -
85 -src_install() {
86 - default # https://bugs.gentoo.org/789582
87 - java-pkg-simple_src_install
88 -}