diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
commit | ed40676841e317a2aafa04c4c804bb6043864740 (patch) | |
tree | 91c5e4b12acc09eabb2b1234eb633aa78af224d2 /dev-python/python-report/files/python-report-0.10-disable-rpm.patch | |
parent | dc106bfbeb980942a8490753d6883eb34b13ea12 (diff) |
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'dev-python/python-report/files/python-report-0.10-disable-rpm.patch')
-rw-r--r-- | dev-python/python-report/files/python-report-0.10-disable-rpm.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/python-report/files/python-report-0.10-disable-rpm.patch b/dev-python/python-report/files/python-report-0.10-disable-rpm.patch deleted file mode 100644 index 501bb703..00000000 --- a/dev-python/python-report/files/python-report-0.10-disable-rpm.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Nurp python-report-0.10.orig/python/report/templates/bugzilla-template/__init__.py python-report-0.10/python/report/templates/bugzilla-template/__init__.py ---- python-report-0.10.orig/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:19.729109477 +0200 -+++ python-report-0.10/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:54.640917830 +0200 -@@ -106,7 +106,6 @@ import filer - def sendToBugzilla(component, signature, io, bzfiler, - optionsDict, fileName, fileDescription): - -- import rpmUtils.arch - - class BugzillaCommunicationException (Exception): - pass -@@ -204,7 +203,7 @@ def sendToBugzilla(component, signature, - bug = withBugzillaDo(bzfiler, lambda b: b.createbug(product=bzfiler.getproduct(), - component=component, - version=bzfiler.getversion(), -- platform=rpmUtils.arch.getBaseArch(), -+ # platform=rpmUtils.arch.getBaseArch(), - bug_severity="medium", - priority="medium", - op_sys="Linux", |