diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-10-31 09:44:30 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-10-31 09:47:01 +0100 |
commit | f56e8a5c3dd675c819f02ad6c8bfcdd7b6de4e6d (patch) | |
tree | 34f026c4a43377c06beaa1a5565f5c5dc81acbe0 /app-misc/astrolog-ephemeris | |
parent | app-admin/hcloud: add upstream tests (diff) | |
download | gentoo-f56e8a5c3dd675c819f02ad6c8bfcdd7b6de4e6d.tar.gz gentoo-f56e8a5c3dd675c819f02ad6c8bfcdd7b6de4e6d.tar.bz2 gentoo-f56e8a5c3dd675c819f02ad6c8bfcdd7b6de4e6d.zip |
app-misc/astrolog-ephemeris: drop 7.60
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-misc/astrolog-ephemeris')
-rw-r--r-- | app-misc/astrolog-ephemeris/Manifest | 1 | ||||
-rw-r--r-- | app-misc/astrolog-ephemeris/astrolog-ephemeris-7.60.ebuild | 26 |
2 files changed, 0 insertions, 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 . -} |