commit: 44116c91b86b86739c6485345045b6c99904e1cf Author: Valérian Rousset <tharvik <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sat Oct 26 08:52:21 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Oct 27 07:37:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44116c91
dev-java/cache2k-core: reorder variables Signed-off-by: Valérian Rousset <tharvik <AT> users.noreply.github.com> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/cache2k-core/cache2k-core-0.23.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/cache2k-core/cache2k-core-0.23.1.ebuild b/dev-java/cache2k-core/cache2k-core-0.23.1.ebuild index 54b82f7d35c9..21b4ebc699eb 100644 --- a/dev-java/cache2k-core/cache2k-core-0.23.1.ebuild +++ b/dev-java/cache2k-core/cache2k-core-0.23.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,6 +12,8 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="light weight and high performance Java caching library: core" HOMEPAGE="https://cache2k.org" SRC_URI="https://github.com/cache2k/cache2k/archive/v${PV}.tar.gz -> cache2k-${PV}.tar.gz" +S="${WORKDIR}/cache2k-${PV}/core" + LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" @@ -29,8 +31,6 @@ RDEPEND=" ${CP_DEPEND} " -S="${WORKDIR}/cache2k-${PV}/core" - JAVA_SRC_DIR="src/main/java" JAVA_RESOURCE_DIRS=( "src/main/resources" ) JAVA_TEST_GENTOO_CLASSPATH="junit-4"
