Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda-overlay:master commit in: dev-python/python-report/files/
Date: Mon, 25 Jul 2011 23:26:02
Message-Id: e8ab3e2b106b7d13c7a2ed74ab0c50e8e2e05da3.wiktor@gentoo
1 commit: e8ab3e2b106b7d13c7a2ed74ab0c50e8e2e05da3
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Jul 25 23:25:38 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Jul 25 23:25:38 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda-overlay.git;a=commit;h=e8ab3e2b
7
8 dev-python/python-report: fix path in patches
9
10 ---
11 .../files/python-report-0.23-disable-rpm.patch | 4 ++--
12 .../python-report-0.23-fix-version-detection.patch | 4 ++--
13 2 files changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/python-report/files/python-report-0.23-disable-rpm.patch b/dev-python/python-report/files/python-report-0.23-disable-rpm.patch
16 index 464b8fb..fa673ed 100644
17 --- a/dev-python/python-report/files/python-report-0.23-disable-rpm.patch
18 +++ b/dev-python/python-report/files/python-report-0.23-disable-rpm.patch
19 @@ -1,6 +1,6 @@
20 diff -Nurp python-report-0.23.orig/python/report/templates/bugzilla-template/__init__.py python-report-0.23/python/report/templates/bugzilla-template/__init__.py
21 ---- python-report-0.10.orig/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:19.729109477 +0200
22 -+++ python-report-0.10/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:54.640917830 +0200
23 +--- python-report-0.23.orig/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:19.729109477 +0200
24 ++++ python-report-0.23/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:54.640917830 +0200
25 @@ -106,7 +106,6 @@ import filer
26 def sendToBugzilla(component, signature, io, bzfiler,
27 optionsDict, fileName, fileDescription):
28
29 diff --git a/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch b/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch
30 index c83d842..b7c4d1e 100644
31 --- a/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch
32 +++ b/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch
33 @@ -1,6 +1,6 @@
34 diff -Nurp python-report-0.23.orig//python/report/templates/bugzilla-template/filer.py python-report-0.23/python/report/templates/bugzilla-template/filer.py
35 ---- python-report-0.10.orig//python/report/templates/bugzilla-template/filer.py 2010-04-13 23:08:08.849090647 +0200
36 -+++ python-report-0.10/python/report/templates/bugzilla-template/filer.py 2010-04-13 23:09:20.799052132 +0200
37 +--- python-report-0.23.orig//python/report/templates/bugzilla-template/filer.py 2010-04-13 23:08:08.849090647 +0200
38 ++++ python-report-0.23/python/report/templates/bugzilla-template/filer.py 2010-04-13 23:09:20.799052132 +0200
39 @@ -61,15 +61,11 @@ def getVersion():
40 if os.path.exists(SYSTEM_VERSION_PATH):
41 file = open(SYSTEM_VERSION_PATH, "r")