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

commit:     6a9a725664ad99e22b74846d102e4ac52167ec46
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 03:14:05 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 07:01:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9a7256

sci-astronomy/pal: initial import

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-astronomy/pal/Manifest         |  1 +
 sci-astronomy/pal/metadata.xml     | 14 ++++++++++++++
 sci-astronomy/pal/pal-0.9.7.ebuild | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/sci-astronomy/pal/Manifest b/sci-astronomy/pal/Manifest
new file mode 100644
index 00000000..68bd522
--- /dev/null
+++ b/sci-astronomy/pal/Manifest
@@ -0,0 +1 @@
+DIST pal-0.9.7.tar.gz 1220443 SHA256 7151aa05c2e2456394cae2043feb96e64d779286fb31a27ff11ec3dd66021286 SHA512 d3f13e7ff321500acc71198240392fe9a3304c4142cf5b1f1c3950ddb1351dddac8565ef27b1c724d608cc1053d15647c777c4d0dc466a99a1b08b64e62ec37b WHIRLPOOL e6d9986e43e91f35ee47e6586d3595c62f12d4dabb54f3e9adb6d524fcf075e54e92c6e985005bd3c892a55fbcf469a7a49f0e7672e0923ae2b6f1a321b65c15

diff --git a/sci-astronomy/pal/metadata.xml b/sci-astronomy/pal/metadata.xml
new file mode 100644
index 00000000..e435a24
--- /dev/null
+++ b/sci-astronomy/pal/metadata.xml
@@ -0,0 +1,14 @@
+<?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 Positional Astronomy Library is a collection of code designed
+    to aid in replacing the SLA library with code from NOVAS and
+    ERFA. Where possible the API is similar to the C SLA API except
+    for the use of a "pal" prefix.
+  </longdescription>
+</pkgmetadata>

