diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-03 18:18:19 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-03 18:43:35 +0200 |
commit | e44f26342f299c0d35ad3c2b3a363a674441fd4c (patch) | |
tree | 690c27268c0cc34a83f24552c002cf378e22ef35 /app-misc | |
parent | app-misc/astrolog-ephemeris: add 20230414 (diff) | |
download | gentoo-e44f26342f299c0d35ad3c2b3a363a674441fd4c.tar.gz gentoo-e44f26342f299c0d35ad3c2b3a363a674441fd4c.tar.bz2 gentoo-e44f26342f299c0d35ad3c2b3a363a674441fd4c.zip |
app-misc/astrolog-ephemeris: drop 5.40, 7.40
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild | 24 | ||||
-rw-r--r-- | app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild | 26 |
2 files changed, 0 insertions, 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 . -} |