From 8aed242683822c23f5ed6a295d3464161e2d0880 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 18 Oct 2023 10:02:49 +0100 Subject: gentoo auto-resync : 18:10:2023 - 10:02:48 --- sci-astronomy/Manifest.gz | Bin 6849 -> 6849 bytes sci-astronomy/gasgano/Manifest | 2 +- sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild | 42 ++++++++++++++++++++++++++ sci-astronomy/gasgano/gasgano-2.4.8.ebuild | 42 -------------------------- 4 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild delete mode 100644 sci-astronomy/gasgano/gasgano-2.4.8.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/Manifest.gz b/sci-astronomy/Manifest.gz index 44e1823fedad..e96a3fee53fc 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 51d7c7cba1fd..5c27a5c08650 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.ebuild 964 BLAKE2B c21d12c8ae3171de84716e91883cdae3b102baab166202d42ea19b5e091fe846b47aa26eda16e36cea0b5c090498e5e38cbccb7530e36cc166d568f5a70da8cc SHA512 95a2eead9a15baf2f6e130dc147308a2d7a04359a3dfd4dd7970ad5d8326f487e6c7001b2ba6b7f486a68a52bcb22c58e148710224198e6a0f830c3fe15b563a +EBUILD gasgano-2.4.8-r1.ebuild 976 BLAKE2B a1b5969cb9c8c896cafb4ecf874d55515b923f65338dc584dc633972176b92e800b90aee8650f2a6a1bfd7329b721921f6a8088620d55f67b936fa6958a55b7b SHA512 3579a73e728c43d0bc6081c9a6acae85e0478f7f781db9fd77100722c6c3bf04a33969ef3cdfdfb2956822275d36e859dfd045fe8625dd936d48c52c2f5f2281 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 new file mode 100644 index 000000000000..2aeaa63b02a0 --- /dev/null +++ b/sci-astronomy/gasgano/gasgano-2.4.8-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2023 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 ~x86 ~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.ebuild b/sci-astronomy/gasgano/gasgano-2.4.8.ebuild deleted file mode 100644 index 3ff50e574f33..000000000000 --- a/sci-astronomy/gasgano/gasgano-2.4.8.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 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="http://www.eso.org/sci/software/gasgano/" -SRC_URI="ftp://ftp.eso.org/pub/dfs/${PN}/${P}.tar.gz - doc? ( http://www.eso.org/sci/software/gasgano/${PDOC}.pdf )" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc" - -DEPEND=">=virtual/jdk-1.8:*" -RDEPEND=" - >=virtual/jre-1.8:* - dev-java/gnu-regexp - dev-java/junit - dev-java/jal" - -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 -} -- cgit v1.2.3