diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:33:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:33:36 +0200 |
commit | 21fc9ff13062b4b343d838667f4062718584b69c (patch) | |
tree | 8cb4042f223b3b6b2be1e56f631f9368ea228362 /app-misc | |
parent | app-misc/openastro: Remove last-rited pkg (diff) | |
download | gentoo-21fc9ff13062b4b343d838667f4062718584b69c.tar.gz gentoo-21fc9ff13062b4b343d838667f4062718584b69c.tar.bz2 gentoo-21fc9ff13062b4b343d838667f4062718584b69c.zip |
app-misc/openastro-data: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718238
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/openastro-data/Manifest | 1 | ||||
-rw-r--r-- | app-misc/openastro-data/metadata.xml | 12 | ||||
-rw-r--r-- | app-misc/openastro-data/openastro-data-1.8.ebuild | 21 |
3 files changed, 0 insertions, 34 deletions
diff --git a/app-misc/openastro-data/Manifest b/app-misc/openastro-data/Manifest deleted file mode 100644 index f465955a2651..000000000000 --- a/app-misc/openastro-data/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST openastro.org-data_1.8.orig.tar.gz 16045562 BLAKE2B a2528faef9827249e01c92e7cfb96565676ed68945bed24a2927c9844fdedda980c9afdc06c4a88765d3aa31a2559fa5cec06381f90c27a244ed16b3f05e8f3a SHA512 79e2fa921b883400e29bcd7be3cf3f791d60ea164e3062b61e95608ec815aa3e8df093712658f71c45b60259ffe41531d32f4b65db5e7f642b63f267e9cce7af diff --git a/app-misc/openastro-data/metadata.xml b/app-misc/openastro-data/metadata.xml deleted file mode 100644 index 225f6c806bf0..000000000000 --- a/app-misc/openastro-data/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <maintainer status="active"> - <email>devel@openastro.org</email> - <name>Pelle van der Scheer</name> - </maintainer> - <bugs-to>https://bugs.launchpad.net/openastro.org</bugs-to> - </upstream> -</pkgmetadata> diff --git a/app-misc/openastro-data/openastro-data-1.8.ebuild b/app-misc/openastro-data/openastro-data-1.8.ebuild deleted file mode 100644 index 376f9c888788..000000000000 --- a/app-misc/openastro-data/openastro-data-1.8.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -MY_PN=${PN/-data} -MY_PN=${MY_PN}.org-data - -DESCRIPTION="OpenAstro data files, ephemeris, famous people database, geo database" -HOMEPAGE="https://www.openastro.org" -SRC_URI="http://ppa.launchpad.net/pellesimon/ubuntu/pool/main/o/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz" -KEYWORDS="~amd64 ~x86" - -LICENSE="GPL-3+" -SLOT="0" - -S=${WORKDIR}/${MY_PN}-${PV} |