summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-02-19 00:08:33 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-02-19 00:08:33 +0000
commit3ee0c7915fa59bcfc955dc4781e055a99df0d90b (patch)
tree6ac3ca1554db9c150c79669e5a0308d1d89d991c /dev-libs/glib
parentAdd ~arm-linux keyword. (diff)
downloadgentoo-2-3ee0c7915fa59bcfc955dc4781e055a99df0d90b.tar.gz
gentoo-2-3ee0c7915fa59bcfc955dc4781e055a99df0d90b.tar.bz2
gentoo-2-3ee0c7915fa59bcfc955dc4781e055a99df0d90b.zip
Add epatch_user (bug #453560).
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r--dev-libs/glib/ChangeLog6
-rw-r--r--dev-libs/glib/glib-2.30.3.ebuild6
-rw-r--r--dev-libs/glib/glib-2.32.4-r1.ebuild6
-rw-r--r--dev-libs/glib/glib-2.34.2.ebuild6
-rw-r--r--dev-libs/glib/glib-2.34.3.ebuild4
5 files changed, 20 insertions, 8 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog
index 421626f5b619..7f969e461166 100644
--- a/dev-libs/glib/ChangeLog
+++ b/dev-libs/glib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/glib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.552 2013/02/17 09:05:15 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.553 2013/02/19 00:08:33 tetromino Exp $
+
+ 19 Feb 2013; Alexandre Rostovtsev <tetromino@gentoo.org> glib-2.30.3.ebuild,
+ glib-2.32.4-r1.ebuild, glib-2.34.2.ebuild, glib-2.34.3.ebuild:
+ Add epatch_user (bug #453560).
17 Feb 2013; Zac Medico <zmedico@gentoo.org> glib-2.34.3.ebuild:
Fix xml catalog from prefix, and add ~arm-linux keyword.
diff --git a/dev-libs/glib/glib-2.30.3.ebuild b/dev-libs/glib/glib-2.30.3.ebuild
index 03622d8654c9..bc0ad9016f0e 100644
--- a/dev-libs/glib/glib-2.30.3.ebuild
+++ b/dev-libs/glib/glib-2.30.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.3.ebuild,v 1.14 2012/10/10 07:35:08 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.3.ebuild,v 1.15 2013/02/19 00:08:33 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="utils? 2"
@@ -118,6 +118,8 @@ src_prepare() {
# Fix from glib-2.31 for ppc64
epatch "${FILESDIR}/${PN}-2.30.3-closure-64bit-be.patch"
+ epatch_user
+
# disable pyc compiling
use test && python_clean_py-compile_files
diff --git a/dev-libs/glib/glib-2.32.4-r1.ebuild b/dev-libs/glib/glib-2.32.4-r1.ebuild
index 34fca60dc0f5..bfda3727c9a6 100644
--- a/dev-libs/glib/glib-2.32.4-r1.ebuild
+++ b/dev-libs/glib/glib-2.32.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.10 2012/10/23 06:21:15 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.11 2013/02/19 00:08:33 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="utils? 2"
@@ -110,6 +110,8 @@ src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=679306
epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-thread4.patch"
+ epatch_user
+
# disable pyc compiling
use test && python_clean_py-compile_files
diff --git a/dev-libs/glib/glib-2.34.2.ebuild b/dev-libs/glib/glib-2.34.2.ebuild
index 553a242f00b2..3b9661093ae1 100644
--- a/dev-libs/glib/glib-2.34.2.ebuild
+++ b/dev-libs/glib/glib-2.34.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.2.ebuild,v 1.1 2012/11/10 05:00:59 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.2.ebuild,v 1.2 2013/02/19 00:08:33 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="utils? 2"
@@ -105,6 +105,8 @@ src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=679308
epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-gdbus-auth-tests.patch"
+ epatch_user
+
# disable pyc compiling
use test && python_clean_py-compile_files
diff --git a/dev-libs/glib/glib-2.34.3.ebuild b/dev-libs/glib/glib-2.34.3.ebuild
index 5aadb0db1ef8..549f66818179 100644
--- a/dev-libs/glib/glib-2.34.3.ebuild
+++ b/dev-libs/glib/glib-2.34.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.3.ebuild,v 1.2 2013/02/17 09:05:15 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.3.ebuild,v 1.3 2013/02/19 00:08:33 tetromino Exp $
EAPI="5"
PYTHON_DEPEND="utils? 2"
@@ -105,6 +105,8 @@ src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=679308
epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-gdbus-auth-tests.patch"
+ epatch_user
+
# disable pyc compiling
use test && python_clean_py-compile_files