diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-30 15:36:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-30 15:36:27 +0000 |
| commit | 8787a3b74ba0cf9de80287c22b10380767e4e3aa (patch) | |
| tree | 418cee491884b51de8538d871e63c67857b014f5 /dev-java/libg | |
| parent | 9a6805c0c65845303cb177a2b28b820182d368e3 (diff) | |
| download | baldeagleos-repo-8787a3b74ba0cf9de80287c22b10380767e4e3aa.tar.gz baldeagleos-repo-8787a3b74ba0cf9de80287c22b10380767e4e3aa.tar.xz baldeagleos-repo-8787a3b74ba0cf9de80287c22b10380767e4e3aa.zip | |
Adding metadata
Diffstat (limited to 'dev-java/libg')
| -rw-r--r-- | dev-java/libg/libg-2.1.0-r2.ebuild (renamed from dev-java/libg/libg-2.1.0-r1.ebuild) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-java/libg/libg-2.1.0-r1.ebuild b/dev-java/libg/libg-2.1.0-r2.ebuild index 8b7b14cea8d2..4ac55d9243ba 100644 --- a/dev-java/libg/libg-2.1.0-r1.ebuild +++ b/dev-java/libg/libg-2.1.0-r2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 JAVA_PKG_IUSE="test" inherit java-pkg-2 java-ant-2 DESCRIPTION="Lots of small utilities for bndlib, a swiss army knife for OSGi" -HOMEPAGE="http://www.aqute.biz/Bnd/Bnd" +HOMEPAGE="https://bnd.bndtools.org/" SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.REL.tar.gz -> bndlib-${PV}.tar.gz" LICENSE="Apache-2.0" @@ -22,14 +22,15 @@ KEYWORDS="amd64 ~ppc64 x86" # build biz.aquite.bndlib and biz.aqute.junit in this package. RESTRICT="test" -DEPEND=">=virtual/jdk-1.5" -RDEPEND=">=virtual/jre-1.5" +DEPEND=">=virtual/jdk-1.8:*" +RDEPEND=">=virtual/jre-1.8:*" S="${WORKDIR}/bnd-${PV}.REL/aQute.${PN}" EANT_BUILD_TARGET="build" -java_prepare() { +src_prepare() { + default # Move the correct build.xml into place, needed for testing. cp ../cnf/build.xml . || die "Failed to move build file into the right place." |
