summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-03-23 16:51:12 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-03-23 16:51:12 +0000
commit77b04b55d938a739d06aa3f290332ea43c3767ed (patch)
tree524e3c8731c65ffb31d6638ac5e640021deb28c6 /net-www
parentManifest recommit (diff)
downloadgentoo-2-77b04b55d938a739d06aa3f290332ea43c3767ed.tar.gz
gentoo-2-77b04b55d938a739d06aa3f290332ea43c3767ed.tar.bz2
gentoo-2-77b04b55d938a739d06aa3f290332ea43c3767ed.zip
Moved to net-news/rawdog.
Diffstat (limited to 'net-www')
-rw-r--r--net-www/rawdog/ChangeLog11
-rw-r--r--net-www/rawdog/Manifest4
-rw-r--r--net-www/rawdog/files/digest-rawdog-1.121
-rw-r--r--net-www/rawdog/metadata.xml12
-rw-r--r--net-www/rawdog/rawdog-1.12.ebuild22
5 files changed, 0 insertions, 50 deletions
diff --git a/net-www/rawdog/ChangeLog b/net-www/rawdog/ChangeLog
deleted file mode 100644
index a7b14cdc2257..000000000000
--- a/net-www/rawdog/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for net-www/rawdog
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/rawdog/ChangeLog,v 1.3 2004/07/18 14:13:54 aliz Exp $
-
-*rawdog-1.12 (08 Jun 2004)
-
- 08 Jun 2004; Lukasz Strzygowski <lucass@gentoo.org> :
- Initial commit. Closing bug #35673. Thanks for David Dorward.
- Marked testing on all architectures, because it should works
- everywhere where python does.
-
diff --git a/net-www/rawdog/Manifest b/net-www/rawdog/Manifest
deleted file mode 100644
index 79dd80a70a13..000000000000
--- a/net-www/rawdog/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 d8dafdcb4428c1075e8ac07ca2fc9f66 rawdog-1.12.ebuild 650
-MD5 1650cda4aa88d426e6496602720461a7 ChangeLog 443
-MD5 3f7721a5556bc687940f835383cd74c6 metadata.xml 588
-MD5 32e49b8b285e3dff8489cd95a9020220 files/digest-rawdog-1.12 62
diff --git a/net-www/rawdog/files/digest-rawdog-1.12 b/net-www/rawdog/files/digest-rawdog-1.12
deleted file mode 100644
index c46b1189f352..000000000000
--- a/net-www/rawdog/files/digest-rawdog-1.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 364ea2e4c6db60d73965984885c7b8e7 rawdog-1.12.tar.gz 49363
diff --git a/net-www/rawdog/metadata.xml b/net-www/rawdog/metadata.xml
deleted file mode 100644
index e8d7f9d95835..000000000000
--- a/net-www/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>
-<herd>python</herd>
-<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-www/rawdog/rawdog-1.12.ebuild b/net-www/rawdog/rawdog-1.12.ebuild
deleted file mode 100644
index 9cfd142b41f2..000000000000
--- a/net-www/rawdog/rawdog-1.12.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/rawdog/rawdog-1.12.ebuild,v 1.2 2004/06/25 01:11:09 agriffis Exp $
-
-inherit distutils
-
-DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur"
-SRC_URI="http://offog.org/files/${P}.tar.gz"
-HOMEPAGE="http://offog.org/code/rawdog.html"
-KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~s390 ~alpha ~ia64"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-DOCS="NEWS config style.css"
-
-pkg_postinst() {
- distutils_pkg_postinst
- einfo
- einfo "You can find sample config and style.css in /usr/share/doc/${PF}"
- einfo
-}
-