diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-08 18:51:10 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-09 00:41:55 +0200 |
commit | b0c07a4f817507fc1ca292a9507ad27dc97a9a65 (patch) | |
tree | 37fa27f343caba92c991cc9621224e2de3b07ad9 | |
parent | media-gfx/tgif: remove old. (diff) | |
download | gentoo-b0c07a4f817507fc1ca292a9507ad27dc97a9a65.tar.gz gentoo-b0c07a4f817507fc1ca292a9507ad27dc97a9a65.tar.bz2 gentoo-b0c07a4f817507fc1ca292a9507ad27dc97a9a65.zip |
net-news/rawdog: remove old.
-rw-r--r-- | net-news/rawdog/rawdog-2.22.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-news/rawdog/rawdog-2.22.ebuild b/net-news/rawdog/rawdog-2.22.ebuild deleted file mode 100644 index e365d3333838..000000000000 --- a/net-news/rawdog/rawdog-2.22.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.python.org/pypi/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" -} |