summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-07-08 11:13:25 +0000
committerPacho Ramos <pacho@gentoo.org>2012-07-08 11:13:25 +0000
commitfb992ff0af06b8b2596b9fbd648c50614d7180b3 (patch)
treec60603158028b24caca28d742d471d039055d4c1 /dev-libs
parentVersion bump. (diff)
downloadgentoo-2-fb992ff0af06b8b2596b9fbd648c50614d7180b3.tar.gz
gentoo-2-fb992ff0af06b8b2596b9fbd648c50614d7180b3.tar.bz2
gentoo-2-fb992ff0af06b8b2596b9fbd648c50614d7180b3.zip
Version bump, drop old.
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libreport/ChangeLog9
-rw-r--r--dev-libs/libreport/libreport-2.0.10.ebuild (renamed from dev-libs/libreport/libreport-2.0.7.ebuild)17
2 files changed, 14 insertions, 12 deletions
diff --git a/dev-libs/libreport/ChangeLog b/dev-libs/libreport/ChangeLog
index d61ff588689c..c8808ba87e92 100644
--- a/dev-libs/libreport/ChangeLog
+++ b/dev-libs/libreport/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libreport
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.10 2012/06/06 03:37:34 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.11 2012/07/08 11:13:25 pacho Exp $
+
+*libreport-2.0.10 (08 Jul 2012)
+
+ 08 Jul 2012; Pacho Ramos <pacho@gentoo.org> +libreport-2.0.10.ebuild,
+ -libreport-2.0.7.ebuild:
+ Version bump, drop old.
06 Jun 2012; Zac Medico <zmedico@gentoo.org> libreport-2.0.7.ebuild,
libreport-2.0.9.ebuild:
@@ -46,4 +52,3 @@
+files/libreport-2.0.7-no-bugzilla.patch,
+files/libreport-2.0.7-uploader_event-syntax.patch, +metadata.xml:
Add bug reporting library from the gnome overlay; needed for abrt.
-
diff --git a/dev-libs/libreport/libreport-2.0.7.ebuild b/dev-libs/libreport/libreport-2.0.10.ebuild
index 994be16de8b3..4d1483f3cba8 100644
--- a/dev-libs/libreport/libreport-2.0.7.ebuild
+++ b/dev-libs/libreport/libreport-2.0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.7 2012/06/06 03:37:34 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.10.ebuild,v 1.1 2012/07/08 11:13:25 pacho Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@@ -13,7 +13,7 @@ SRC_URI="https://fedorahosted.org/released/abrt/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.21:2
@@ -23,6 +23,7 @@ RDEPEND=">=dev-libs/glib-2.21:2
dev-libs/libxml2
dev-libs/xmlrpc-c
gnome-base/gnome-keyring
+ net-libs/libproxy
net-misc/curl[ssl]
sys-apps/dbus
x11-libs/gtk+:2"
@@ -45,18 +46,15 @@ pkg_setup() {
}
src_prepare() {
- # Replace redhat-specific defaults with gentoo ones
- epatch "${FILESDIR}/${PN}-2.0.7-gentoo.patch"
+ # Replace redhat- and fedora-specific defaults with gentoo ones
+ epatch "${FILESDIR}/${PN}-2.0.9-gentoo.patch"
# Disable bugzilla plugin for now (requires bugs.gentoo.org infra support)
- epatch "${FILESDIR}/${PN}-2.0.7-no-bugzilla.patch"
+ epatch "${FILESDIR}/${PN}-2.0.9-no-bugzilla.patch"
# Modify uploader_event so that the gui recognizes it
epatch "${FILESDIR}/${PN}-2.0.7-uploader_event-syntax.patch"
- # https://bugzilla.redhat.com/show_bug.cgi?id=751833, in next release
- epatch "${FILESDIR}/${P}-multiple-tabs.patch"
-
# -Werror should not be used by default
sed -e "s/-Werror\( \|$\)//" \
-i src/client-python/Makefile.* src/cli/Makefile.* \
@@ -64,8 +62,7 @@ src_prepare() {
src/lib/Makefile.* src/plugins/Makefile.* \
src/report-python/Makefile.* || die "sed failed"
- # disable pyc compiling
- echo '#!/bin/sh' > py-compile
+ python_clean_py-compile_files
mkdir m4
eautoreconf