* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/
@ 2020-04-29 9:33 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2020-04-29 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 58e90c3e9ee72d85ccf19a411f45a74123719406
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 09:01:53 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 09:32:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e90c3e
dev-perl/Astro-FITS-Header: -r bump for EAPI7
- EAPI7
- Correct LICENSE "GPL3 or Later"
- Parallel Tests
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
| 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
--git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild
new file mode 100644
index 00000000000..ca67050ef0d
--- /dev/null
+++ b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TJENNESS
+DIST_VERSION=3.07
+inherit perl-module
+
+DESCRIPTION="Interface to FITS headers"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+ dev-perl/Module-Build
+"
+BDEPEND="
+ dev-perl/Module-Build
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/
@ 2020-08-21 10:08 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2020-08-21 10:08 UTC (permalink / raw
To: gentoo-commits
commit: b840f9181abc1923f04b64ce82a139dd2b2feaf2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 09:56:11 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 09:56:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b840f918
dev-perl/Astro-FITS-Header: Stabilize 3.70.0-r1 arm, #738212
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild
index ca67050ef0d..e5311a9abe4 100644
--- a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild
+++ b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Interface to FITS headers"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/
@ 2020-10-03 5:23 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2020-10-03 5:23 UTC (permalink / raw
To: gentoo-commits
commit: 4640eb624f5b5d94f889f7f6ef61d2bd4be03115
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 05:05:51 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 05:22:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4640eb62
dev-perl/Astro-FITS-Header: Cleanup old 3.70.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
| 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0.ebuild
deleted file mode 100644
index c6b421441bf..00000000000
--- a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TJENNESS
-MODULE_VERSION=3.07
-inherit perl-module
-
-DESCRIPTION="Interface to FITS headers"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ~mips ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
-"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/
@ 2021-04-17 22:43 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-04-17 22:43 UTC (permalink / raw
To: gentoo-commits
commit: ba81b612a506a5d3b02a44c5f121f474bc7b281a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 22:28:31 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 22:43:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba81b612
dev-perl/Astro-FITS-Header: Version bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
| 23 ++++++++++++++++++++++
| 1 +
2 files changed, 24 insertions(+)
--git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild
new file mode 100644
index 00000000000..0ab31107cf3
--- /dev/null
+++ b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GSB
+DIST_VERSION=3.08
+inherit perl-module
+
+DESCRIPTION="Interface to FITS headers"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ >=dev-perl/Module-Build-0.300.0
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
--git a/dev-perl/Astro-FITS-Header/Manifest b/dev-perl/Astro-FITS-Header/Manifest
index a9e72609a8f..d92cd7b0b0d 100644
--- a/dev-perl/Astro-FITS-Header/Manifest
+++ b/dev-perl/Astro-FITS-Header/Manifest
@@ -1 +1,2 @@
DIST Astro-FITS-Header-3.07.tar.gz 105979 BLAKE2B 0193f6691aae31134e2537c328a0aaef501b1ac4289df2aa825f28e01ade37338d34ae3979f0d71c1d6706e5cd567cc158a5560b4002bdb8baf192109ca64fca SHA512 21b72ca2727fd77c6da01407ab97ac1bc3bfb4f6864d7a4728fa3f9cbad07b64ca20445bc8daf6c34a3523ab16a2b688cf99936157a41f36147b39f05a6c1f90
+DIST Astro-FITS-Header-3.08.tar.gz 116038 BLAKE2B 1b8b96e7a352634083322746970cf60855b81ec811fe82eddfd7b49bd037f660a292d9656bdfffc89b19370424ca1e8f343d7ab4a7c2c0dd8c457b0eab0ccd7b SHA512 c94a9da46212a2db95c1ce32da2609869bc85687c236919791c16b06f1787311ee3ac3323baece790c04d56818754c6f487b15c20487ded9ebe61bf97cc11c29
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/
@ 2021-08-02 3:22 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-08-02 3:22 UTC (permalink / raw
To: gentoo-commits
commit: d34ea1682a583985e4ea5da7590d216d1f116f4c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 03:20:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 03:20:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34ea168
dev-perl/Astro-FITS-Header: Stabilize 3.80.0 amd64, #805806
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild
index 6483e836f47..aaf0c622db4 100644
--- a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild
+++ b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Interface to FITS headers"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~mips ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/
@ 2021-08-03 11:05 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-08-03 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 8ffd9048d29c765c1ef88ca0393655971c8f97df
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 11:04:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 11:04:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffd9048
dev-perl/Astro-FITS-Header: Stabilize 3.80.0 arm, #805806
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild
index aaf0c622db4..7fd3c221fba 100644
--- a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild
+++ b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.80.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Interface to FITS headers"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~hppa ~mips ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/
@ 2021-10-08 22:44 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-10-08 22:44 UTC (permalink / raw
To: gentoo-commits
commit: 31bce97fcd24716cd148cab4c9e409de3c0ca059
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 8 22:43:13 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 8 22:44:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bce97f
dev-perl/Astro-FITS-Header: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
| 26 ----------------------
| 1 -
2 files changed, 27 deletions(-)
diff --git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild
deleted file mode 100644
index d97aeb28aef..00000000000
--- a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=TJENNESS
-DIST_VERSION=3.07
-inherit perl-module
-
-DESCRIPTION="Interface to FITS headers"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~mips ppc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-perl/Module-Build
-"
-BDEPEND="
- dev-perl/Module-Build
- test? (
- virtual/perl-Test-Simple
- )
-"
--git a/dev-perl/Astro-FITS-Header/Manifest b/dev-perl/Astro-FITS-Header/Manifest
index d92cd7b0b0d..f34b71a973c 100644
--- a/dev-perl/Astro-FITS-Header/Manifest
+++ b/dev-perl/Astro-FITS-Header/Manifest
@@ -1,2 +1 @@
-DIST Astro-FITS-Header-3.07.tar.gz 105979 BLAKE2B 0193f6691aae31134e2537c328a0aaef501b1ac4289df2aa825f28e01ade37338d34ae3979f0d71c1d6706e5cd567cc158a5560b4002bdb8baf192109ca64fca SHA512 21b72ca2727fd77c6da01407ab97ac1bc3bfb4f6864d7a4728fa3f9cbad07b64ca20445bc8daf6c34a3523ab16a2b688cf99936157a41f36147b39f05a6c1f90
DIST Astro-FITS-Header-3.08.tar.gz 116038 BLAKE2B 1b8b96e7a352634083322746970cf60855b81ec811fe82eddfd7b49bd037f660a292d9656bdfffc89b19370424ca1e8f343d7ab4a7c2c0dd8c457b0eab0ccd7b SHA512 c94a9da46212a2db95c1ce32da2609869bc85687c236919791c16b06f1787311ee3ac3323baece790c04d56818754c6f487b15c20487ded9ebe61bf97cc11c29
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/
@ 2023-06-22 4:48 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-06-22 4:48 UTC (permalink / raw
To: gentoo-commits
commit: 6b640d3a5ea763bc497604f2b54a2a00d55849b6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 04:19:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 04:19:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b640d3a
dev-perl/Astro-FITS-Header: add 3.90.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 21 +++++++++++++++++++++
| 1 +
2 files changed, 22 insertions(+)
--git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
new file mode 100644
index 000000000000..0152c9257d46
--- /dev/null
+++ b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=GSB
+DIST_VERSION=3.09
+inherit perl-module
+
+DESCRIPTION="Interface to FITS headers"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+ >=dev-perl/Module-Build-0.300.0
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
--git a/dev-perl/Astro-FITS-Header/Manifest b/dev-perl/Astro-FITS-Header/Manifest
index f34b71a973c8..7d5e3b612377 100644
--- a/dev-perl/Astro-FITS-Header/Manifest
+++ b/dev-perl/Astro-FITS-Header/Manifest
@@ -1 +1,2 @@
DIST Astro-FITS-Header-3.08.tar.gz 116038 BLAKE2B 1b8b96e7a352634083322746970cf60855b81ec811fe82eddfd7b49bd037f660a292d9656bdfffc89b19370424ca1e8f343d7ab4a7c2c0dd8c457b0eab0ccd7b SHA512 c94a9da46212a2db95c1ce32da2609869bc85687c236919791c16b06f1787311ee3ac3323baece790c04d56818754c6f487b15c20487ded9ebe61bf97cc11c29
+DIST Astro-FITS-Header-3.09.tar.gz 116093 BLAKE2B b85799862af20d8d639531bb771531abe634b85981c89ff6c849cdf84a5bb1d540f8714872d82f18964ae4d32884ff33f4c5474c4a74263b451e577aba5be42f SHA512 ab02183101b507e5094005c0c633641d26071ca4e3adbc6e362a28ce0ff568745b21e2d5818033185f5c6732592d35843ba20b4d135b525338185c5a7e33d926
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/
@ 2023-07-24 3:59 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-07-24 3:59 UTC (permalink / raw
To: gentoo-commits
commit: 87aeb74172fce8b9272aea62ef545c6b5ea6eb1a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:58:03 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:58:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87aeb741
dev-perl/Astro-FITS-Header: Stabilize 3.90.0 amd64, #910905
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
index 2751a53a94fd..a0297cb4126c 100644
--- a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
+++ b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Interface to FITS headers"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux"
BDEPEND="
>=dev-perl/Module-Build-0.300.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/
@ 2023-07-24 4:16 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-07-24 4:16 UTC (permalink / raw
To: gentoo-commits
commit: 730f26f3aa92992748542ebe65b47fe7f33a528e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 04:15:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 04:15:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730f26f3
dev-perl/Astro-FITS-Header: Stabilize 3.90.0 ppc, #910905
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
index a0297cb4126c..6ed3a1c0b6c6 100644
--- a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
+++ b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Interface to FITS headers"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~hppa ~mips ppc x86 ~amd64-linux ~x86-linux"
BDEPEND="
>=dev-perl/Module-Build-0.300.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-07-24 4:16 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-17 22:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 4:16 Sam James
2023-07-24 3:59 Sam James
2023-06-22 4:48 Sam James
2021-10-08 22:44 Andreas K. Hüttel
2021-08-03 11:05 Sam James
2021-08-02 3:22 Sam James
2020-10-03 5:23 Kent Fredric
2020-08-21 10:08 Sam James
2020-04-29 9:33 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox