summaryrefslogtreecommitdiffstats
path: root/pym/portage_news.py
Commit message (Collapse)AuthorAgeFilesLines
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the ↵Alec Warner2007-01-161-2/+2
| | | | | | GLEP states. svn path=/main/trunk/; revision=5673
* If repo/profiles/news doesn't exist, return 0 updatesAlec Warner2007-01-161-0/+4
| | | | svn path=/main/trunk/; revision=5672
* ferringb pointed out this portroot parameter, ended up not using it, try an ↵Alec Warner2007-01-161-15/+8
| | | | | | os.path.exists to save a very common (and slow) except on missing repo_name files for overlays, use a dict to facility a nicer regex comparison loop for news restrictions. svn path=/main/trunk/; revision=5662
* fix minor syntax issues with lockingAlec Warner2007-01-161-4/+4
| | | | svn path=/main/trunk/; revision=5660
* merge didn't bring in portage_news, no idea whyAlec Warner2007-01-161-0/+241
svn path=/main/trunk/; revision=5659