commit: 5182695553778197d14b9c884a41899fa8577358 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Nov 13 20:10:48 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Tue Nov 26 08:24:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51826955
sci-astronomy/gasgano: style update, update EAPI 7 -> 8 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39233/commits/8d0f38152ad3b59755d166f4c82959fe1db5df6e Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../gasgano/{gasgano-2.4.8-r1.ebuild => gasgano-2.4.8-r2.ebuild} | 7 ++++--- 1 file 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 similarity index 95% rename from sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild rename to 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' \