diff --git a/sci-astronomy/pal/pal-0.9.7.ebuild b/sci-astronomy/pal/pal-0.9.7.ebuild
new file mode 100644
index 00000000..bd8451b
--- /dev/null
+++ b/sci-astronomy/pal/pal-0.9.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Positional Astronomy Library"
+HOMEPAGE="http://github.com/Starlink/pal"
+SRC_URI="https://github.com/Starlink/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc static-libs"
+RDEPEND="sci-astronomy/erfa:="
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	econf --without-starlink \
+		  --without-stardocs \
+		  --with-erfa \
+		  $(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	# remove cruft from non-fhs complient
+	rm -r "${ED}"usr/share/pal || die
+	rm -r "${ED}"usr/{docs,manifests,news} || die
+	use static-libs || prune_libtool_files --all
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pal/
@ 2016-12-29  7:02 Sebastien Fabbro
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro @ 2016-12-29  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8509ba29d2604c37cac4aaa30f554cc5f5c0b55e
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 06:58:54 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 07:01:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8509ba29

sci-astronomy/pal: added remote-id

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/sci-astronomy/pal/metadata.xml b/sci-astronomy/pal/metadata.xml
index e435a24..9f20e97 100644
--- a/sci-astronomy/pal/metadata.xml
+++ b/sci-astronomy/pal/metadata.xml
@@ -11,4 +11,7 @@
     ERFA. Where possible the API is similar to the C SLA API except
     for the use of a "pal" prefix.
   </longdescription>
+  <upstream>
+    <remote-id type="github">Starlink/pal</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pal/
@ 2017-07-30  8:36 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-07-30  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c6475a8ae93229ee5236bfc4654201ee5717da96
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Fri Jul 28 23:15:00 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:35:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6475a8a

sci-astronomy/pal: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sci-astronomy/pal/pal-0.9.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/pal/pal-0.9.7.ebuild b/sci-astronomy/pal/pal-0.9.7.ebuild
index 23a16736936..c165f47d600 100644
--- a/sci-astronomy/pal/pal-0.9.7.ebuild
+++ b/sci-astronomy/pal/pal-0.9.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit eutils
 
 DESCRIPTION="Positional Astronomy Library"
-HOMEPAGE="http://github.com/Starlink/pal"
+HOMEPAGE="https://github.com/Starlink/pal"
 SRC_URI="https://github.com/Starlink/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pal/
@ 2021-05-31  9:20 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2021-05-31  9:20 UTC (permalink / raw
  To: gentoo-commits

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

sci-astronomy/pal: drop deprecated ltprune eclass

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

 sci-astronomy/pal/pal-0.9.7.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/sci-astronomy/pal/pal-0.9.7.ebuild b/sci-astronomy/pal/pal-0.9.7.ebuild
index 5ddae8ed01f..3ab899f976b 100644
--- a/sci-astronomy/pal/pal-0.9.7.ebuild
+++ b/sci-astronomy/pal/pal-0.9.7.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-inherit ltprune
-
 DESCRIPTION="Positional Astronomy Library"
 HOMEPAGE="https://github.com/Starlink/pal"
 SRC_URI="https://github.com/Starlink/${PN}/releases/download/v${PV}/${P}.tar.gz"
@@ -25,8 +23,12 @@ src_configure() {
 
 src_install() {
 	default
+
 	# remove cruft from non-fhs compliant
 	rm -r "${ED}"usr/share/pal || die
 	rm -r "${ED}"usr/{docs,manifests,news} || die
-	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] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pal/
@ 2022-08-23 12:23 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-08-23 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f2d300e96b4075aee205b6d1a5f9158e61b242ea
Author:     Thamognya Kodi <contact <AT> thamognya <DOT> com>
AuthorDate: Thu Jun 23 00:43:41 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 12:22:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d300e9

sci-astronomy/pal: Bump to 0.9.8 and EAPI 8

Signed-off-by: Thamognya Kodi <contact <AT> thamognya.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-astronomy/pal/Manifest         |  1 +
 sci-astronomy/pal/pal-0.9.8.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/sci-astronomy/pal/Manifest b/sci-astronomy/pal/Manifest
index eb41667654da..c64760cd991c 100644
--- a/sci-astronomy/pal/Manifest
+++ b/sci-astronomy/pal/Manifest
@@ -1 +1,2 @@
 DIST pal-0.9.7.tar.gz 1220443 BLAKE2B 99ffccf0eff340f21ea99bfa219d651d0773957152bdc840b2cc7596f14c0389846128947fb63607856e76ba6a98bd113fd04eddf819f71eaa5f16b957ebc78c SHA512 d3f13e7ff321500acc71198240392fe9a3304c4142cf5b1f1c3950ddb1351dddac8565ef27b1c724d608cc1053d15647c777c4d0dc466a99a1b08b64e62ec37b
+DIST pal-0.9.8.tar.gz 1267834 BLAKE2B 0f1735b564881785ddcfab5c73480905b47c7e7a1d2b9183069f5a620584cf552df9ecccac111b33f46d59a696a40762a0c95698a153a293636071a219ca39fb SHA512 659ca2f97ac58558a638b400f83773af39002785ae3734a195ff8bfbc968af76a6c2ec5ab2dfcb7b81908391c55f31c7d4a4172705bd5fab306ef2233587e2d3

diff --git a/sci-astronomy/pal/pal-0.9.8.ebuild b/sci-astronomy/pal/pal-0.9.8.ebuild
new file mode 100644
index 000000000000..164a46ed2fe3
--- /dev/null
+++ b/sci-astronomy/pal/pal-0.9.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Positional Astronomy Library"
+HOMEPAGE="https://github.com/Starlink/pal"
+SRC_URI="https://github.com/Starlink/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+RDEPEND="sci-astronomy/erfa:="
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	econf --without-starlink \
+		  --without-stardocs \
+		  --with-erfa \
+		  $(use_enable static-libs static)
+}
+
+src_install() {
+	default
+
+	# remove cruft from non-fhs compliant
+	dodoc -r "${ED}"/usr/{docs,manifests,news}
+	rm -r "${ED}"/usr/{docs,manifests,news} || die
+
+	if ! use static-libs; then
+		find "${ED}" -name '*.la' -delete || die
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pal/
@ 2022-08-29 18:39 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e4c24a8f11c2b5071eafc0615b484c7310d40791
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 22:29:04 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=e4c24a8f

sci-astronomy/pal: drop 0.9.7, EAPI-6--

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

 sci-astronomy/pal/Manifest         |  1 -
 sci-astronomy/pal/pal-0.9.7.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/sci-astronomy/pal/Manifest b/sci-astronomy/pal/Manifest
index c64760cd991c..ffe142aee0a2 100644
--- a/sci-astronomy/pal/Manifest
+++ b/sci-astronomy/pal/Manifest
@@ -1,2 +1 @@
-DIST pal-0.9.7.tar.gz 1220443 BLAKE2B 99ffccf0eff340f21ea99bfa219d651d0773957152bdc840b2cc7596f14c0389846128947fb63607856e76ba6a98bd113fd04eddf819f71eaa5f16b957ebc78c SHA512 d3f13e7ff321500acc71198240392fe9a3304c4142cf5b1f1c3950ddb1351dddac8565ef27b1c724d608cc1053d15647c777c4d0dc466a99a1b08b64e62ec37b
 DIST pal-0.9.8.tar.gz 1267834 BLAKE2B 0f1735b564881785ddcfab5c73480905b47c7e7a1d2b9183069f5a620584cf552df9ecccac111b33f46d59a696a40762a0c95698a153a293636071a219ca39fb SHA512 659ca2f97ac58558a638b400f83773af39002785ae3734a195ff8bfbc968af76a6c2ec5ab2dfcb7b81908391c55f31c7d4a4172705bd5fab306ef2233587e2d3

diff --git a/sci-astronomy/pal/pal-0.9.7.ebuild b/sci-astronomy/pal/pal-0.9.7.ebuild
deleted file mode 100644
index 3ab899f976be..000000000000
--- a/sci-astronomy/pal/pal-0.9.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Positional Astronomy Library"
-HOMEPAGE="https://github.com/Starlink/pal"
-SRC_URI="https://github.com/Starlink/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-RDEPEND="sci-astronomy/erfa:="
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	econf --without-starlink \
-		  --without-stardocs \
-		  --with-erfa \
-		  $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-
-	# remove cruft from non-fhs compliant
-	rm -r "${ED}"usr/share/pal || die
-	rm -r "${ED}"usr/{docs,manifests,news} || die
-
-	if ! use static-libs; then
-		find "${ED}" -name '*.la' -delete || die
-	fi
-}


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

end of thread, other threads:[~2022-08-29 18:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-29  7:02 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pal/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2022-08-29 18:39 Andreas Sturmlechner
2022-08-23 12:23 Andrew Ammerlaan
2021-05-31  9:20 David Seifert
2017-07-30  8:36 Michał Górny
2016-12-29  7:02 Sebastien Fabbro

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