Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rawdog/
Date: Sun, 08 Apr 2018 22:42:32
Message-Id: 1523227315.b0c07a4f817507fc1ca292a9507ad27dc97a9a65.monsieurp@gentoo
1 commit: b0c07a4f817507fc1ca292a9507ad27dc97a9a65
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 16:51:10 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 22:41:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c07a4f
7
8 net-news/rawdog: remove old.
9
10 net-news/rawdog/rawdog-2.22.ebuild | 24 ------------------------
11 1 file changed, 24 deletions(-)
12
13 diff --git a/net-news/rawdog/rawdog-2.22.ebuild b/net-news/rawdog/rawdog-2.22.ebuild
14 deleted file mode 100644
15 index e365d333383..00000000000
16 --- a/net-news/rawdog/rawdog-2.22.ebuild
17 +++ /dev/null
18 @@ -1,24 +0,0 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=5
23 -PYTHON_COMPAT=( python2_7 pypy )
24 -
25 -inherit distutils-r1
26 -
27 -DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur"
28 -HOMEPAGE="http://offog.org/code/rawdog.html https://pypi.python.org/pypi/rawdog"
29 -SRC_URI="http://offog.org/files/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
34 -IUSE=""
35 -
36 -DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
37 -RDEPEND="${DEPEND}"
38 -
39 -python_test() {
40 - # pypy fails half way through; meh
41 - ./test-rawdog || die "Test run aborted"
42 -}