summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/rss-notify')
-rw-r--r--net-news/rss-notify/ChangeLog11
-rw-r--r--net-news/rss-notify/Manifest4
-rw-r--r--net-news/rss-notify/metadata.xml5
-rw-r--r--net-news/rss-notify/rss-notify-0.4.ebuild28
4 files changed, 0 insertions, 48 deletions
diff --git a/net-news/rss-notify/ChangeLog b/net-news/rss-notify/ChangeLog
deleted file mode 100644
index 688bcb186..000000000
--- a/net-news/rss-notify/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for net-news/rss-notify
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 29 Apr 2011; Justin Lecher <jlec@gentoo.org> rss-notify-0.4.ebuild:
- Corrected for multiple PyABI installation
-
- 27 Sep 2009; Alexander van der Mey (alexandervdm)
- <alexvandermey@gmail.com> +rss-notify-0.4.ebuild, +metadata.xml:
- New Ebuild for bug #286647
-
diff --git a/net-news/rss-notify/Manifest b/net-news/rss-notify/Manifest
deleted file mode 100644
index 6c3f3a033..000000000
--- a/net-news/rss-notify/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST rss-notify_0.4-0ubuntu0~ppa1~jaunty.tar.gz 49971 RMD160 5033a4786ea3e42716f30fe3d845581de269df4e SHA1 531deceb28e634b7d7290fd1ecec4d870996a174 SHA256 b116e50f605d4eeddadfcf0f5273b2ba580c9d63da3fd378ab96f32f4cc8f8c8
-EBUILD rss-notify-0.4.ebuild 616 RMD160 9abb0580c8b4385f12c2880f2a7e82c5f35328c6 SHA1 17a5b4770655d3cea995b98ff3b36bbece86eb79 SHA256 44310cd54104b9266cb176ae7a4e15fa1d0b21ad37ed2af85af322cacf79ca69
-MISC ChangeLog 384 RMD160 dbded32612695c915fcb2e878a9fdf6479ff3caa SHA1 461bfb95501c320dc6021f4f3a63554cf5a07543 SHA256 b9789c4cfa48776b60a8d4866f2a01b67fc63fec88e92456ad97aea05a734397
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/net-news/rss-notify/metadata.xml b/net-news/rss-notify/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/net-news/rss-notify/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/net-news/rss-notify/rss-notify-0.4.ebuild b/net-news/rss-notify/rss-notify-0.4.ebuild
deleted file mode 100644
index 590c9996e..000000000
--- a/net-news/rss-notify/rss-notify-0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="RSS reader in the style of notify-osd"
-HOMEPAGE="http://launchpad.net/rssn/"
-SRC_URI="http://launchpad.net/rssn/${PV}/${PV}/+download/${PN}_${PV}-0ubuntu0~ppa1~jaunty.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/feedparser
- >=dev-python/gconf-python-2.22.3
- >=dev-python/imaging-1.1.6
- dev-python/notify-python"
-
-PYTHON_MODNAME="${PN/-/_}"