Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyRSS2Gen/
Date: Sun, 27 Jan 2019 12:37:02
Message-Id: 1548592572.559ec665efc761fbdc8c7da6e366d37a2192e520.pacho@gentoo
1 commit: 559ec665efc761fbdc8c7da6e366d37a2192e520
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 12:28:46 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 12:36:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559ec665
7
8 dev-python/PyRSS2Gen: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/PyRSS2Gen/Manifest | 1 -
14 dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild | 16 ----------------
15 2 files changed, 17 deletions(-)
16
17 diff --git a/dev-python/PyRSS2Gen/Manifest b/dev-python/PyRSS2Gen/Manifest
18 index a908a8c40f9..786ad3ff4ce 100644
19 --- a/dev-python/PyRSS2Gen/Manifest
20 +++ b/dev-python/PyRSS2Gen/Manifest
21 @@ -1,2 +1 @@
22 -DIST PyRSS2Gen-1.0.0.tar.gz 8819 BLAKE2B b3278a68189102ccb5024ce6a3abafcea43bfc050ec61cbc1f7771a9c68c57a2dd36e6af236a84f4854cdd1ad2f827ae44542edf03257937bdfd619a1de32472 SHA512 0c8dfeed8cff3b1985e439d60083a16515883b2884310df7ea6af6f2f8cb32a5540373413b27ada0a7c5f56692c9cf61be04818d45030f2f888da33848b5a68c
23 DIST PyRSS2Gen-1.1.tar.gz 9149 BLAKE2B 1f388e8616c79d8b5436f69191d479c529e1348308d69782a833bec714da6289fc459ea2b554a1e660027a25d0581c441a0e75a623add3c42c8c33c5cc8518e1 SHA512 2240686914c87984626eb739676927fcd53488158bdebf589e07e8a778e6d24305964e032581c61836f0fabc1264e42d05c88eac8f4c5f6536c31c775434ce02
24
25 diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild
26 deleted file mode 100644
27 index 929f770ba76..00000000000
28 --- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,16 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python2_7 pypy )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="RSS feed generator written in Python"
40 -HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html https://pypi.org/project/PyRSS2Gen/"
41 -SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""