From f501adfe80a382ade8ca331cafa1620afc035d30 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 4 Jan 2020 12:26:46 +0300 Subject: dev-python/telarchive: remove last-rited pkg Signed-off-by: Mikle Kolyada --- dev-python/telarchive/Manifest | 1 - dev-python/telarchive/metadata.xml | 18 ------------------ dev-python/telarchive/telarchive-1.8.3.ebuild | 22 ---------------------- 3 files changed, 41 deletions(-) delete mode 100644 dev-python/telarchive/Manifest delete mode 100644 dev-python/telarchive/metadata.xml delete mode 100644 dev-python/telarchive/telarchive-1.8.3.ebuild (limited to 'dev-python') diff --git a/dev-python/telarchive/Manifest b/dev-python/telarchive/Manifest deleted file mode 100644 index 975fa9bedc5d..000000000000 --- a/dev-python/telarchive/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST telarchive-1.8.3.tar.gz 79377 BLAKE2B 9f246f7247bd4d72b7a494b35ec92cbd450b64be57a097d66c47e8451d38a7b5a164087d473ea4674400d5bdfe8616547fce493f5286c27267ce21c48230230f SHA512 628937f8556d7197317aaa08b0ed757d92770a0929e77ea30245c1e52a3bf04e425d86c16e4711359634d0156f1d7128780abbead163ed119262fae22e9f35ae diff --git a/dev-python/telarchive/metadata.xml b/dev-python/telarchive/metadata.xml deleted file mode 100644 index 498822a1f085..000000000000 --- a/dev-python/telarchive/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - - telarchive is a Python command-line program for searching multiple - public telescope archives. It takes the name of an astronomical - object -- or a set of coordinates -- and checks the telescope - archives to see if they have observations within a user-specified - box centered on the object/coordinates. - - - telarchive - - diff --git a/dev-python/telarchive/telarchive-1.8.3.ebuild b/dev-python/telarchive/telarchive-1.8.3.ebuild deleted file mode 100644 index d42b8b33dbfa..000000000000 --- a/dev-python/telarchive/telarchive-1.8.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Script for automated searches of astronomical telescope archives" -HOMEPAGE="http://www.mpe.mpg.de/~erwin/code/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.2.3