summaryrefslogtreecommitdiff
path: root/dev-java/cache2k-api/cache2k-api-0.23.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/cache2k-api/cache2k-api-0.23.1.ebuild')
-rw-r--r--dev-java/cache2k-api/cache2k-api-0.23.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-java/cache2k-api/cache2k-api-0.23.1.ebuild b/dev-java/cache2k-api/cache2k-api-0.23.1.ebuild
deleted file mode 100644
index fef04eece7ac..000000000000
--- a/dev-java/cache2k-api/cache2k-api-0.23.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source"
-MAVEN_ID="org.cache2k:cache2k-api:0.23.1"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="light weight and high performance Java caching library: API"
-HOMEPAGE="https://cache2k.org"
-SRC_URI="https://github.com/cache2k/cache2k/archive/v${PV}.tar.gz -> cache2k-${PV}.tar.gz"
-S="${WORKDIR}/cache2k-${PV}/api"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-
-DEPEND=">=virtual/jdk-1.8:*"
-RDEPEND=">=virtual/jre-1.8:*"
-
-JAVA_SRC_DIR="src/main/java"