public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gnuastro/
@ 2017-07-05 19:32 Sebastien Fabbro
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro @ 2017-07-05 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     687c7395efbbbdfdf5b4004c14d084acbdc62e53
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 17:58:42 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 19:31:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687c7395

sci-astronomy/gnuastro: fixed license

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-astronomy/gnuastro/gnuastro-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
index 8cf56694b78..3a71e707f45 100644
--- a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
+++ b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="GNU Astronomy Utilities"
 HOMEPAGE="https://www.gnu.org/software/gnuastro"
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-3"
 SLOT="0/1"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gnuastro/
@ 2017-07-05 19:32 Sebastien Fabbro
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro @ 2017-07-05 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     3d71b7bebff1fd73090f63498a5f0793526574be
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 17:54:09 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 19:31:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d71b7be

sci-astronomy/gnuastro: initial import

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-astronomy/gnuastro/Manifest            |  1 +
 sci-astronomy/gnuastro/gnuastro-0.3.ebuild | 50 ++++++++++++++++++++++++++++++
 sci-astronomy/gnuastro/metadata.xml        | 20 ++++++++++++
 3 files changed, 71 insertions(+)

diff --git a/sci-astronomy/gnuastro/Manifest b/sci-astronomy/gnuastro/Manifest
new file mode 100644
index 00000000000..4e2fb725030
--- /dev/null
+++ b/sci-astronomy/gnuastro/Manifest
@@ -0,0 +1 @@
+DIST gnuastro-0.3.tar.gz 4525361 SHA256 8a5bc2f977d4839f820d7423d10a6b94391a9571df97a64b9feb99a117973d81 SHA512 08556fd0de196c331cfd68e4b385fbef5c130fa9c914889367f4e3637b8dc6270a2424ef92c6641ec803c355d0577cebf3ace5ad76a7024f0414bb516338beac WHIRLPOOL 1fea9c239f896be1b931a2c7ab64041e9cdaeba95b24c76058169a7337d3c4a360b86e1d11747fe74b3af8122ed8eea719ee4db2f5601d72b67c3421ed4f1e7a

diff --git a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
new file mode 100644
index 00000000000..8cf56694b78
--- /dev/null
+++ b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils autotools
+
+DESCRIPTION="GNU Astronomy Utilities"
+HOMEPAGE="https://www.gnu.org/software/gnuastro"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="static-libs threads"
+
+# jpeg, pdf, and libgit2 are forced deps
+# because they are automagically detected.
+
+RDEPEND="
+	app-text/ghostscript-gpl
+	dev-libs/libgit2:=
+	sci-astronomy/wcslib:0=
+	sci-libs/cfitsio:0=
+	sci-libs/gsl:0=
+	virtual/jpeg:0=
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	sed -i -e 's/-O3//' configure.ac || die
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--enable-bin-op-alltypes
+		$(use_enable static-libs static)
+		$(use_enable threads)
+	)
+	econf ${myeconfargs[@]}
+}
+
+src_install() {
+	default
+	use static-libs || prune_libtool_files --all
+	use doc && emake install-html
+}

diff --git a/sci-astronomy/gnuastro/metadata.xml b/sci-astronomy/gnuastro/metadata.xml
new file mode 100644
index 00000000000..c91cdd63914
--- /dev/null
+++ b/sci-astronomy/gnuastro/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>sci-astronomy@gentoo.org</email>
+    <name>Gentoo Astronomy Project</name>
+  </maintainer>
+  <longdescription lang="en">
+    The GNU Astronomy Utilities (Gnuastro) is an official GNU package
+    consisting of various programs and library functions for the
+    manipulation and analysis of astronomical data. All the programs
+    share the same basic command-line user interface for the comfort
+    of both the users and developers. Gnuastro is written to comply
+    fully with the GNU coding standards so it integrates finely with
+    the GNU/Linux operating system. This also enables astronomers to
+    expect a fully familiar experience in the source code, building,
+    installing and command-line user interaction that they have seen
+    in all the other GNU software that they use.
+  </longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gnuastro/
@ 2017-07-05 19:32 Sebastien Fabbro
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro @ 2017-07-05 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     be83415f76240066e5d9266af372ed7c97531ab9
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 18:06:41 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 19:31:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be83415f

