From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCT63-00087H-Tr for garchives@archives.gentoo.org; Sat, 08 Oct 2011 09:21:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70C2421C109; Sat, 8 Oct 2011 09:21:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1EBBE21C109 for ; Sat, 8 Oct 2011 09:21:17 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6234C1B4030 for ; Sat, 8 Oct 2011 09:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B34AF8004B for ; Sat, 8 Oct 2011 09:21:16 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <5ecb56f30d8ea9a89806fbdcf80606cce761dcf9.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libreport/files/, dev-libs/libreport/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/libreport/files/libreport-2.0.6-gentoo.patch dev-libs/libreport/files/libreport-2.0.6-no-bugzilla.patch dev-libs/libreport/files/libreport-2.0.6-not-reportable.patch dev-libs/libreport/libreport-2.0.6.ebuild X-VCS-Directories: dev-libs/libreport/files/ dev-libs/libreport/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 5ecb56f30d8ea9a89806fbdcf80606cce761dcf9 Date: Sat, 8 Oct 2011 09:21:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 0dda43830fffa32573308a31e864d449 commit: 5ecb56f30d8ea9a89806fbdcf80606cce761dcf9 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sat Oct 8 09:18:01 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Oct 8 09:20:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5ecb56f3 dev-libs/libreport: new package Needed for abrt --- .../libreport/files/libreport-2.0.6-gentoo.patch | 151 ++++++++++++++ .../files/libreport-2.0.6-no-bugzilla.patch | 78 +++++++ .../files/libreport-2.0.6-not-reportable.patch | 218 ++++++++++++++= ++++++ dev-libs/libreport/libreport-2.0.6.ebuild | 100 +++++++++ 4 files changed, 547 insertions(+), 0 deletions(-) diff --git a/dev-libs/libreport/files/libreport-2.0.6-gentoo.patch b/dev-= libs/libreport/files/libreport-2.0.6-gentoo.patch new file mode 100644 index 0000000..8aca7b1 --- /dev/null +++ b/dev-libs/libreport/files/libreport-2.0.6-gentoo.patch @@ -0,0 +1,151 @@ +From 003f49be7c44ea85c1ae5826342749b11aac28ee Mon Sep 17 00:00:00 2001 +From: Alexandre Rostovtsev +Date: Fri, 7 Oct 2011 23:25:14 -0400 +Subject: [PATCH] Replace RedHat defaults with Gentoo ones + +--- + src/plugins/Makefile.am | 34 +----------------------------= ----- + src/plugins/bugzilla.conf | 2 +- + src/plugins/report_Bugzilla.conf | 2 +- + src/plugins/report_Bugzilla.xml.in | 4 ++-- + src/plugins/reporter-bugzilla.txt | 2 +- + 5 files changed, 6 insertions(+), 38 deletions(-) + +diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am +index 19e53fc..607c1b9 100644 +--- a/src/plugins/Makefile.am ++++ b/src/plugins/Makefile.am +@@ -4,7 +4,6 @@ pluginslibdir =3D $(PLUGINS_LIB_DIR) +=20 + bin_PROGRAMS =3D \ + reporter-bugzilla \ +- reporter-rhtsupport \ + reporter-kerneloops \ + reporter-upload \ + reporter-mailx \ +@@ -16,8 +15,7 @@ pluginsconfdir =3D $(PLUGINS_CONF_DIR) + reportpluginsconfdir =3D $(REPORT_PLUGINS_CONF_DIR) +=20 + dist_reportpluginsconf_DATA =3D \ +- bugzilla.conf \ +- rhtsupport.conf ++ bugzilla.conf +=20 + eventsdir =3D $(EVENTS_DIR) +=20 +@@ -27,7 +25,6 @@ dist_events_DATA =3D \ + report_Logger.conf \ + report_Logger.xml \ + report_Mailx.xml \ +- report_RHTSupport.xml \ + report_Kerneloops.xml \ + report_Uploader.xml +=20 +@@ -39,14 +36,12 @@ dist_eventsconf_DATA =3D \ + mailx_event.conf \ + print_event.conf \ + bugzilla_event.conf \ +- rhtsupport_event.conf \ + uploader_event.conf +=20 + MAN_TXT =3D \ + reporter-print.txt \ + reporter-mailx.txt \ + reporter-bugzilla.txt \ +- reporter-rhtsupport.txt \ + reporter-kerneloops.txt \ + reporter-upload.txt \ + report.txt +@@ -71,7 +66,6 @@ EXTRA_DIST =3D \ + report_Logger.conf \ + report_Logger.xml.in \ + report_Mailx.xml.in \ +- report_RHTSupport.xml.in \ + report_Kerneloops.xml.in \ + report_Uploader.xml.in +=20 +@@ -100,32 +94,6 @@ reporter_bugzilla_LDADD =3D \ + ../lib/libabrt_web.la \ + ../lib/libreport.la +=20 +-reporter_rhtsupport_SOURCES =3D \ +- abrt_rh_support.h abrt_rh_support.c \ +- reporter-rhtsupport.c +-reporter_rhtsupport_CPPFLAGS =3D \ +- -I$(srcdir)/../include \ +- -I$(srcdir)/../lib \ +- -DBIN_DIR=3D\"$(bindir)\" \ +- -DVAR_RUN=3D\"$(VAR_RUN)\" \ +- -DCONF_DIR=3D\"$(CONF_DIR)\" \ +- -DLOCALSTATEDIR=3D'"$(localstatedir)"' \ +- -DDEBUG_DUMPS_DIR=3D\"$(DEBUG_DUMPS_DIR)\" \ +- -DDEBUG_INFO_DIR=3D\"$(DEBUG_INFO_DIR)\" \ +- -DPLUGINS_LIB_DIR=3D\"$(PLUGINS_LIB_DIR)\" \ +- -DPLUGINS_CONF_DIR=3D\"$(REPORT_PLUGINS_CONF_DIR)\" \ +- $(GLIB_CFLAGS) \ +- $(LIBREPORT_CFLAGS) \ +- $(XMLRPC_CFLAGS) $(XMLRPC_CLIENT_CFLAGS) \ +- -D_GNU_SOURCE \ +- -Wall -Wwrite-strings -Werror +-reporter_rhtsupport_LDFLAGS =3D -ltar +-reporter_rhtsupport_LDADD =3D \ +- $(GLIB_LIBS) \ +- $(XMLRPC_LIBS) $(XMLRPC_CLIENT_LIBS) \ +- ../lib/libabrt_web.la \ +- ../lib/libreport.la +- + reporter_upload_SOURCES =3D \ + reporter-upload.c + reporter_upload_CPPFLAGS =3D \ +diff --git a/src/plugins/bugzilla.conf b/src/plugins/bugzilla.conf +index 18eba5a..f5afe6f 100644 +--- a/src/plugins/bugzilla.conf ++++ b/src/plugins/bugzilla.conf +@@ -1,5 +1,5 @@ + # Bugzilla URL +-BugzillaURL =3D https://bugzilla.redhat.com/ ++BugzillaURL =3D https://bugs.gentoo.org/ + # yes means that ssl certificates will be checked + SSLVerify =3D yes + # your login has to exist, if you don have any, please create one +diff --git a/src/plugins/report_Bugzilla.conf b/src/plugins/report_Bugzi= lla.conf +index f1a77f5..9e9c7d0 100644 +--- a/src/plugins/report_Bugzilla.conf ++++ b/src/plugins/report_Bugzilla.conf +@@ -1,4 +1,4 @@ +-Bugzilla_BugzillaURL =3D https://bugzilla.redhat.com ++Bugzilla_BugzillaURL =3D https://bugs.gentoo.org + Bugzilla_Login =3D + Bugzilla_Password =3D + Bugzilla_SSLVerify =3D yes +diff --git a/src/plugins/report_Bugzilla.xml.in b/src/plugins/report_Bug= zilla.xml.in +index f8dac8f..e91115f 100644 +--- a/src/plugins/report_Bugzilla.xml.in ++++ b/src/plugins/report_Bugzilla.xml.in +@@ -15,8 +15,8 @@ + <_label>Bugzilla URL + no + <_description>Address of Bugzilla server +- https://bugzilla.redhat.com +- <_note-html>You can create bugzilla.redhat.com account <= a href=3D"https://bugzilla.redhat.com/createaccount.cgi">here</a>= ; ++ https://bugs.gentoo.org ++ <_note-html>You can create a Gentoo Bugzilla account <a = href=3D"https://bugs.gentoo.org/createaccount.cgi">here</a> + +