* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2016-05-21 17:51 Pacho Ramos
0 siblings, 0 replies; 17+ messages in thread
From: Pacho Ramos @ 2016-05-21 17:51 UTC (permalink / raw
To: gentoo-commits
commit: fb8d38030ec3954218183d911f186d01f3c2c59c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 15:56:49 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 17:51:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8d3803
app-misc/astrolog-ephemeris: Cleanup due to #343769
Package-Manager: portage-2.3.0_rc1
app-misc/astrolog-ephemeris/metadata.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/app-misc/astrolog-ephemeris/metadata.xml b/app-misc/astrolog-ephemeris/metadata.xml
index b1ca808..0c6991d 100644
--- a/app-misc/astrolog-ephemeris/metadata.xml
+++ b/app-misc/astrolog-ephemeris/metadata.xml
@@ -1,15 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>george@gentoo.org</email>
- <name>George Shapovalov</name>
- <description>
- I'll be taking care of it. But since we need to have a herd in metadata
- I've put sci there, as it seems the most related one.
- </description>
-</maintainer>
-
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2019-10-16 10:18 David Seifert
0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2019-10-16 10:18 UTC (permalink / raw
To: gentoo-commits
commit: 469ed2c8bf70ae5325226b39feb14ded49a5dded
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 10:18:07 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 10:18:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469ed2c8
app-misc/astrolog-ephemeris: Port to EAPI 7
Closes: https://bugs.gentoo.org/697396
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild
index 0e79b4d1390..269fbde6ea4 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="ephemeris files for optional extended accuracy of astrolog's calculations"
HOMEPAGE="http://www.astrolog.org/astrolog.htm"
@@ -16,10 +16,9 @@ IUSE=""
S="${WORKDIR}"
RDEPEND="app-misc/astrolog"
-DEPEND="${RDEPEND}
- app-arch/unzip"
+BDEPEND="app-arch/unzip"
src_install() {
- dodir /usr/share/astrolog
- cp * "${D}"/usr/share/astrolog || die "cp failed"
+ insinto /usr/share/astrolog
+ doins -r .
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2022-07-15 9:09 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-07-15 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 74f95448e3da0f5238b30915b7001ad748f7e113
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 09:09:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 09:09:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f95448
app-misc/astrolog-ephemeris: add bump w/ note for app-misc/astrolog
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
index 7e24bdd3e783..81685ae072d3 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+# Please bump with app-misc/astrolog
+
DESCRIPTION="ephemeris files for optional extended accuracy of astrolog's calculations"
HOMEPAGE="https://www.astrolog.org/astrolog.htm"
SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2022-07-15 10:13 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2022-07-15 10:13 UTC (permalink / raw
To: gentoo-commits
commit: b9814ed73538e9e0b44cb1541cd02ad4c3fdc7af
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 10:12:51 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 10:12:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9814ed7
app-misc/astrolog-ephemeris: Stabilize 7.40 x86, #858173
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
index 81685ae072d3..dd6371ebaf15 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip"
LICENSE="astrolog"
SLOT="0"
# works fine on x86 - runs probably on other architectures, too
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
IUSE=""
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2022-07-15 11:08 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2022-07-15 11:08 UTC (permalink / raw
To: gentoo-commits
commit: 14e19572b02f7c656733d6e36be1ef3a70dc36b2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 11:08:35 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 11:08:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e19572
app-misc/astrolog-ephemeris: Stabilize 7.40 ppc64, #858173
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
index dd6371ebaf15..ac55042311be 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip"
LICENSE="astrolog"
SLOT="0"
# works fine on x86 - runs probably on other architectures, too
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc ppc64 x86"
IUSE=""
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2022-07-15 12:14 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-07-15 12:14 UTC (permalink / raw
To: gentoo-commits
commit: 61fd39dffad5798fb74cba2b822e3556cd6b39a7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 12:13:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 12:14:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fd39df
app-misc/astrolog-ephemeris: Stabilize 7.40 amd64, #858173
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
index ac55042311be..dd07905705fc 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip"
LICENSE="astrolog"
SLOT="0"
# works fine on x86 - runs probably on other architectures, too
-KEYWORDS="~amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
IUSE=""
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2022-07-16 8:57 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2022-07-16 8:57 UTC (permalink / raw
To: gentoo-commits
commit: 65af4b22fd1451cf73077ef0872ec1fb26c26d5f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 08:57:24 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 08:57:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65af4b22
app-misc/astrolog-ephemeris: ppc stable wrt bug #858173
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
index dd07905705fc..e07bb6f43c66 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip"
LICENSE="astrolog"
SLOT="0"
# works fine on x86 - runs probably on other architectures, too
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2023-08-19 12:51 Joonas Niilola
0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2023-08-19 12:51 UTC (permalink / raw
To: gentoo-commits
commit: eacf110fb0b441e8f14370fedfb394133b1a4166
Author: Brahmajit Das <brahmajit.xyz <AT> gmail <DOT> com>
AuthorDate: Tue Aug 8 05:57:28 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 12:51:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacf110f
app-misc/astrolog-ephemeris: add 7.60
Signed-off-by: Brahmajit Das <brahmajit.xyz <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32155
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../astrolog-ephemeris-7.60.ebuild | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild
new file mode 100644
index 000000000000..a980fc67fd2a
--- /dev/null
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Please bump with app-misc/astrolog
+
+DESCRIPTION="ephemeris files for optional extended accuracy of astrolog's calculations"
+HOMEPAGE="https://www.astrolog.org/astrolog.htm"
+SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip"
+
+LICENSE="astrolog"
+SLOT="0"
+# works fine on x86 - runs probably on other architectures, too
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+S="${WORKDIR}"
+
+RDEPEND="app-misc/astrolog"
+BDEPEND="app-arch/unzip"
+
+src_install() {
+ insinto /usr/share/astrolog
+ doins -r .
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2023-12-16 20:56 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-12-16 20:56 UTC (permalink / raw
To: gentoo-commits
commit: 6477fca1d082a32c338b70f7ce53c7fc78dc6620
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 20:56:12 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 20:56:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6477fca1
app-misc/astrolog-ephemeris: Stabilize 7.60 ppc64, #920121
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild
index 663404297d84..317fe315480e 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip"
LICENSE="astrolog"
SLOT="0"
# works fine on x86 - runs probably on other architectures, too
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
IUSE=""
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2023-12-18 9:01 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2023-12-18 9:01 UTC (permalink / raw
To: gentoo-commits
commit: 2b54a46dd8f8763bd059134811bd1cebddbbb171
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 09:00:49 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 09:00:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b54a46d
app-misc/astrolog-ephemeris: Stabilize 7.60 ppc, #920121
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild
index 317fe315480e..7607c3dc0176 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip"
LICENSE="astrolog"
SLOT="0"
# works fine on x86 - runs probably on other architectures, too
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2024-09-03 16:56 Petr Vaněk
0 siblings, 0 replies; 17+ messages in thread
From: Petr Vaněk @ 2024-09-03 16:56 UTC (permalink / raw
To: gentoo-commits
commit: e44f26342f299c0d35ad3c2b3a363a674441fd4c
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 16:18:19 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Sep 3 16:43:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44f2634
app-misc/astrolog-ephemeris: drop 5.40, 7.40
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../astrolog-ephemeris-5.40.ebuild | 24 --------------------
.../astrolog-ephemeris-7.40.ebuild | 26 ----------------------
2 files changed, 50 deletions(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild
deleted file mode 100644
index 269fbde6ea43..000000000000
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="ephemeris files for optional extended accuracy of astrolog's calculations"
-HOMEPAGE="http://www.astrolog.org/astrolog.htm"
-SRC_URI="http://www.astrolog.org/ftp/ephem/ephemall.zip"
-
-LICENSE="astrolog"
-SLOT="0"
-# works fine on x86 - runs probably on other architectures, too
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-RDEPEND="app-misc/astrolog"
-BDEPEND="app-arch/unzip"
-
-src_install() {
- insinto /usr/share/astrolog
- doins -r .
-}
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
deleted file mode 100644
index e07bb6f43c66..000000000000
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Please bump with app-misc/astrolog
-
-DESCRIPTION="ephemeris files for optional extended accuracy of astrolog's calculations"
-HOMEPAGE="https://www.astrolog.org/astrolog.htm"
-SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip"
-
-LICENSE="astrolog"
-SLOT="0"
-# works fine on x86 - runs probably on other architectures, too
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-RDEPEND="app-misc/astrolog"
-BDEPEND="app-arch/unzip"
-
-src_install() {
- insinto /usr/share/astrolog
- doins -r .
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2024-09-03 16:56 Petr Vaněk
0 siblings, 0 replies; 17+ messages in thread
From: Petr Vaněk @ 2024-09-03 16:56 UTC (permalink / raw
To: gentoo-commits
commit: 0e658c56685950d5f75f8b8e85c225926d2c1952
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 16:17:52 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Sep 3 16:43:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e658c56
app-misc/astrolog-ephemeris: add 20230414
- switch to a different versioning scheme which is more appropriate to
ephemeris files
- switch from old less accurate Placalc ephemeris files to Swiss
Ephemeris files, which are searched by app-misc/astrolog by default.
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-misc/astrolog-ephemeris/Manifest | 1 +
.../astrolog-ephemeris-20230414.ebuild | 34 ++++++++++++++++++++++
app-misc/astrolog-ephemeris/metadata.xml | 9 +++---
3 files changed, 40 insertions(+), 4 deletions(-)
diff --git a/app-misc/astrolog-ephemeris/Manifest b/app-misc/astrolog-ephemeris/Manifest
index 5ed2adfca4d3..fa28ff836eee 100644
--- a/app-misc/astrolog-ephemeris/Manifest
+++ b/app-misc/astrolog-ephemeris/Manifest
@@ -1 +1,2 @@
+DIST astrolog-ephemeris-20230414.zip 34586270 BLAKE2B 301cd558cf50fbea242b41388b6f04372f8d1af0dd899dc40731b3a2ac8771c5ef08a4cbb987c6b4ef6f29613b5fe4d5933601808b18f2d266dee36f17bfea36 SHA512 a058a81815c13e31cb03c22408238fe7582cd5b5b548ef9562a60fa89e37b2de2c16d729fd3e78311c9a822169e9d93987599f658ca7b6b1f536c2a0ba76307c
DIST ephemall.zip 4604012 BLAKE2B 0caee003272734a71a3f2d10871e1c034c9e9039f5cb0f09ed19d85122ba875794933d53624d6a379838a7f2c33728c2da9aaadbd91887fea018ecfc1c786557 SHA512 e7822cecb87466987107e84aae64d292dad31de9d2c268886869a37ea9e99bf81b2a530129c0f6538c6b55ad46b185e16ee0c5b0d8858acfe189f19e2595c6da
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
new file mode 100644
index 000000000000..f840301c959c
--- /dev/null
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# This archive is most probably created from files from following repository
+# https://github.com/aloistr/swisseph/tree/master/ephe
+#
+# The version represents archive creation date.
+#
+# Upstream calls them Swiss Ephemeris files and Astrolog version 7.70 (most
+# recent version in time of writing this comment) tries to search them by
+# default.
+
+DESCRIPTION="ephemeris files for optional extended accuracy of astrolog's calculations"
+HOMEPAGE="https://www.astrolog.org/astrolog.htm"
+SRC_URI="
+ https://www.astrolog.org/ftp/ephem/astephem.zip
+ -> ${P}.zip
+"
+
+S="${WORKDIR}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="app-misc/astrolog"
+BDEPEND="app-arch/unzip"
+
+src_install() {
+ insinto /usr/share/astrolog
+ doins -r .
+}
diff --git a/app-misc/astrolog-ephemeris/metadata.xml b/app-misc/astrolog-ephemeris/metadata.xml
index 062170537b8f..f5ac3a0ecaf3 100644
--- a/app-misc/astrolog-ephemeris/metadata.xml
+++ b/app-misc/astrolog-ephemeris/metadata.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
-</maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2024-10-30 11:07 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-10-30 11:07 UTC (permalink / raw
To: gentoo-commits
commit: 207e8f9c14919896259690e9d462ead9e2491d33
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 11:07:10 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 11:07:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207e8f9c
app-misc/astrolog-ephemeris: Stabilize 20230414 x86, #940735
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
index f840301c959c..8c0e93725348 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}"
LICENSE="AGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
RDEPEND="app-misc/astrolog"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2024-10-30 11:07 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-10-30 11:07 UTC (permalink / raw
To: gentoo-commits
commit: cd8a4b46889ab487ec28b6c671c4c13496217303
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 11:07:12 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 11:07:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8a4b46
app-misc/astrolog-ephemeris: Stabilize 20230414 amd64, #940735
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
index 8c0e93725348..128dd2992a9d 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}"
LICENSE="AGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
RDEPEND="app-misc/astrolog"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2024-10-30 14:41 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-10-30 14:41 UTC (permalink / raw
To: gentoo-commits
commit: da00b2a80b2304b31a7fafae29bc399afbe4eec3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 14:41:11 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 14:41:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da00b2a8
app-misc/astrolog-ephemeris: Stabilize 20230414 ppc, #940735
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
index 128dd2992a9d..f67819c1c8bc 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}"
LICENSE="AGPL-3"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
RDEPEND="app-misc/astrolog"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2024-10-30 14:41 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-10-30 14:41 UTC (permalink / raw
To: gentoo-commits
commit: 82f6f48e6a4a844c15fe20574bd5634fb907787a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 14:41:13 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 14:41:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f6f48e
app-misc/astrolog-ephemeris: Stabilize 20230414 ppc64, #940735
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
index f67819c1c8bc..ce61f4fa3629 100644
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-20230414.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}"
LICENSE="AGPL-3"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
RDEPEND="app-misc/astrolog"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/
@ 2024-10-31 8:47 Petr Vaněk
0 siblings, 0 replies; 17+ messages in thread
From: Petr Vaněk @ 2024-10-31 8:47 UTC (permalink / raw
To: gentoo-commits
commit: f56e8a5c3dd675c819f02ad6c8bfcdd7b6de4e6d
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 08:44:30 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 08:47:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56e8a5c
app-misc/astrolog-ephemeris: drop 7.60
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-misc/astrolog-ephemeris/Manifest | 1 -
.../astrolog-ephemeris-7.60.ebuild | 26 ----------------------
2 files changed, 27 deletions(-)
diff --git a/app-misc/astrolog-ephemeris/Manifest b/app-misc/astrolog-ephemeris/Manifest
index fa28ff836eee..8ee893713f55 100644
--- a/app-misc/astrolog-ephemeris/Manifest
+++ b/app-misc/astrolog-ephemeris/Manifest
@@ -1,2 +1 @@
DIST astrolog-ephemeris-20230414.zip 34586270 BLAKE2B 301cd558cf50fbea242b41388b6f04372f8d1af0dd899dc40731b3a2ac8771c5ef08a4cbb987c6b4ef6f29613b5fe4d5933601808b18f2d266dee36f17bfea36 SHA512 a058a81815c13e31cb03c22408238fe7582cd5b5b548ef9562a60fa89e37b2de2c16d729fd3e78311c9a822169e9d93987599f658ca7b6b1f536c2a0ba76307c
-DIST ephemall.zip 4604012 BLAKE2B 0caee003272734a71a3f2d10871e1c034c9e9039f5cb0f09ed19d85122ba875794933d53624d6a379838a7f2c33728c2da9aaadbd91887fea018ecfc1c786557 SHA512 e7822cecb87466987107e84aae64d292dad31de9d2c268886869a37ea9e99bf81b2a530129c0f6538c6b55ad46b185e16ee0c5b0d8858acfe189f19e2595c6da
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild
deleted file mode 100644
index 7607c3dc0176..000000000000
--- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Please bump with app-misc/astrolog
-
-DESCRIPTION="ephemeris files for optional extended accuracy of astrolog's calculations"
-HOMEPAGE="https://www.astrolog.org/astrolog.htm"
-SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip"
-
-LICENSE="astrolog"
-SLOT="0"
-# works fine on x86 - runs probably on other architectures, too
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-RDEPEND="app-misc/astrolog"
-BDEPEND="app-arch/unzip"
-
-src_install() {
- insinto /usr/share/astrolog
- doins -r .
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2024-10-31 8:47 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-16 20:56 [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog-ephemeris/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 8:47 Petr Vaněk
2024-10-30 14:41 Sam James
2024-10-30 14:41 Sam James
2024-10-30 11:07 Sam James
2024-10-30 11:07 Sam James
2024-09-03 16:56 Petr Vaněk
2024-09-03 16:56 Petr Vaněk
2023-12-18 9:01 Arthur Zamarin
2023-08-19 12:51 Joonas Niilola
2022-07-16 8:57 Agostino Sarubbo
2022-07-15 12:14 Sam James
2022-07-15 11:08 Arthur Zamarin
2022-07-15 10:13 Arthur Zamarin
2022-07-15 9:09 Sam James
2019-10-16 10:18 David Seifert
2016-05-21 17:51 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox