diff options
author | 2024-04-11 08:52:12 +0200 | |
---|---|---|
committer | 2024-04-11 08:52:12 +0200 | |
commit | 027158aa60aa6a1d62894dc2632e579e8d3c9f03 (patch) | |
tree | 964ed235e76e56a15e28d7a00b9d06f7755fd7f3 /dev-java | |
parent | dev-java/junit: redigested after dropped commit (diff) | |
download | gentoo-027158aa60aa6a1d62894dc2632e579e8d3c9f03.tar.gz gentoo-027158aa60aa6a1d62894dc2632e579e8d3c9f03.tar.bz2 gentoo-027158aa60aa6a1d62894dc2632e579e8d3c9f03.zip |
dev-java/junit: reordered variables
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/junit/junit-3.8.2-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-java/junit/junit-5.9.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/junit/junit-3.8.2-r2.ebuild b/dev-java/junit/junit-3.8.2-r2.ebuild index 0fdc555922d9..da6bba7b5fed 100644 --- a/dev-java/junit/junit-3.8.2-r2.ebuild +++ b/dev-java/junit/junit-3.8.2-r2.ebuild @@ -9,8 +9,8 @@ MAVEN_ID="junit:junit:3.8.2" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Simple framework to write repeatable tests" -SRC_URI="mirror://sourceforge/project/junit/junit/${PV}/junit${PV}.zip" HOMEPAGE="https://junit.org/" +SRC_URI="mirror://sourceforge/project/junit/junit/${PV}/junit${PV}.zip" S="${WORKDIR}/junit${PV}" LICENSE="CPL-1.0" diff --git a/dev-java/junit/junit-5.9.2.ebuild b/dev-java/junit/junit-5.9.2.ebuild index 6b6d656db44a..46efd8fcf0d8 100644 --- a/dev-java/junit/junit-5.9.2.ebuild +++ b/dev-java/junit/junit-5.9.2.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 @@ -11,7 +11,6 @@ EAPI=8 # installs each module's Javadoc to the same directory, which would # trigger an error when the second module's Javadoc is installed. JAVA_PKG_IUSE="source" -IUSE="doc migration-support suite vintage" inherit java-pkg-2 java-pkg-simple @@ -19,10 +18,11 @@ DESCRIPTION="Simple framework to write repeatable tests" HOMEPAGE="https://junit.org/junit5/" SRC_URI="https://github.com/junit-team/junit5/archive/r${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/junit5-r${PV}" - LICENSE="EPL-2.0" + SLOT="5" KEYWORDS="amd64 ~arm arm64 ppc64 x86" +IUSE="doc migration-support suite vintage" CP_DEPEND=" dev-java/apiguardian-api:0 |