[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/

2023-12-16 Thread Arthur Zamarin
commit: 2f37a39941b0068a85c9cc0d2027fe8ad9c916dc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 19:16:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 19:16:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f37a399

sci-astronomy/erfa: Stabilize 2.0.0 amd64, #920142

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/sci-astronomy/erfa/erfa-2.0.0.ebuild 
b/sci-astronomy/erfa/erfa-2.0.0.ebuild
index b32aa4eca47c..79da58d989d5 100644
--- a/sci-astronomy/erfa/erfa-2.0.0.ebuild
+++ b/sci-astronomy/erfa/erfa-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/

2022-01-13 Thread Andrew Ammerlaan
commit: fa07bd694ba520d9a8345343ac1dfd0fbfa57327
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Jan 13 12:13:01 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Jan 13 12:13:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa07bd69

sci-astronomy/erfa: add version 2.0.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-astronomy/erfa/Manifest  |  1 +
 sci-astronomy/erfa/erfa-2.0.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/sci-astronomy/erfa/Manifest b/sci-astronomy/erfa/Manifest
index f2e89441bab4..13f84a906984 100644
--- a/sci-astronomy/erfa/Manifest
+++ b/sci-astronomy/erfa/Manifest
@@ -1 +1,2 @@
 DIST erfa-1.4.0.tar.gz 641051 BLAKE2B 
448f9f883d85a3c39a58497c6211542719c77b05b6bf4087519b710642c144939a9e27ba44b82a42d759dc04e1effe9833ae087487292846f954e6c3f93fb8db
 SHA512 
2befe5a45486dbbd2ee88229cce7a6101462254bd346d3a2859e294f31119eb5cf5e4113e4061fa3e371216ed793a79ea1ba98fc6fd8aa53d2ba4170e1e135e2
+DIST erfa-2.0.0.tar.gz 729292 BLAKE2B 
af081b44bdcde4457aba661b08b6bc941e8a4e4fad4a61c40a529dd719eb125263662126246cee83dfa73eb81032888331522e04fe824d0e54fd66bd6ce8b222
 SHA512 
6761a8c1e1fc20f8603b451a47a47c872fe99e39ec805f131f3db24aeb5b6ac3ac480c89630ff9defbedd0e621fb7e2b7922869b8c29ada1fd41cb9793c9ca0a

diff --git a/sci-astronomy/erfa/erfa-2.0.0.ebuild 
b/sci-astronomy/erfa/erfa-2.0.0.ebuild
new file mode 100644
index ..b32aa4eca47c
--- /dev/null
+++ b/sci-astronomy/erfa/erfa-2.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~amd64-linux ~x86-linux"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf --disable-static
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/

2021-01-31 Thread Andreas Sturmlechner
commit: dc57380f3de5b1e35a3c5ce5f7e5f2d3e5782691
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 31 19:03:38 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 31 19:06:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc57380f

sci-astronomy/erfa: EAPI-7 bump, drop eutils/ltprune and static-libs

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-astronomy/erfa/erfa-1.4.0.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/sci-astronomy/erfa/erfa-1.4.0.ebuild 
b/sci-astronomy/erfa/erfa-1.4.0.ebuild
index e9480bda206..0d4dc784609 100644
--- a/sci-astronomy/erfa/erfa-1.4.0.ebuild
+++ b/sci-astronomy/erfa/erfa-1.4.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit autotools eutils ltprune
+inherit autotools
 
 DESCRIPTION="Essential Routines for Fundamental Astronomy"
 HOMEPAGE="https://github.com/liberfa/erfa;
@@ -12,8 +12,7 @@ 
SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0/1"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-IUSE="static-libs"
+IUSE=""
 
 src_prepare() {
default
@@ -21,10 +20,10 @@ src_prepare() {
 }
 
 src_configure() {
-   econf $(use_enable static-libs static)
+   econf --disable-static
 }
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/

2021-01-31 Thread Andreas Sturmlechner
commit: 23f2001dc179034559069bc3778a26a9bdda8289
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 31 18:59:32 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 31 19:06:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f2001d

sci-astronomy/erfa: Drop 1.2.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-astronomy/erfa/Manifest  |  1 -
 sci-astronomy/erfa/erfa-1.2.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/sci-astronomy/erfa/Manifest b/sci-astronomy/erfa/Manifest
index 74d18147fc9..f2e89441bab 100644
--- a/sci-astronomy/erfa/Manifest
+++ b/sci-astronomy/erfa/Manifest
@@ -1,2 +1 @@
-DIST erfa-1.2.0.tar.gz 305668 BLAKE2B 
bfaaca9203f25fbffc25723803d7d492f83c670cac7ea86e6ae15fc6636441ae7010208e8780ecc3133709a06b89b7d2218d1793b159d0be0c0694ab3579b958
 SHA512 
ead7a44b69048242cba34b0ab419eb97a1bcce6930d5834f5f00c8cae4cb331ee068cece08e51f918f7bd8eaaeada054006377876db01f7b7b4e86c26f17d311
 DIST erfa-1.4.0.tar.gz 641051 BLAKE2B 
448f9f883d85a3c39a58497c6211542719c77b05b6bf4087519b710642c144939a9e27ba44b82a42d759dc04e1effe9833ae087487292846f954e6c3f93fb8db
 SHA512 
2befe5a45486dbbd2ee88229cce7a6101462254bd346d3a2859e294f31119eb5cf5e4113e4061fa3e371216ed793a79ea1ba98fc6fd8aa53d2ba4170e1e135e2

diff --git a/sci-astronomy/erfa/erfa-1.2.0.ebuild 
b/sci-astronomy/erfa/erfa-1.2.0.ebuild
deleted file mode 100644
index 038873c3848..000
--- a/sci-astronomy/erfa/erfa-1.2.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="Essential Routines for Fundamental Astronomy"
-HOMEPAGE="https://github.com/liberfa/erfa;
-SRC_URI="https://github.com/liberfa/erfa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/

2021-01-31 Thread Sam James
commit: f7683f283edbec4091ba3a98e41f465fee6069de
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 31 18:48:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 31 18:48:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7683f28

sci-astronomy/erfa: Stabilize 1.4.0 x86, #766794

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-astronomy/erfa/erfa-1.4.0.ebuild 
b/sci-astronomy/erfa/erfa-1.4.0.ebuild
index 335cd18aced..e9480bda206 100644
--- a/sci-astronomy/erfa/erfa-1.4.0.ebuild
+++ b/sci-astronomy/erfa/erfa-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 IUSE="static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/

2018-07-01 Thread Pacho Ramos
commit: de60f39b417233b4b27e021e36dae0842cfa4706
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  1 14:57:24 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  1 15:00:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de60f39b

sci-astronomy/erfa: amd64 stable, bug #599846

Package-Manager: Portage-2.3.41, Repoman-2.3.9

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

diff --git a/sci-astronomy/erfa/erfa-1.4.0.ebuild 
b/sci-astronomy/erfa/erfa-1.4.0.ebuild
index 6a721cbc58f..5827bf9d991 100644
--- a/sci-astronomy/erfa/erfa-1.4.0.ebuild
+++ b/sci-astronomy/erfa/erfa-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 IUSE="static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/

2017-06-26 Thread Sebastien Fabbro
commit: 5000ff1a971f78384d5fd03a1d529d6d1ac3db98
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Jun 27 02:24:35 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Jun 27 02:48:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5000ff1a

sci-astronomy/erfa: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-astronomy/erfa/Manifest  |  1 +
 sci-astronomy/erfa/erfa-1.4.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/sci-astronomy/erfa/Manifest b/sci-astronomy/erfa/Manifest
index e430542c73c..1c8324c0277 100644
--- a/sci-astronomy/erfa/Manifest
+++ b/sci-astronomy/erfa/Manifest
@@ -1,2 +1,3 @@
 DIST erfa-1.2.0.tar.gz 305668 SHA256 
efa60520bdad4c9df246d0bc4df8bf6bd9d01be1c5742540940996cf98ff783f SHA512 
ead7a44b69048242cba34b0ab419eb97a1bcce6930d5834f5f00c8cae4cb331ee068cece08e51f918f7bd8eaaeada054006377876db01f7b7b4e86c26f17d311
 WHIRLPOOL 
d360ec5d8f7d5db9c2706e82a04f62bba4fb120e0addb0b1522db30772572ebe3109ae62d12b869e323808ffeb176accab79c81fd27c94b3ec227cf2aa1b759d
 DIST erfa-1.3.0.tar.gz 640176 SHA256 
b3e709206fbd65aa32de06fd690c5a886b97274eecc84ba9711a5a50efba7c92 SHA512 
c8dc110e2d581d7de79d0406fb5873201a795e1d7ce8dcf642125082d78d1cb00dd3fe44b76e1b7249014314abd840ad24615ad9d13cd447505af2271c1f31bd
 WHIRLPOOL 
7bd98cfb7ee9de832976b4571c50f40354198899a95546034f494a1cc510e4893239cc47bc968e6c7248a3ee353c2c7698d41614c0432df0c6e2ffe9af7f9f7d
+DIST erfa-1.4.0.tar.gz 641051 SHA256 
035b7f0ad05c1191b8588191ba4b19ba0f31afa57ad561d33bd5417d9f23e460 SHA512 
2befe5a45486dbbd2ee88229cce7a6101462254bd346d3a2859e294f31119eb5cf5e4113e4061fa3e371216ed793a79ea1ba98fc6fd8aa53d2ba4170e1e135e2
 WHIRLPOOL 
48bf7f252c6d4b8697d4676b1581edf8aac40d0ae799302df3502971c9d2567bddd177a0a25d1cbf346b52345d16f4938511298f971ac90f178692c0d89c0f7f

diff --git a/sci-astronomy/erfa/erfa-1.4.0.ebuild 
b/sci-astronomy/erfa/erfa-1.4.0.ebuild
new file mode 100644
index 000..6a721cbc58f
--- /dev/null
+++ b/sci-astronomy/erfa/erfa-1.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~amd64-linux ~x86-linux"
+
+IUSE="static-libs"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/

2016-12-28 Thread Sebastien Fabbro
commit: da65e2840bc5e2d960a6bc7e87a9cdfbc5e3da75
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Dec 28 23:22:07 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Dec 28 23:44:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da65e284

sci-astronomy/erfa: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-astronomy/erfa/Manifest  |  3 +--
 sci-astronomy/erfa/erfa-1.0.1.ebuild | 16 
 sci-astronomy/erfa/erfa-1.1.0.ebuild | 16 
 sci-astronomy/erfa/erfa-1.3.0.ebuild | 31 +++
 4 files changed, 32 insertions(+), 34 deletions(-)

diff --git a/sci-astronomy/erfa/Manifest b/sci-astronomy/erfa/Manifest
index 07d6be9..e430542 100644
--- a/sci-astronomy/erfa/Manifest
+++ b/sci-astronomy/erfa/Manifest
@@ -1,3 +1,2 @@
-DIST erfa-1.0.1.tar.gz 579757 SHA256 
c60b763fefe7158e7cf55f4290d78c93566a6a536f8296e7d54f4c7ad7fc96da SHA512 
0c34610b459de33e1bcec36f109bf60377f39821c15171bf73991b320306cf4651c6a0dd6048054369c272b6c87af1d580caf02a84f215ecac5a9dcdc7cf6756
 WHIRLPOOL 
3fc3ac65e205623304ceac16f29eef0f7b239946007cec01327b376f8cbf2536911d796d85f8751512e009973dc4dea2eea52c4b89c23efe9a650514fdd901ae
-DIST erfa-1.1.0.tar.gz 608220 SHA256 
7196d26e89d00d2eb0848ed4816fd634e2efd8cfac31ccaa4519c95466ac6669 SHA512 
06501682f2b2b66bc0f535fe35719c37aa9c36411089a3f4114e8d4574c3418078c4278a88735a7d49039d5b0bc997e81a1e860d0bf5a1bc813904810a2d2ab1
 WHIRLPOOL 
73946c9955c4bcfe991668cc44ca5a435449a08587d6fcb75e901521dbc4a6d9a328417d46df05eef95d931731cb6b9e4297c7bebc03edf7bcc40c4a53bd75d9
 DIST erfa-1.2.0.tar.gz 305668 SHA256 
efa60520bdad4c9df246d0bc4df8bf6bd9d01be1c5742540940996cf98ff783f SHA512 
ead7a44b69048242cba34b0ab419eb97a1bcce6930d5834f5f00c8cae4cb331ee068cece08e51f918f7bd8eaaeada054006377876db01f7b7b4e86c26f17d311
 WHIRLPOOL 
d360ec5d8f7d5db9c2706e82a04f62bba4fb120e0addb0b1522db30772572ebe3109ae62d12b869e323808ffeb176accab79c81fd27c94b3ec227cf2aa1b759d
+DIST erfa-1.3.0.tar.gz 640176 SHA256 
b3e709206fbd65aa32de06fd690c5a886b97274eecc84ba9711a5a50efba7c92 SHA512 
c8dc110e2d581d7de79d0406fb5873201a795e1d7ce8dcf642125082d78d1cb00dd3fe44b76e1b7249014314abd840ad24615ad9d13cd447505af2271c1f31bd
 WHIRLPOOL 
7bd98cfb7ee9de832976b4571c50f40354198899a95546034f494a1cc510e4893239cc47bc968e6c7248a3ee353c2c7698d41614c0432df0c6e2ffe9af7f9f7d

diff --git a/sci-astronomy/erfa/erfa-1.0.1.ebuild 
b/sci-astronomy/erfa/erfa-1.0.1.ebuild
deleted file mode 100644
index e54998e..
--- a/sci-astronomy/erfa/erfa-1.0.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Essential Routines for Fundamental Astronomy"
-HOMEPAGE="https://github.com/liberfa/erfa;
-SRC_URI="https://github.com/liberfa/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"

diff --git a/sci-astronomy/erfa/erfa-1.1.0.ebuild 
b/sci-astronomy/erfa/erfa-1.1.0.ebuild
deleted file mode 100644
index 8952703..
--- a/sci-astronomy/erfa/erfa-1.1.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Essential Routines for Fundamental Astronomy"
-HOMEPAGE="https://github.com/liberfa/erfa;
-SRC_URI="https://github.com/liberfa/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"

diff --git a/sci-astronomy/erfa/erfa-1.3.0.ebuild 
b/sci-astronomy/erfa/erfa-1.3.0.ebuild
new file mode 100644
index ..5c8ac5e
--- /dev/null
+++ b/sci-astronomy/erfa/erfa-1.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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 ~amd64-linux ~x86-linux"
+
+IUSE="static-libs"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/

2016-12-21 Thread Tobias Klausmann
commit: e1ae2bf9ea70baeebc6b672cd594a5f02cf9651f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Dec 21 12:39:56 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Dec 21 12:39:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ae2bf9

sci-astronomy/erfa-1.2.0-r0: stable on amd64

Gentoo-Bug: 599852

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

diff --git a/sci-astronomy/erfa/erfa-1.2.0.ebuild 
b/sci-astronomy/erfa/erfa-1.2.0.ebuild
index 8cb250c..cffb9f9 100644
--- a/sci-astronomy/erfa/erfa-1.2.0.ebuild
+++ b/sci-astronomy/erfa/erfa-1.2.0.ebuild
@@ -14,5 +14,5 @@ 
SRC_URI="https://github.com/liberfa/erfa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/

2015-08-15 Thread Justin Lecher
commit: 27e7237ae52b2bd373e388fa83002c446a087a45
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sat Aug 15 13:42:18 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sat Aug 15 14:41:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e7237a

sci-astronomy/erfa: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 sci-astronomy/erfa/Manifest  |  1 +
 sci-astronomy/erfa/erfa-1.2.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/sci-astronomy/erfa/Manifest b/sci-astronomy/erfa/Manifest
index ccbbdfc..07d6be9 100644
--- a/sci-astronomy/erfa/Manifest
+++ b/sci-astronomy/erfa/Manifest
@@ -1,2 +1,3 @@
 DIST erfa-1.0.1.tar.gz 579757 SHA256 
c60b763fefe7158e7cf55f4290d78c93566a6a536f8296e7d54f4c7ad7fc96da SHA512 
0c34610b459de33e1bcec36f109bf60377f39821c15171bf73991b320306cf4651c6a0dd6048054369c272b6c87af1d580caf02a84f215ecac5a9dcdc7cf6756
 WHIRLPOOL 
3fc3ac65e205623304ceac16f29eef0f7b239946007cec01327b376f8cbf2536911d796d85f8751512e009973dc4dea2eea52c4b89c23efe9a650514fdd901ae
 DIST erfa-1.1.0.tar.gz 608220 SHA256 
7196d26e89d00d2eb0848ed4816fd634e2efd8cfac31ccaa4519c95466ac6669 SHA512 
06501682f2b2b66bc0f535fe35719c37aa9c36411089a3f4114e8d4574c3418078c4278a88735a7d49039d5b0bc997e81a1e860d0bf5a1bc813904810a2d2ab1
 WHIRLPOOL 
73946c9955c4bcfe991668cc44ca5a435449a08587d6fcb75e901521dbc4a6d9a328417d46df05eef95d931731cb6b9e4297c7bebc03edf7bcc40c4a53bd75d9
+DIST erfa-1.2.0.tar.gz 305668 SHA256 
efa60520bdad4c9df246d0bc4df8bf6bd9d01be1c5742540940996cf98ff783f SHA512 
ead7a44b69048242cba34b0ab419eb97a1bcce6930d5834f5f00c8cae4cb331ee068cece08e51f918f7bd8eaaeada054006377876db01f7b7b4e86c26f17d311
 WHIRLPOOL 
d360ec5d8f7d5db9c2706e82a04f62bba4fb120e0addb0b1522db30772572ebe3109ae62d12b869e323808ffeb176accab79c81fd27c94b3ec227cf2aa1b759d

diff --git a/sci-astronomy/erfa/erfa-1.2.0.ebuild 
b/sci-astronomy/erfa/erfa-1.2.0.ebuild
new file mode 100644
index 000..8cb250c
--- /dev/null
+++ b/sci-astronomy/erfa/erfa-1.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
+
+DESCRIPTION=Essential Routines for Fundamental Astronomy
+HOMEPAGE=https://github.com/liberfa/erfa;
+SRC_URI=https://github.com/liberfa/erfa/archive/v${PV}.tar.gz - ${P}.tar.gz
+
+LICENSE=BSD
+SLOT=0/1
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=static-libs