Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-rssreader/files: vdr-rssreader-1.6.0-gentoo-rss.diff vdr-rssreader-1.6.0-gentoo.diff
Date: Sun, 30 Mar 2008 13:17:28
Message-Id: E1JfxPa-0004aP-8Y@stork.gentoo.org
1 zzam 08/03/30 13:17:26
2
3 Added: vdr-rssreader-1.6.0-gentoo-rss.diff
4 vdr-rssreader-1.6.0-gentoo.diff
5 Log:
6 Version bumped.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-rssreader/files/vdr-rssreader-1.6.0-gentoo-rss.diff
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-rssreader/files/vdr-rssreader-1.6.0-gentoo-rss.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-rssreader/files/vdr-rssreader-1.6.0-gentoo-rss.diff?rev=1.1&content-type=text/plain
14
15 Index: vdr-rssreader-1.6.0-gentoo-rss.diff
16 ===================================================================
17 diff -Naur rssreader-1.0.1.orig/example/rssreader.conf rssreader-1.0.1/example/rssreader.conf
18 --- rssreader-1.0.1.orig/example/rssreader.conf 2006-11-07 20:13:31.369876894 +0100
19 +++ rssreader-1.0.1/example/rssreader.conf 2006-11-07 20:32:56.172255198 +0100
20 @@ -1,6 +1,9 @@
21 # Configuration file for RssReader plugin (VDR)
22 # "Label" : # Comment
23 # "Title" : "URL"
24 +-- Gentoo : # Label
25 +VDR Project Overlay : http://overlays.gentoo.org/proj/vdr/timeline?changeset=on&wiki=on&max=50&daysback=90&format=rss
26 +Gentoo : http://www.gentoo.org/rdf/en/gentoo-news.rdf
27 -- VDR : # Label
28 VDR Announcements : http://www.linuxtv.fi/extras/vdr_announce_rss.php?num=10
29 Linuxtv.fi foorumi : http://www.linuxtv.fi/rss.php
30 @@ -75,4 +75,3 @@
31 LKML Linus Torvalds : http://lkml.org/groupie.php?author=Linus+Torvalds
32 LKML Andrew Morton : http://lkml.org/groupie.php?author=Andrew+Morton
33 LKML Ingo Molnar : http://lkml.org/groupie.php?author=Ingo+Molnar
34 -Gentoo : http://www.gentoo.org/rdf/en/gentoo-news.rdf
35
36
37
38 1.1 media-plugins/vdr-rssreader/files/vdr-rssreader-1.6.0-gentoo.diff
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-rssreader/files/vdr-rssreader-1.6.0-gentoo.diff?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-rssreader/files/vdr-rssreader-1.6.0-gentoo.diff?rev=1.1&content-type=text/plain
42
43 Index: vdr-rssreader-1.6.0-gentoo.diff
44 ===================================================================
45 diff -rc rssreader-1.0.1.orig/example/rssreader.conf rssreader-1.0.1.mod/example/rssreader.conf
46 *** rssreader-1.0.1.orig/example/rssreader.conf Sat Jul 1 03:20:00 2006
47 --- rssreader-1.0.1.mod/example/rssreader.conf Sun Oct 29 15:15:06 2006
48 ***************
49 *** 5,10 ****
50 --- 5,11 ----
51 VDR Announcements : http://www.linuxtv.fi/extras/vdr_announce_rss.php?num=10
52 Linuxtv.fi foorumi : http://www.linuxtv.fi/rss.php
53 DVB.fi foorumi : http://www.dvb.fi/external.php?type=rss
54 + PizzakBlog : http://pizzak.wordpress.com/feed/
55 -- Kotimaiset : # Label
56 Lehti : http://lehti.samizdat.info/feed/rss2/
57 Salakuunneltua : http://www.salakuunneltua.fi/rss.php
58 diff -rc rssreader-1.0.1.orig/rssreader.c rssreader-1.0.1.mod/rssreader.c
59 *** rssreader-1.0.1.orig/rssreader.c Sat Jul 1 03:20:00 2006
60 --- rssreader-1.0.1.mod/rssreader.c Sun Oct 29 15:06:10 2006
61 ***************
62 *** 90,96 ****
63 bool cPluginRssReader::Start(void)
64 {
65 // Start any background activities the plugin shall perform.
66 ! if (!RssItems.Load(AddDirectory(ConfigDirectory(), "rssreader.conf")))
67 error("configuration file 'rssreader.conf' not found!");
68 return true;
69 }
70 --- 90,96 ----
71 bool cPluginRssReader::Start(void)
72 {
73 // Start any background activities the plugin shall perform.
74 ! if (!RssItems.Load(AddDirectory(ConfigDirectory(), "rssreader/rssreader.conf")))
75 error("configuration file 'rssreader.conf' not found!");
76 return true;
77 }
78
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list