diff options
-rw-r--r-- | dev-libs/libreport/files/0003-Make-report_Bugzilla-use-Sabayon-s-bugzilla-URL.patch | 27 | ||||
-rw-r--r-- | dev-libs/libreport/libreport-2.1.9.ebuild | 1 |
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 <a href="https://bugzilla.redhat.com/createaccount.cgi">here</a></_note-html> -+ <default-value>https://bugs.sabayon.org</default-value> -+ <_note-html>You can create bugs.sabayon.org account <a href="https://bugs.sabayon.org/createaccount.cgi">here</a></_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" |