diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-07-31 20:30:31 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-01 21:08:20 +0300 |
commit | c70b2eae3b856da1b2afaf0e1f89dd5515b771fc (patch) | |
tree | de5694749e7ff927363521028c787ff33f8b97a6 /dev-java | |
parent | dev-java/log4j-core: drop 2.17.2 (diff) | |
download | gentoo-c70b2eae3b856da1b2afaf0e1f89dd5515b771fc.tar.gz gentoo-c70b2eae3b856da1b2afaf0e1f89dd5515b771fc.tar.bz2 gentoo-c70b2eae3b856da1b2afaf0e1f89dd5515b771fc.zip |
dev-java/jctools-core: drop 2.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jctools-core/Manifest | 1 | ||||
-rw-r--r-- | dev-java/jctools-core/jctools-core-2.0.2.ebuild | 57 |
2 files changed, 0 insertions, 58 deletions
diff --git a/dev-java/jctools-core/Manifest b/dev-java/jctools-core/Manifest index 62491b0a4cad..168c5537b985 100644 --- a/dev-java/jctools-core/Manifest +++ b/dev-java/jctools-core/Manifest @@ -1,3 +1,2 @@ DIST jctools-3.1.0.tar.gz 4204148 BLAKE2B 88f8f5395470072571de64ee3d696e90c1fbf22a6e9c1424463bfb8b497dd3d47f8d0fcc9a039acec8380ac52a3d445789257d5a1071e49e6963c59d156065e2 SHA512 bf69387732dea043e6e5fa44fe60a5f80ef5ae9d32ebb39ac16353e5bd82502b3b6e5564a8bd9f3b8ad073a95ff984ae55133884ebeea9d0b9a777c488af2a74 DIST jctools-3.3.0.tar.gz 4214717 BLAKE2B c9c5f5897ebf8bb7ac439b969f372c45b7652517cbc5369c07fe80d11f779eebe7fe5ffb5d93a18fe3df5d9ca9adf3cee7268c8c6ed962fccb4d84f5b0451c4b SHA512 ce212abacca6137a133f7a4e94370442d00bf73794fa7b9ce440631701a9a2fca31c4dda05e2a768fcf28f75e84f2a7f318a936e429c7f4ed20daa7b79d11a4a -DIST jctools-core-2.0.2.tar.gz 4136573 BLAKE2B 6ca4c276422b24b18256b35606b6e59e8be53b77fe0b757e4f46dc4e0bdab0ea8fbb8c58e84794c689aa1df29a80aa847b6baf7cda430f2657720ecb5d60e99f SHA512 734905d6847664a08557fa9807766bfe2cd57e9562f1dc0d908c9fffc627c1cb7576ac079715004da9a1f2ee958c8373caf60c110ef3de8f7da5bb04775f6f7f diff --git a/dev-java/jctools-core/jctools-core-2.0.2.ebuild b/dev-java/jctools-core/jctools-core-2.0.2.ebuild deleted file mode 100644 index 825bc561d7d7..000000000000 --- a/dev-java/jctools-core/jctools-core-2.0.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Skeleton command: -# 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 - -EAPI=8 - -JAVA_PKG_IUSE="doc source test" -MAVEN_ID="org.jctools:jctools-core:2.0.2" -JAVA_TESTING_FRAMEWORKS="junit-4" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Java Concurrency Tools Core Library" -HOMEPAGE="https://jctools.github.io/JCTools/" -SRC_URI="https://github.com/JCTools/JCTools/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" - -# Compile dependencies -# POM: pom.xml -# test? junit:junit:4.12 -> >=dev-java/junit-4.13.2:4 -# test? org.hamcrest:hamcrest-all:1.3 -> !!!artifactId-not-found!!! - -DEPEND=">=virtual/jdk-1.8:* - test? ( dev-java/hamcrest-library:1.3 )" - -RDEPEND=">=virtual/jre-1.8:*" - -DOCS=( - ../{LICENSE,{README,RELEASE-NOTES}.md} - ../resources/'1977 - Lamport - Concurrent Reading and Writing.pdf' - ../resources/'2010 - Pisa - SPSC Queues on Shared Cache Multi-Core Systems.pdf' - ../resources/'2011 - Dice - MultiLane - A Concurrent Blocking Multiset.pdf' - ../resources/'2011 - Technion - CAFE - Scalable Task Pools with Adjustable Fairness and Contention.pdf' - ../resources/'2012 - Junchang- BQueue- Efficient and Practical Queuing.pdf' - ../resources/'2012 - Salzburg - Fast and Scalable k-FIFO Queues.pdf' - ../resources/'2012 - Technion - SALSA - NUMA-aware Algorithm for Producer-Consumer Pools.pdf' - ../resources/'2013 - Afek - Fast Concurrent Queues for x86 Processors.pdf' - ../resources/'2013 - Salzburg - Distributed Queues in Shared Memory.pdf' - ../resources/'2014 - Afek - Fence-Free Work Stealing on Bounded TSO Processors.pdf' -) - -S="${WORKDIR}/JCTools-${PV}/jctools-core" - -JAVA_SRC_DIR="src/main/java" - -JAVA_TEST_GENTOO_CLASSPATH="junit-4,hamcrest-library-1.3" -JAVA_TEST_SRC_DIR="src/test/java" - -src_install() { - default # https://bugs.gentoo.org/789582 - java-pkg-simple_src_install -} |