diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-11-13 21:10:48 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-11-26 09:24:39 +0100 |
commit | 5182695553778197d14b9c884a41899fa8577358 (patch) | |
tree | b2d1b0200ebc46cc06374143a39d0662bb1f326c /sci-astronomy | |
parent | dev-java/jgoodies-looks: style update, update EAPI 7 -> 8 (diff) | |
download | gentoo-5182695553778197d14b9c884a41899fa8577358.tar.gz gentoo-5182695553778197d14b9c884a41899fa8577358.tar.bz2 gentoo-5182695553778197d14b9c884a41899fa8577358.zip |
sci-astronomy/gasgano: style update, update EAPI 7 -> 8
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/39233/commits/8d0f38152ad3b59755d166f4c82959fe1db5df6e
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/gasgano/gasgano-2.4.8-r2.ebuild (renamed from sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild b/sci-astronomy/gasgano/gasgano-2.4.8-r2.ebuild index 5bdc9d58f289..70b7df39898b 100644 --- a/sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild +++ b/sci-astronomy/gasgano/gasgano-2.4.8-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop java-pkg-2 @@ -21,11 +21,12 @@ DEPEND=">=virtual/jdk-1.8:*" RDEPEND=" >=virtual/jre-1.8:* dev-java/gnu-regexp:1 + dev-java/jal:0 dev-java/junit:0 - dev-java/jal:0" +" src_prepare() { - default + java-pkg-2_src_prepare sed -i \ -e "s:^BASE=\`pwd\`:BASE=${EPREFIX}/usr/share/${PN}:" \ -e 's:$BASE/share/:$BASE/lib/:g' \ |