summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/rawdog')
-rw-r--r--net-news/rawdog/Manifest2
-rw-r--r--net-news/rawdog/rawdog-2.19.ebuild24
-rw-r--r--net-news/rawdog/rawdog-2.20.ebuild24
3 files changed, 0 insertions, 50 deletions
diff --git a/net-news/rawdog/Manifest b/net-news/rawdog/Manifest
index 9f0573dd11f2..c40789f9b65e 100644
--- a/net-news/rawdog/Manifest
+++ b/net-news/rawdog/Manifest
@@ -1,3 +1 @@
-DIST rawdog-2.19.tar.gz 66231 BLAKE2B 10107098cc645e5f8e701f5131499458e01eab5bc0c2e5f9cd8d4fc390774e6810985369cd12215d49aaa57713d3d34a21270f64ae412deb63a9c627e894dc55 SHA512 4e2ebf51feb98a0ce994218e6f057268846ed3194626877b5bd0b71971b5e79f1482af8dece29dc6be0a2e04728333b4814a73469b60c0970a323177511a5ae6
-DIST rawdog-2.20.tar.gz 66933 BLAKE2B 77ac8babe97736c6ed9e7da22de0d8ca494fcbaaddfc5085e995b631399607d34bcfbeeb44c095c2f87f86ee6702fd3b24b538b90c5194b196c9a1477ea7f35a SHA512 83a023f4256cd49242769deef7eaee7ad40f6e61fe97885dd2b311f3e3c9c8a87338a06b1e08a634496bb939d6574795027405decf361f38727efd73dd2ba96b
DIST rawdog-2.22.tar.gz 68777 BLAKE2B 192292fdf92df45fee9f468258af4de3b22935e10dd1236b4a3fadc21a09918973c32c76e002b158e19f6aba51881b2c570d158a7ea36e16edcddf16e745915e SHA512 27d4140713b0bc5fd6acf70e0377653266422e74201bb895b622a1abe03607704bf16e83a8135f9b0594b8f9566b84fc969c6f197f26d2e463dc5821fd5816d4
diff --git a/net-news/rawdog/rawdog-2.19.ebuild b/net-news/rawdog/rawdog-2.19.ebuild
deleted file mode 100644
index 31d9a0decc64..000000000000
--- a/net-news/rawdog/rawdog-2.19.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur"
-HOMEPAGE="http://offog.org/code/rawdog.html https://pypi.org/project/rawdog/"
-SRC_URI="http://offog.org/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~s390 sparc x86"
-IUSE=""
-
-DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_test() {
- # pypy fails half way through; meh
- ./test-rawdog || die "Test run aborted"
-}
diff --git a/net-news/rawdog/rawdog-2.20.ebuild b/net-news/rawdog/rawdog-2.20.ebuild
deleted file mode 100644
index af3948a646f3..000000000000
--- a/net-news/rawdog/rawdog-2.20.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur"
-HOMEPAGE="http://offog.org/code/rawdog.html https://pypi.org/project/rawdog/"
-SRC_URI="http://offog.org/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_test() {
- # pypy fails half way through; meh
- ./test-rawdog || die "Test run aborted"
-}