summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-13 06:48:28 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-13 06:48:28 +0200
commit33d2318fee744fa1049e84ccad3aa32a51781cae (patch)
tree288a445ac06d35afd1841f215c2c46602b8afc76 /net-news/rawdog
parentpackage.mask: Remove obsolete mask (diff)
downloadgentoo-33d2318fee744fa1049e84ccad3aa32a51781cae.tar.gz
gentoo-33d2318fee744fa1049e84ccad3aa32a51781cae.tar.bz2
gentoo-33d2318fee744fa1049e84ccad3aa32a51781cae.zip
net-news/rawdog: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-news/rawdog')
-rw-r--r--net-news/rawdog/Manifest1
-rw-r--r--net-news/rawdog/metadata.xml12
-rw-r--r--net-news/rawdog/rawdog-2.22-r1.ebuild24
3 files changed, 0 insertions, 37 deletions
diff --git a/net-news/rawdog/Manifest b/net-news/rawdog/Manifest
deleted file mode 100644
index c40789f9b65e..000000000000
--- a/net-news/rawdog/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rawdog-2.22.tar.gz 68777 BLAKE2B 192292fdf92df45fee9f468258af4de3b22935e10dd1236b4a3fadc21a09918973c32c76e002b158e19f6aba51881b2c570d158a7ea36e16edcddf16e745915e SHA512 27d4140713b0bc5fd6acf70e0377653266422e74201bb895b622a1abe03607704bf16e83a8135f9b0594b8f9566b84fc969c6f197f26d2e463dc5821fd5816d4
diff --git a/net-news/rawdog/metadata.xml b/net-news/rawdog/metadata.xml
deleted file mode 100644
index 72882d23baeb..000000000000
--- a/net-news/rawdog/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
-rawdog is an RSS Aggregator Without Delusions Of Grandeur. Written in Python,
-it uses Mark Pilgrim's feed parser. It runs from cron, collects articles from
-a number of feeds, and generates a static HTML page listing the newest articles
-in date order. It supports per-feed customizable update times, and uses ETags,
-Last-Modified, and gzip compression to minimize network bandwidth usage.
-</longdescription>
-</pkgmetadata>
diff --git a/net-news/rawdog/rawdog-2.22-r1.ebuild b/net-news/rawdog/rawdog-2.22-r1.ebuild
deleted file mode 100644
index f5c057c921f8..000000000000
--- a/net-news/rawdog/rawdog-2.22-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-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"
-
-DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_test() {
- # pypy fails half way through; meh
- ./test-rawdog || die "Test run aborted"
-}