From ead7697a01fd631b56240b2d58aedd98ba7f92d3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 27 Nov 2024 02:00:01 +0000 Subject: gentoo auto-resync : 27:11:2024 - 02:00:00 --- sci-astronomy/Manifest.gz | Bin 6190 -> 6194 bytes sci-astronomy/gasgano/Manifest | 2 +- sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild | 42 ------------------------- sci-astronomy/gasgano/gasgano-2.4.8-r2.ebuild | 43 ++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 43 deletions(-) delete mode 100644 sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild create mode 100644 sci-astronomy/gasgano/gasgano-2.4.8-r2.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/Manifest.gz b/sci-astronomy/Manifest.gz index 9453d658675b..c63407ca7442 100644 Binary files a/sci-astronomy/Manifest.gz and b/sci-astronomy/Manifest.gz differ diff --git a/sci-astronomy/gasgano/Manifest b/sci-astronomy/gasgano/Manifest index a1e15b92e813..777e26e60ab9 100644 --- a/sci-astronomy/gasgano/Manifest +++ b/sci-astronomy/gasgano/Manifest @@ -1,4 +1,4 @@ DIST VLT-PRO-ESO-19000-1932-V4.pdf 818369 BLAKE2B f58191ca9f1bd72f78e73eceecbfc32331fb88abcaed0eb27f7beb444e47788a95d43f3e8421b235e7637d452d22a773f7363934690644e2cc02acfdfd5cbb11 SHA512 272da18caee1bb1b5228df76a7f09411120be39a4b421b79d48e0bfc09972f250322a718bf380d7a83c3a528151260139efdcd8d2482c6a36ad45d727d93cce1 DIST gasgano-2.4.8.tar.gz 9211627 BLAKE2B df0a7856ec8b06cb590ff180798841a18f919c55eef4553fb9712e2b8a17d8a39fdeb642c941f8169b866baa2a1fd9ca0795f7c331adfb6ed56c69098abdb9bd SHA512 94fbc9721077b15d2ec06e296d1503a0e33cb845c831a4102740b84d600bc900324ec5293b9a977df0956bd02cd5adf9cc62989be860417e8014e97ead41967c -EBUILD gasgano-2.4.8-r1.ebuild 971 BLAKE2B 08b2d60f7c4a76c2f503389b6ad79072c9220b32b7f2b56729e6569393d60c8f35ef463cc9797a65175c2a15d242e77abd321d8f80535696522d3474808f3a99 SHA512 5919437f2e33ad4058cbd15a4907c90546f5bd770663c75c10c5de7e847c30c38174a6b9ee25dfa59070512a8d2c25e145d85de917a64be934b2fcfceeb622a8 +EBUILD gasgano-2.4.8-r2.ebuild 987 BLAKE2B 4f9c7e87bd96880d7bdfb83cf4c977beb2663472e65320a9848ccc92c418d35d54f705b7bacb14be60233120458ade15a938bd033533b5e8c3e73c2a001c075c SHA512 92fc7996b6f99b1a7813d95c9a355dcefcd043ca45351791029f8035dcf7836188fce733cd44d18fc55b86d2de7acca3c2df9855562bd0a1bf5e0f2197e99251 MISC metadata.xml 737 BLAKE2B 0e0ee3a471a3b6e9e37daf2109d72e64f8bcb0c5823b590051ec3de1113d957c79379caa43d2cae18b85a6e4d0c8cb9d969b6f1c59f948273820e26a516adc3d SHA512 a30d8a4d7c0323a1933fc510e586afc85a6910a2b2ace1fa6d699d10eb502cb6d664ba512787cfbc169b4f9b8e93a3949ffcb3ce36c293f0da47206bbe5a2f13 diff --git a/sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild b/sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild deleted file mode 100644 index 5bdc9d58f289..000000000000 --- a/sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop java-pkg-2 - -PDOC=VLT-PRO-ESO-19000-1932-V4 - -DESCRIPTION="ESO astronomical data file organizer" -HOMEPAGE="https://www.eso.org/sci/software/gasgano.html" -SRC_URI="ftp://ftp.eso.org/pub/dfs/${PN}/${P}.tar.gz - doc? ( https://www.eso.org/sci/software/gasgano/${PDOC}.pdf )" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~amd64 ~amd64-linux ~x86-linux" -IUSE="doc" - -DEPEND=">=virtual/jdk-1.8:*" -RDEPEND=" - >=virtual/jre-1.8:* - dev-java/gnu-regexp:1 - dev-java/junit:0 - dev-java/jal:0" - -src_prepare() { - default - sed -i \ - -e "s:^BASE=\`pwd\`:BASE=${EPREFIX}/usr/share/${PN}:" \ - -e 's:$BASE/share/:$BASE/lib/:g' \ - bin/gasgano || die -} - -src_install() { - dobin bin/* - java-pkg_dojar share/*.jar - insinto /usr/share/${PN} - doins -r config - make_desktop_entry gasgano "Gasgano FITS Organizer" - use doc && newdoc "${DISTDIR}"/${PDOC}.pdf user-manual.pdf -} diff --git a/sci-astronomy/gasgano/gasgano-2.4.8-r2.ebuild b/sci-astronomy/gasgano/gasgano-2.4.8-r2.ebuild new file mode 100644 index 000000000000..70b7df39898b --- /dev/null +++ b/sci-astronomy/gasgano/gasgano-2.4.8-r2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop java-pkg-2 + +PDOC=VLT-PRO-ESO-19000-1932-V4 + +DESCRIPTION="ESO astronomical data file organizer" +HOMEPAGE="https://www.eso.org/sci/software/gasgano.html" +SRC_URI="ftp://ftp.eso.org/pub/dfs/${PN}/${P}.tar.gz + doc? ( https://www.eso.org/sci/software/gasgano/${PDOC}.pdf )" + +LICENSE="Apache-1.1" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~x86-linux" +IUSE="doc" + +DEPEND=">=virtual/jdk-1.8:*" +RDEPEND=" + >=virtual/jre-1.8:* + dev-java/gnu-regexp:1 + dev-java/jal:0 + dev-java/junit:0 +" + +src_prepare() { + java-pkg-2_src_prepare + sed -i \ + -e "s:^BASE=\`pwd\`:BASE=${EPREFIX}/usr/share/${PN}:" \ + -e 's:$BASE/share/:$BASE/lib/:g' \ + bin/gasgano || die +} + +src_install() { + dobin bin/* + java-pkg_dojar share/*.jar + insinto /usr/share/${PN} + doins -r config + make_desktop_entry gasgano "Gasgano FITS Organizer" + use doc && newdoc "${DISTDIR}"/${PDOC}.pdf user-manual.pdf +} -- cgit v1.2.3