Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rawdog/
Date: Sat, 16 Feb 2019 09:28:59
Message-Id: 1550309308.1e042d2a327a0a151e576a9bc147f4018bdcf638.pacho@gentoo
1 commit: 1e042d2a327a0a151e576a9bc147f4018bdcf638
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 09:06:15 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 09:28:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e042d2a
7
8 net-news/rawdog: 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 net-news/rawdog/Manifest | 2 --
14 net-news/rawdog/rawdog-2.19.ebuild | 24 ------------------------
15 net-news/rawdog/rawdog-2.20.ebuild | 24 ------------------------
16 3 files changed, 50 deletions(-)
17
18 diff --git a/net-news/rawdog/Manifest b/net-news/rawdog/Manifest
19 index 9f0573dd11f..c40789f9b65 100644
20 --- a/net-news/rawdog/Manifest
21 +++ b/net-news/rawdog/Manifest
22 @@ -1,3 +1 @@
23 -DIST rawdog-2.19.tar.gz 66231 BLAKE2B 10107098cc645e5f8e701f5131499458e01eab5bc0c2e5f9cd8d4fc390774e6810985369cd12215d49aaa57713d3d34a21270f64ae412deb63a9c627e894dc55 SHA512 4e2ebf51feb98a0ce994218e6f057268846ed3194626877b5bd0b71971b5e79f1482af8dece29dc6be0a2e04728333b4814a73469b60c0970a323177511a5ae6
24 -DIST rawdog-2.20.tar.gz 66933 BLAKE2B 77ac8babe97736c6ed9e7da22de0d8ca494fcbaaddfc5085e995b631399607d34bcfbeeb44c095c2f87f86ee6702fd3b24b538b90c5194b196c9a1477ea7f35a SHA512 83a023f4256cd49242769deef7eaee7ad40f6e61fe97885dd2b311f3e3c9c8a87338a06b1e08a634496bb939d6574795027405decf361f38727efd73dd2ba96b
25 DIST rawdog-2.22.tar.gz 68777 BLAKE2B 192292fdf92df45fee9f468258af4de3b22935e10dd1236b4a3fadc21a09918973c32c76e002b158e19f6aba51881b2c570d158a7ea36e16edcddf16e745915e SHA512 27d4140713b0bc5fd6acf70e0377653266422e74201bb895b622a1abe03607704bf16e83a8135f9b0594b8f9566b84fc969c6f197f26d2e463dc5821fd5816d4
26
27 diff --git a/net-news/rawdog/rawdog-2.19.ebuild b/net-news/rawdog/rawdog-2.19.ebuild
28 deleted file mode 100644
29 index 31d9a0decc6..00000000000
30 --- a/net-news/rawdog/rawdog-2.19.ebuild
31 +++ /dev/null
32 @@ -1,24 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python2_7 pypy )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur"
42 -HOMEPAGE="http://offog.org/code/rawdog.html https://pypi.org/project/rawdog/"
43 -SRC_URI="http://offog.org/files/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="alpha amd64 hppa ia64 ppc ~s390 sparc x86"
48 -IUSE=""
49 -
50 -DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
51 -RDEPEND="${DEPEND}"
52 -
53 -python_test() {
54 - # pypy fails half way through; meh
55 - ./test-rawdog || die "Test run aborted"
56 -}
57
58 diff --git a/net-news/rawdog/rawdog-2.20.ebuild b/net-news/rawdog/rawdog-2.20.ebuild
59 deleted file mode 100644
60 index af3948a646f..00000000000
61 --- a/net-news/rawdog/rawdog-2.20.ebuild
62 +++ /dev/null
63 @@ -1,24 +0,0 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=5
68 -PYTHON_COMPAT=( python2_7 pypy )
69 -
70 -inherit distutils-r1
71 -
72 -DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur"
73 -HOMEPAGE="http://offog.org/code/rawdog.html https://pypi.org/project/rawdog/"
74 -SRC_URI="http://offog.org/files/${P}.tar.gz"
75 -
76 -LICENSE="GPL-2"
77 -SLOT="0"
78 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
79 -IUSE=""
80 -
81 -DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
82 -RDEPEND="${DEPEND}"
83 -
84 -python_test() {
85 - # pypy fails half way through; meh
86 - ./test-rawdog || die "Test run aborted"
87 -}