public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/esorex/
@ 2016-02-24 20:35 Sebastien Fabbro
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro @ 2016-02-24 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ec57125c36a557e5866918d0d4d19dd88d402236
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 21:28:30 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 21:31:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec57125c

sci-astronomy/esorex: Version bump

Package-Manager: portage-2.2.27

 sci-astronomy/esorex/Manifest                         |  2 +-
 .../{esorex-3.10-r2.ebuild => esorex-3.12.ebuild}     | 19 +++++++++----------
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/sci-astronomy/esorex/Manifest b/sci-astronomy/esorex/Manifest
index 35d10e6..556e7a1 100644
--- a/sci-astronomy/esorex/Manifest
+++ b/sci-astronomy/esorex/Manifest
@@ -1,2 +1,2 @@
 DIST esorex-3.10.2.tar.gz 817875 SHA256 9a295754452b3e84fe2bc3674aaaf2e93354d2ad16781cb3f4c3f37ca0214e1e SHA512 6f6f663bd74d61f3612a13fb39e17c984f8ed88d9dd175951b385d9797433b19a6e276841b23b61881cec8702eb8d74061549a922acf939a9a5e98c8016d1ecb WHIRLPOOL cb900ecad2067498c9865cfbd3db4d80f0f2907ea18e8eb3ab5d07aaea2a184520a480ad62cf591a30abbe51023f8f8384139ca67fdd05d3a35cde837f730967
-DIST esorex-3.10.tar.gz 817307 SHA256 72ff1d26a45d7e926b1f4f74f1f286c8feb142dba7b0b5bb717c6286644f9494 SHA512 985a906418488fec46fc939bf64b40330ae829771860a36a40240b703f6f6f89f3da6701ee4ceb8c6d2c0b478004596dce4dbc11389937e75ef02d9ecb4c3d16 WHIRLPOOL ef368d35f5145b5626c88d6d4af7249889cce1ef901c67318d1f06f9baa7a0411c87917969261c0a268a06e5fd0dafd30701f49394cb82671f8c9ce282bc4768
+DIST esorex-3.12.tar.gz 649290 SHA256 b99a11a93942543fd6c4e96975fa9f45e0e2c36412093c1be6ac37e545f1fd50 SHA512 02547d44cf93c570b2be6f429215efee95a2ef91a26b45fd0a5bfea3ec00837e04972f801c3c00a892eb8bb24b2e3aa8a854b4093844cfae0aed3bf0f396eac6 WHIRLPOOL 8c22a6afb7bd8ccabc5e6bc2b42bb414a4a0a0dada41c15686949e20d2bbdc5f473107221ecb5222b4b5d06db42af786d812a861076c93743612bca05ee5833f

diff --git a/sci-astronomy/esorex/esorex-3.10-r2.ebuild b/sci-astronomy/esorex/esorex-3.12.ebuild
similarity index 75%
rename from sci-astronomy/esorex/esorex-3.10-r2.ebuild
rename to sci-astronomy/esorex/esorex-3.12.ebuild
index 4a159be..8c71831 100644
--- a/sci-astronomy/esorex/esorex-3.10-r2.ebuild
+++ b/sci-astronomy/esorex/esorex-3.12.ebuild
@@ -1,14 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-AT_NO_RECURSIVE=1
-
-inherit autotools-utils
+inherit autotools
 
 DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
 HOMEPAGE="http://www.eso.org/sci/software/cpl/esorex.html"
@@ -25,17 +21,20 @@ RDEPEND="${DEPEND}"
 PATCHES=(
 	"${FILESDIR}"/${PN}-3.9.6-use-shared-libs.patch
 	"${FILESDIR}"/${PN}-3.10-remove-private-ltdl.patch
-	"${FILESDIR}"/${PN}-3.10-fix-autotools.patch
 	"${FILESDIR}"/${PN}-3.10-generate-manpage.patch
 	"${FILESDIR}"/${PN}-3.10-remove-empty-configdir.patch
 	"${FILESDIR}"/${PN}-3.10-set-default-plugin-path.patch
-	"${FILESDIR}"/${PN}-3.10-cpl60_compat.patch
 )
 
 export CPLDIR="${EPREFIX}/usr"
 
