Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/
Date: Fri, 30 Jan 2015 20:32:19
Message-Id: 1422649878.4efd7e93ac70b44639fbb324ac3fdd189f563fb3.dolsen@gentoo
1 commit: 4efd7e93ac70b44639fbb324ac3fdd189f563fb3
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 30 20:23:43 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 30 20:31:18 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=4efd7e93
7
8 portage/news.py: Whitespace cleanup
9
10 ---
11 pym/portage/news.py | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/pym/portage/news.py b/pym/portage/news.py
15 index ec10feb..54d4dc9 100644
16 --- a/pym/portage/news.py
17 +++ b/pym/portage/news.py
18 @@ -35,12 +35,12 @@ class NewsManager(object):
19 This object manages GLEP 42 style news items. It will cache news items
20 that have previously shown up and notify users when there are relevant news
21 items that apply to their packages that the user has not previously read.
22 -
23 +
24 Creating a news manager requires:
25 root - typically ${ROOT} see man make.conf and man emerge for details
26 news_path - path to news items; usually $REPODIR/metadata/news
27 unread_path - path to the news.repoid.unread file; this helps us track news items
28 -
29 +
30 """
31
32 def __init__(self, portdb, vardb, news_path, unread_path, language_id='en'):