summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-11-07 13:28:07 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-11-07 13:28:07 +0200
commit5fd9b41b476e6e87f3cff0079da7a8189fe7d93f (patch)
treee709e914fcd2d900bc0b9a0c17efc55734433ee6 /dev-libs
parent1d07555dfb11659aeb2393639c40738b7184d6e6 (diff)
Dropping bugzilla thingy
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libreport/files/0003-Make-report_Bugzilla-use-Sabayon-s-bugzilla-URL.patch27
-rw-r--r--dev-libs/libreport/libreport-2.1.9.ebuild1
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/libreport/files/0003-Make-report_Bugzilla-use-Sabayon-s-bugzilla-URL.patch b/dev-libs/libreport/files/0003-Make-report_Bugzilla-use-Sabayon-s-bugzilla-URL.patch
deleted file mode 100644
index 561323ef..00000000
--- a/dev-libs/libreport/files/0003-Make-report_Bugzilla-use-Sabayon-s-bugzilla-URL.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From af93a79ebe914934552c4343e928c4cfc7a70184 Mon Sep 17 00:00:00 2001
-From: Fabio Erculiani <lxnay@sabayon.org>
-Date: Sat, 10 May 2014 18:09:05 +0100
-Subject: [PATCH 3/3] Make report_Bugzilla use Sabayon's bugzilla URL
-
----
- src/plugins/report_Bugzilla.xml.in | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/plugins/report_Bugzilla.xml.in b/src/plugins/report_Bugzilla.xml.in
-index 9ffe90f..368573a 100644
---- a/src/plugins/report_Bugzilla.xml.in
-+++ b/src/plugins/report_Bugzilla.xml.in
-@@ -16,8 +16,8 @@
- <_label>Bugzilla URL</_label>
- <allow-empty>no</allow-empty>
- <_description>Address of Bugzilla server</_description>
-- <default-value>https://bugzilla.redhat.com</default-value>
-- <_note-html>You can create bugzilla.redhat.com account &lt;a href="https://bugzilla.redhat.com/createaccount.cgi"&gt;here&lt;/a&gt;</_note-html>
-+ <default-value>https://bugs.sabayon.org</default-value>
-+ <_note-html>You can create bugs.sabayon.org account &lt;a href="https://bugs.sabayon.org/createaccount.cgi"&gt;here&lt;/a&gt;</_note-html>
- </option>
- <option type="text" name="Bugzilla_Login">
- <_label>User name</_label>
---
-1.9.2
-
diff --git a/dev-libs/libreport/libreport-2.1.9.ebuild b/dev-libs/libreport/libreport-2.1.9.ebuild
index 6cc7313b..30a9153c 100644
--- a/dev-libs/libreport/libreport-2.1.9.ebuild
+++ b/dev-libs/libreport/libreport-2.1.9.ebuild
@@ -55,7 +55,6 @@ src_prepare() {
# code that requires gentoo infra support.
epatch "${FILESDIR}/0001-Add-Kogaion-customizations.patch"
epatch "${FILESDIR}/0002-Drop-Fedora-workflows-add-Sabayon-one.patch"
- epatch "${FILESDIR}/0003-Make-report_Bugzilla-use-Sabayon-s-bugzilla-URL.patch"
# json-c support
epatch "${FILESDIR}/libreport-2.1.9-json-c.patch"