+src_prepare() {
+	default
+	AT_NO_RECURSIVE=1 eautoreconf
+}
+
 src_install() {
-	autotools-utils_src_install
+	default
 	dodoc -r examples
 	docompress -x /usr/share/doc/${PF}/examples
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/esorex/
@ 2016-04-05 21:14 Sebastien Fabbro
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro @ 2016-04-05 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     dddb69f5e225d21c4b616dd8930849d76fea9374
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 21:53:54 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 22:11:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddb69f5

sci-astronomy/esorex: Version bump

Package-Manager: portage-2.2.28

 sci-astronomy/esorex/Manifest             |  1 +
 sci-astronomy/esorex/esorex-3.12.3.ebuild | 40 +++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/sci-astronomy/esorex/Manifest b/sci-astronomy/esorex/Manifest
index 556e7a1..f75e501 100644
--- a/sci-astronomy/esorex/Manifest
+++ b/sci-astronomy/esorex/Manifest
@@ -1,2 +1,3 @@
 DIST esorex-3.10.2.tar.gz 817875 SHA256 9a295754452b3e84fe2bc3674aaaf2e93354d2ad16781cb3f4c3f37ca0214e1e SHA512 6f6f663bd74d61f3612a13fb39e17c984f8ed88d9dd175951b385d9797433b19a6e276841b23b61881cec8702eb8d74061549a922acf939a9a5e98c8016d1ecb WHIRLPOOL cb900ecad2067498c9865cfbd3db4d80f0f2907ea18e8eb3ab5d07aaea2a184520a480ad62cf591a30abbe51023f8f8384139ca67fdd05d3a35cde837f730967
+DIST esorex-3.12.3.tar.gz 693894 SHA256 ac7bc9cec70a5bfa55f4ca29bac5bf30c853596503ab3238444c610e32b9233b SHA512 28d62b2cbb66e21fe96435fedf94a727c598b33f2d0aa9ff8d811cfc87edf8d215a76837f525d2964c24bb6e0a3b50aa4dcf2a8dcfae8ac1b933303f8fb08122 WHIRLPOOL eec3fa02ac776ffb333a0be8b6bdfa3ae4188516074112e54b6d8bf6d8527002243171e293f22245fb6c90fc1bf3f29aef5eff8eafcb48508bd24948475f4f1d
 DIST esorex-3.12.tar.gz 649290 SHA256 b99a11a93942543fd6c4e96975fa9f45e0e2c36412093c1be6ac37e545f1fd50 SHA512 02547d44cf93c570b2be6f429215efee95a2ef91a26b45fd0a5bfea3ec00837e04972f801c3c00a892eb8bb24b2e3aa8a854b4093844cfae0aed3bf0f396eac6 WHIRLPOOL 8c22a6afb7bd8ccabc5e6bc2b42bb414a4a0a0dada41c15686949e20d2bbdc5f473107221ecb5222b4b5d06db42af786d812a861076c93743612bca05ee5833f

diff --git a/sci-astronomy/esorex/esorex-3.12.3.ebuild b/sci-astronomy/esorex/esorex-3.12.3.ebuild
new file mode 100644
index 0000000..8c71831
--- /dev/null
+++ b/sci-astronomy/esorex/esorex-3.12.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
+HOMEPAGE="http://www.eso.org/sci/software/cpl/esorex.html"
+SRC_URI="ftp://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=">=sci-astronomy/cpl-6.3:="
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-3.9.6-use-shared-libs.patch
+	"${FILESDIR}"/${PN}-3.10-remove-private-ltdl.patch
+	"${FILESDIR}"/${PN}-3.10-generate-manpage.patch
+	"${FILESDIR}"/${PN}-3.10-remove-empty-configdir.patch
+	"${FILESDIR}"/${PN}-3.10-set-default-plugin-path.patch
+)
+
+export CPLDIR="${EPREFIX}/usr"
+
+src_prepare() {
+	default
+	AT_NO_RECURSIVE=1 eautoreconf
+}
+
+src_install() {
+	default
+	dodoc -r examples
+	docompress -x /usr/share/doc/${PF}/examples
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/esorex/
@ 2024-03-16 12:13 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-03-16 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     64b46d261ccd20bf38f8182caca361bc41bff764
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Feb 11 16:42:36 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 12:13:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b46d26

sci-astronomy/esorex: EAPI8 bump, use HTTPS, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35278
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../esorex/{esorex-3.12.3.ebuild => esorex-3.12.3-r1.ebuild}     | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sci-astronomy/esorex/esorex-3.12.3.ebuild b/sci-astronomy/esorex/esorex-3.12.3-r1.ebuild
similarity index 85%
rename from sci-astronomy/esorex/esorex-3.12.3.ebuild
rename to sci-astronomy/esorex/esorex-3.12.3-r1.ebuild
index 270226cd7bb0..8222ab6f2ffb 100644
--- a/sci-astronomy/esorex/esorex-3.12.3.ebuild
+++ b/sci-astronomy/esorex/esorex-3.12.3-r1.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit autotools
 
 DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
-HOMEPAGE="http://www.eso.org/sci/software/cpl/esorex.html"
+HOMEPAGE="https://www.eso.org/sci/software/cpl/esorex.html"
 SRC_URI="ftp://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
 DEPEND=">=sci-astronomy/cpl-6.3:="
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-16 12:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-16 12:13 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/esorex/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2016-04-05 21:14 Sebastien Fabbro
2016-02-24 20:35 Sebastien Fabbro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox