Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/telarchive/
Date: Sat, 04 Jan 2020 09:27:00
Message-Id: 1578130006.f501adfe80a382ade8ca331cafa1620afc035d30.zlogene@gentoo
1 commit: f501adfe80a382ade8ca331cafa1620afc035d30
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 09:26:46 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 09:26:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f501adfe
7
8 dev-python/telarchive: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/telarchive/Manifest | 1 -
13 dev-python/telarchive/metadata.xml | 18 ------------------
14 dev-python/telarchive/telarchive-1.8.3.ebuild | 22 ----------------------
15 3 files changed, 41 deletions(-)
16
17 diff --git a/dev-python/telarchive/Manifest b/dev-python/telarchive/Manifest
18 deleted file mode 100644
19 index 975fa9bedc5..00000000000
20 --- a/dev-python/telarchive/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST telarchive-1.8.3.tar.gz 79377 BLAKE2B 9f246f7247bd4d72b7a494b35ec92cbd450b64be57a097d66c47e8451d38a7b5a164087d473ea4674400d5bdfe8616547fce493f5286c27267ce21c48230230f SHA512 628937f8556d7197317aaa08b0ed757d92770a0929e77ea30245c1e52a3bf04e425d86c16e4711359634d0156f1d7128780abbead163ed119262fae22e9f35ae
24
25 diff --git a/dev-python/telarchive/metadata.xml b/dev-python/telarchive/metadata.xml
26 deleted file mode 100644
27 index 498822a1f08..00000000000
28 --- a/dev-python/telarchive/metadata.xml
29 +++ /dev/null
30 @@ -1,18 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="project">
35 - <email>sci-astronomy@g.o</email>
36 - <name>Gentoo Astronomy Project</name>
37 - </maintainer>
38 - <longdescription lang="en">
39 - telarchive is a Python command-line program for searching multiple
40 - public telescope archives. It takes the name of an astronomical
41 - object -- or a set of coordinates -- and checks the telescope
42 - archives to see if they have observations within a user-specified
43 - box centered on the object/coordinates.
44 - </longdescription>
45 - <upstream>
46 - <remote-id type="pypi">telarchive</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 diff --git a/dev-python/telarchive/telarchive-1.8.3.ebuild b/dev-python/telarchive/telarchive-1.8.3.ebuild
51 deleted file mode 100644
52 index d42b8b33dbf..00000000000
53 --- a/dev-python/telarchive/telarchive-1.8.3.ebuild
54 +++ /dev/null
55 @@ -1,22 +0,0 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=6
60 -
61 -PYTHON_COMPAT=( python2_7 )
62 -
63 -inherit distutils-r1
64 -
65 -DESCRIPTION="Script for automated searches of astronomical telescope archives"
66 -HOMEPAGE="http://www.mpe.mpg.de/~erwin/code/"
67 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
68 -
69 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
70 -
71 -LICENSE="GPL-2"
72 -SLOT="0"
73 -IUSE=""
74 -
75 -RDEPEND=""
76 -DEPEND="${RDEPEND}
77 - dev-python/setuptools[${PYTHON_USEDEP}]"