* [gentoo-commits] proj/sci:master commit in: sci-astronomy/erfa/
@ 2020-03-23 1:31 Benda XU
0 siblings, 0 replies; 3+ messages in thread
From: Benda XU @ 2020-03-23 1:31 UTC (permalink / raw
To: gentoo-commits
commit: 330bca4677991aeccf73998cf29b7b088e5f2d41
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 9 14:13:08 2020 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 01:30:45 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=330bca46
sci-astronomy/erfa: new package
Closes: https://github.com/gentoo/sci/pull/948
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
sci-astronomy/erfa/erfa-1.7.0.ebuild | 30 ++++++++++++++++++++++++++++++
sci-astronomy/erfa/metadata.xml | 21 +++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/sci-astronomy/erfa/erfa-1.7.0.ebuild b/sci-astronomy/erfa/erfa-1.7.0.ebuild
new file mode 100644
index 000000000..ba7c72781
--- /dev/null
+++ b/sci-astronomy/erfa/erfa-1.7.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils
+
+DESCRIPTION="Essential Routines for Fundamental Astronomy"
+HOMEPAGE="https://github.com/liberfa/erfa"
+SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="static-libs"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
diff --git a/sci-astronomy/erfa/metadata.xml b/sci-astronomy/erfa/metadata.xml
new file mode 100644
index 000000000..3d7ebf32a
--- /dev/null
+++ b/sci-astronomy/erfa/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-astronomy@gentoo.org</email>
+ <name>Gentoo Astronomy Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ Essential Routines for Fundamental Astronomy is a C
+ library containing key algorithms for astronomy, and is based on
+ the SOFA library published by the International Astronomical Union
+ (IAU).
+</longdescription>
+ <upstream>
+ <remote-id type="github">liberfa/erfa</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/erfa/
@ 2020-09-22 10:00 Aisha Tammy
0 siblings, 0 replies; 3+ messages in thread
From: Aisha Tammy @ 2020-09-22 10:00 UTC (permalink / raw
To: gentoo-commits
commit: d239355ea8af0370a9b94a90fac88eb7a38794e3
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 10:00:03 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 10:00:03 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d239355e
sci-astronomy/erfa: version bump
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-astronomy/erfa/erfa-1.7.1.ebuild | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/sci-astronomy/erfa/erfa-1.7.1.ebuild b/sci-astronomy/erfa/erfa-1.7.1.ebuild
new file mode 100644
index 000000000..ba7c72781
--- /dev/null
+++ b/sci-astronomy/erfa/erfa-1.7.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils
+
+DESCRIPTION="Essential Routines for Fundamental Astronomy"
+HOMEPAGE="https://github.com/liberfa/erfa"
+SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="static-libs"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/erfa/
@ 2022-01-13 12:14 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2022-01-13 12:14 UTC (permalink / raw
To: gentoo-commits
commit: 59ad8d0b81461414ef74f9ffa32b53ba8815f036
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 12:13:44 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 12:13:44 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=59ad8d0b
sci-astronomy/erfa: move new versions to ::gentoo
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-astronomy/erfa/erfa-1.7.0.ebuild | 30 ------------------------------
sci-astronomy/erfa/erfa-1.7.1.ebuild | 30 ------------------------------
sci-astronomy/erfa/metadata.xml | 21 ---------------------
3 files changed, 81 deletions(-)
diff --git a/sci-astronomy/erfa/erfa-1.7.0.ebuild b/sci-astronomy/erfa/erfa-1.7.0.ebuild
deleted file mode 100644
index 46ac3a814..000000000
--- a/sci-astronomy/erfa/erfa-1.7.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Essential Routines for Fundamental Astronomy"
-HOMEPAGE="https://github.com/liberfa/erfa"
-SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="static-libs"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/sci-astronomy/erfa/erfa-1.7.1.ebuild b/sci-astronomy/erfa/erfa-1.7.1.ebuild
deleted file mode 100644
index 46ac3a814..000000000
--- a/sci-astronomy/erfa/erfa-1.7.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Essential Routines for Fundamental Astronomy"
-HOMEPAGE="https://github.com/liberfa/erfa"
-SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="static-libs"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/sci-astronomy/erfa/metadata.xml b/sci-astronomy/erfa/metadata.xml
deleted file mode 100644
index 3d7ebf32a..000000000
--- a/sci-astronomy/erfa/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>davidroman96@gmail.com</email>
- <name>David Roman</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription lang="en">
- Essential Routines for Fundamental Astronomy is a C
- library containing key algorithms for astronomy, and is based on
- the SOFA library published by the International Astronomical Union
- (IAU).
-</longdescription>
- <upstream>
- <remote-id type="github">liberfa/erfa</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-13 12:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22 10:00 [gentoo-commits] proj/sci:master commit in: sci-astronomy/erfa/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2022-01-13 12:14 Andrew Ammerlaan
2020-03-23 1:31 Benda XU
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox