diff options
author | 2011-09-29 16:50:18 +0000 | |
---|---|---|
committer | 2011-09-29 16:50:18 +0000 | |
commit | 38cc4c6d9724c0004e67c2dc09af6e3ad662bb24 (patch) | |
tree | 3b4a26a583dccd64b8ae75a5c7af31acca46bc68 /gnome-base | |
parent | media-gfx/gimp: Fix compilation against recent poppler (bug #384903) (diff) | |
download | gentoo-2-38cc4c6d9724c0004e67c2dc09af6e3ad662bb24.tar.gz gentoo-2-38cc4c6d9724c0004e67c2dc09af6e3ad662bb24.tar.bz2 gentoo-2-38cc4c6d9724c0004e67c2dc09af6e3ad662bb24.zip |
Drop DEPRECATED flags, bug #384775 by Ian Abbott.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libglade/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-2.6.4.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gnome-base/libglade/ChangeLog b/gnome-base/libglade/ChangeLog index 55002b5cf6f0..c4aa021cbb10 100644 --- a/gnome-base/libglade/ChangeLog +++ b/gnome-base/libglade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/libglade # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.134 2011/04/22 22:16:58 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.135 2011/09/29 16:50:18 pacho Exp $ + + 29 Sep 2011; Pacho Ramos <pacho@gentoo.org> libglade-2.6.4.ebuild: + Drop DEPRECATED flags, bug #384775 by Ian Abbott. 22 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> libglade-2.6.4.ebuild: Ensure tests are run, bug #354631. diff --git a/gnome-base/libglade/libglade-2.6.4.ebuild b/gnome-base/libglade/libglade-2.6.4.ebuild index 93a7fb8d43ee..5260a22c26f3 100644 --- a/gnome-base/libglade/libglade-2.6.4.ebuild +++ b/gnome-base/libglade/libglade-2.6.4.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.11 2011/04/22 22:16:58 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.12 2011/09/29 16:50:18 pacho Exp $ EAPI="3" GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" PYTHON_DEPEND="2" inherit eutils gnome2 python virtualx @@ -38,6 +39,9 @@ src_prepare() { # patch to not throw a warning with gtk+-2.14 during tests, as it triggers abort epatch "${FILESDIR}/${PN}-2.6.3-fix_tests-page_size.patch" + sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \ + glade/Makefile.am glade/Makefile.in || die + if ! use test; then sed 's/ tests//' -i Makefile.am Makefile.in || die "sed failed" fi @@ -50,7 +54,6 @@ src_test() { src_install() { dodir /etc/xml gnome2_src_install - find "${ED}" -name '*.la' -exec rm -f {} + python_convert_shebangs 2 "${ED}"/usr/bin/libglade-convert } |