sci-astronomy/gnuastro: remove doc

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-astronomy/gnuastro/gnuastro-0.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
index 3a71e707f45..54ffe177332 100644
--- a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
+++ b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
@@ -46,5 +46,4 @@ src_configure() {
 src_install() {
 	default
 	use static-libs || prune_libtool_files --all
-	use doc && emake install-html
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gnuastro/
@ 2021-05-31  9:20 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2021-05-31  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     2aeb28a023770d6921c8d7fde02c7d1056252793
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 09:19:09 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 09:19:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aeb28a0

sci-astronomy/gnuastro: drop deprecated ltprune eclass

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-astronomy/gnuastro/gnuastro-0.3.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
index 75df93e2412..fe896068c87 100644
--- a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
+++ b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools ltprune
+inherit autotools
 
 DESCRIPTION="GNU Astronomy Utilities"
 HOMEPAGE="https://www.gnu.org/software/gnuastro"
@@ -45,5 +45,8 @@ src_configure() {
 
 src_install() {
 	default
-	use static-libs || prune_libtool_files --all
+
+	if ! use static-libs; then
+		find "${ED}" -name '*.la' -delete || die
+	fi
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gnuastro/
@ 2022-02-19 12:02 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-02-19 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     68ea487d29d1060c80752e3042dd9b09d2438b3c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 12:01:54 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 12:02:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ea487d

sci-astronomy/gnuastro: add version 0.16

Closes: https://bugs.gentoo.org/673946
Bug: https://bugs.gentoo.org/644224
Bug: https://bugs.gentoo.org/723198
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-astronomy/gnuastro/Manifest             |  1 +
 sci-astronomy/gnuastro/gnuastro-0.16.ebuild | 54 +++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/sci-astronomy/gnuastro/Manifest b/sci-astronomy/gnuastro/Manifest
index e4664a60b31b..bcdb52172119 100644
--- a/sci-astronomy/gnuastro/Manifest
+++ b/sci-astronomy/gnuastro/Manifest
@@ -1 +1,2 @@
+DIST gnuastro-0.16.tar.gz 6089988 BLAKE2B be85152e6638a3462cf00555748a6be8d8c9d30b7c43332f1a16140bd22af2d7e948e1e089045b51b22db1541645dc82668cf2cb8c73abf3b07418343f1c02d9 SHA512 8848528b1a117aaebed854db2e8e4586d3b3f860f25f07a1362b7cd1ffd4f0f7ef214fc0b91b3bfc4aaf1ba9c8bbeaf9dec82979665db1c6fe3703f39354a867
 DIST gnuastro-0.3.tar.gz 4525361 BLAKE2B 432078bf330fc8e6886246e4aec767c86b9c19c0c438a3c37b1912e3433e82c68db1090351b0e2e8e4fbb8a7906aa3ac031db8abd5e8c15380e1e8c349b9ebe5 SHA512 08556fd0de196c331cfd68e4b385fbef5c130fa9c914889367f4e3637b8dc6270a2424ef92c6641ec803c355d0577cebf3ace5ad76a7024f0414bb516338beac

diff --git a/sci-astronomy/gnuastro/gnuastro-0.16.ebuild b/sci-astronomy/gnuastro/gnuastro-0.16.ebuild
new file mode 100644
index 000000000000..ca9adb3bb97c
--- /dev/null
+++ b/sci-astronomy/gnuastro/gnuastro-0.16.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="GNU Astronomy Utilities"
+HOMEPAGE="https://www.gnu.org/software/gnuastro"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="static-libs threads"
+
+# jpeg, pdf, and libgit2 are forced deps
+# because they are automagically detected.
+
+RDEPEND="
+	app-text/ghostscript-gpl
+	dev-libs/libgit2:=
+	media-libs/tiff
+	net-misc/curl
+	sci-astronomy/wcslib:0=
+	sci-libs/cfitsio:0=
+	sci-libs/gsl:0=
+	sys-libs/zlib:=
+	virtual/jpeg:0=
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	sed -i -e 's/-O3//' configure.ac || die
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable static-libs static)
+		$(use_enable threads)
+	)
+	econf ${myeconfargs[@]}
+}
+
+src_install() {
+	default
+
+	if ! use static-libs; then
+		find "${ED}" -name '*.la' -delete || die
+	fi
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gnuastro/
@ 2022-08-29 18:39 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f077d8b5ed4d49aa559ab695729ff0291afd834c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 22:28:35 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 18:39:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f077d8b5

sci-astronomy/gnuastro: drop 0.3, EAPI-6--

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-astronomy/gnuastro/Manifest            |  1 -
 sci-astronomy/gnuastro/gnuastro-0.3.ebuild | 52 ------------------------------
 2 files changed, 53 deletions(-)

diff --git a/sci-astronomy/gnuastro/Manifest b/sci-astronomy/gnuastro/Manifest
index bcdb52172119..77e427454a58 100644
--- a/sci-astronomy/gnuastro/Manifest
+++ b/sci-astronomy/gnuastro/Manifest
@@ -1,2 +1 @@
 DIST gnuastro-0.16.tar.gz 6089988 BLAKE2B be85152e6638a3462cf00555748a6be8d8c9d30b7c43332f1a16140bd22af2d7e948e1e089045b51b22db1541645dc82668cf2cb8c73abf3b07418343f1c02d9 SHA512 8848528b1a117aaebed854db2e8e4586d3b3f860f25f07a1362b7cd1ffd4f0f7ef214fc0b91b3bfc4aaf1ba9c8bbeaf9dec82979665db1c6fe3703f39354a867
-DIST gnuastro-0.3.tar.gz 4525361 BLAKE2B 432078bf330fc8e6886246e4aec767c86b9c19c0c438a3c37b1912e3433e82c68db1090351b0e2e8e4fbb8a7906aa3ac031db8abd5e8c15380e1e8c349b9ebe5 SHA512 08556fd0de196c331cfd68e4b385fbef5c130fa9c914889367f4e3637b8dc6270a2424ef92c6641ec803c355d0577cebf3ace5ad76a7024f0414bb516338beac

diff --git a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
deleted file mode 100644
index fe896068c87c..000000000000
--- a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="GNU Astronomy Utilities"
-HOMEPAGE="https://www.gnu.org/software/gnuastro"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="static-libs threads"
-
-# jpeg, pdf, and libgit2 are forced deps
-# because they are automagically detected.
-
-RDEPEND="
-	app-text/ghostscript-gpl
-	dev-libs/libgit2:=
-	sci-astronomy/wcslib:0=
-	sci-libs/cfitsio:0=
-	sci-libs/gsl:0=
-	virtual/jpeg:0=
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	sed -i -e 's/-O3//' configure.ac || die
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		--enable-bin-op-alltypes
-		$(use_enable static-libs static)
-		$(use_enable threads)
-	)
-	econf ${myeconfargs[@]}
-}
-
-src_install() {
-	default
-
-	if ! use static-libs; then
-		find "${ED}" -name '*.la' -delete || die
-	fi
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gnuastro/
@ 2022-10-18  2:18 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-10-18  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d061195206ac47ec5e713459fc92577669f79bdc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 01:46:55 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 02:17:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0611952

sci-astronomy/gnuastro: add savannah upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-astronomy/gnuastro/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-astronomy/gnuastro/metadata.xml b/sci-astronomy/gnuastro/metadata.xml
index 36be3693c687..b1db18c26a68 100644
--- a/sci-astronomy/gnuastro/metadata.xml
+++ b/sci-astronomy/gnuastro/metadata.xml
@@ -17,4 +17,7 @@
     installing and command-line user interaction that they have seen
     in all the other GNU software that they use.
   </longdescription>
+  <upstream>
+    <remote-id type="savannah">gnuastro</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gnuastro/
@ 2022-12-16  1:40 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-12-16  1:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f964acc0ec3fd127cbc3fb5e9942f4afea882be8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 01:31:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 01:38:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f964acc0

sci-astronomy/gnuastro: add media-libs/libtiff subslot dep

libtiff changed SONAME.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../gnuastro/{gnuastro-0.16.ebuild => gnuastro-0.16-r1.ebuild}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/gnuastro/gnuastro-0.16.ebuild b/sci-astronomy/gnuastro/gnuastro-0.16-r1.ebuild
similarity index 95%
rename from sci-astronomy/gnuastro/gnuastro-0.16.ebuild
rename to sci-astronomy/gnuastro/gnuastro-0.16-r1.ebuild
index ca9adb3bb97c..5321d43d4ac3 100644
--- a/sci-astronomy/gnuastro/gnuastro-0.16.ebuild
+++ b/sci-astronomy/gnuastro/gnuastro-0.16-r1.ebuild
@@ -21,13 +21,13 @@ IUSE="static-libs threads"
 RDEPEND="
 	app-text/ghostscript-gpl
 	dev-libs/libgit2:=
-	media-libs/tiff
+	media-libs/tiff:=
+	media-libs/libjpeg-turbo:=
 	net-misc/curl
 	sci-astronomy/wcslib:0=
 	sci-libs/cfitsio:0=
 	sci-libs/gsl:0=
 	sys-libs/zlib:=
-	virtual/jpeg:0=
 "
 DEPEND="${RDEPEND}"
 


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

end of thread, other threads:[~2022-12-16  1:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 19:32 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gnuastro/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2017-07-05 19:32 Sebastien Fabbro
2017-07-05 19:32 Sebastien Fabbro
2021-05-31  9:20 David Seifert
2022-02-19 12:02 Andrew Ammerlaan
2022-08-29 18:39 Andreas Sturmlechner
2022-10-18  2:18 Sam James
2022-12-16  1:40 Sam James

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