]> Pileus Git - ~andy/sunrise/commitdiff
net-news/rss-notify: New Ebuild for bug #286647
authorAlexander van der Mey (alexandervdm) <alexvandermey@gmail.com>
Sun, 27 Sep 2009 10:49:54 +0000 (10:49 +0000)
committerAlexander van der Mey (alexandervdm) <alexvandermey@gmail.com>
Sun, 27 Sep 2009 10:49:54 +0000 (10:49 +0000)
svn path=/sunrise/; revision=9299

net-news/rss-notify/ChangeLog [new file with mode: 0644]
net-news/rss-notify/Manifest [new file with mode: 0644]
net-news/rss-notify/metadata.xml [new file with mode: 0644]
net-news/rss-notify/rss-notify-0.4.ebuild [new file with mode: 0644]

diff --git a/net-news/rss-notify/ChangeLog b/net-news/rss-notify/ChangeLog
new file mode 100644 (file)
index 0000000..8019480
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for net-news/rss-notify
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  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
new file mode 100644 (file)
index 0000000..22c69ac
--- /dev/null
@@ -0,0 +1,4 @@
+DIST rss-notify_0.4-0ubuntu0~ppa1~jaunty.tar.gz 49971 RMD160 5033a4786ea3e42716f30fe3d845581de269df4e SHA1 531deceb28e634b7d7290fd1ecec4d870996a174 SHA256 b116e50f605d4eeddadfcf0f5273b2ba580c9d63da3fd378ab96f32f4cc8f8c8
+EBUILD rss-notify-0.4.ebuild 506 RMD160 2a6590be39c5132b339375d8fdd46d108d185c47 SHA1 fd9eb8b3da6e485bf0f538dcfbee3ebc60bd4f5f SHA256 77f4613b907fb9377c5dc2ce768274fe51e12b021730536751b331188501c026
+MISC ChangeLog 269 RMD160 69818d069e5a66594c50cf7428e816d01ecd326f SHA1 0a497ad588911bf47a6fea81478982ed71200607 SHA256 29e1f7d5dd5dfabe6c977e69a604313f1554544ef46daf3e66c5344c4e6caedb
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-news/rss-notify/metadata.xml b/net-news/rss-notify/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/net-news/rss-notify/rss-notify-0.4.ebuild b/net-news/rss-notify/rss-notify-0.4.ebuild
new file mode 100644 (file)
index 0000000..8e4dff2
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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"