diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-14 19:58:13 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-14 19:58:13 +0000 |
commit | 063d7cac7b4e610b5e9638baec324fbbc7d99bf1 (patch) | |
tree | f8f7342ea515528e6212a90f05eb97b087604448 /x11-libs | |
parent | Adjust ChangeLog message to be more conservative. (diff) | |
download | gentoo-2-063d7cac7b4e610b5e9638baec324fbbc7d99bf1.tar.gz gentoo-2-063d7cac7b4e610b5e9638baec324fbbc7d99bf1.tar.bz2 gentoo-2-063d7cac7b4e610b5e9638baec324fbbc7d99bf1.zip |
Do not use gnome2_schemas_update --uninstall; --uninstall has no effect since glib-2.25.11, and has been removed in 2.31.x (bug #394501, thanks to Marc-Antoine Perennou for reporting).
(Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.0.12-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.0.12.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.2.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.2.2-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.2.2.ebuild | 4 |
6 files changed, 18 insertions, 11 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index a58d363f2ebf..910bcefe9559 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.552 2011/11/17 03:15:34 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.553 2011/12/14 19:58:13 tetromino Exp $ + + 14 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gtk+-3.0.12.ebuild, + gtk+-3.0.12-r1.ebuild, gtk+-3.2.1.ebuild, gtk+-3.2.2.ebuild, + gtk+-3.2.2-r1.ebuild: + Do not use gnome2_schemas_update --uninstall; --uninstall has no effect since + glib-2.25.11, and has been removed in 2.31.x (bug #394501, thanks to + Marc-Antoine Perennou for reporting). *gtk+-2.24.8-r1 (17 Nov 2011) diff --git a/x11-libs/gtk+/gtk+-3.0.12-r1.ebuild b/x11-libs/gtk+/gtk+-3.0.12-r1.ebuild index fa98f7b5b3f2..8ef423dec8fb 100644 --- a/x11-libs/gtk+/gtk+-3.0.12-r1.ebuild +++ b/x11-libs/gtk+/gtk+-3.0.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12-r1.ebuild,v 1.7 2011/10/30 15:50:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12-r1.ebuild,v 1.8 2011/12/14 19:58:13 tetromino Exp $ EAPI="4" @@ -190,5 +190,5 @@ pkg_postinst() { } pkg_postrm() { - gnome2_schemas_update --uninstall + gnome2_schemas_update } diff --git a/x11-libs/gtk+/gtk+-3.0.12.ebuild b/x11-libs/gtk+/gtk+-3.0.12.ebuild index 4e0f3bf659a0..ca52fa5f9bb8 100644 --- a/x11-libs/gtk+/gtk+-3.0.12.ebuild +++ b/x11-libs/gtk+/gtk+-3.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12.ebuild,v 1.3 2011/09/04 09:10:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12.ebuild,v 1.4 2011/12/14 19:58:13 tetromino Exp $ EAPI="4" @@ -183,5 +183,5 @@ pkg_postinst() { } pkg_postrm() { - gnome2_schemas_update --uninstall + gnome2_schemas_update } diff --git a/x11-libs/gtk+/gtk+-3.2.1.ebuild b/x11-libs/gtk+/gtk+-3.2.1.ebuild index e9d8904fa47b..f8a57c259a3a 100644 --- a/x11-libs/gtk+/gtk+-3.2.1.ebuild +++ b/x11-libs/gtk+/gtk+-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.1.ebuild,v 1.5 2011/10/28 05:09:08 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.1.ebuild,v 1.6 2011/12/14 19:58:13 tetromino Exp $ EAPI="4" @@ -191,5 +191,5 @@ pkg_postinst() { } pkg_postrm() { - gnome2_schemas_update --uninstall + gnome2_schemas_update } diff --git a/x11-libs/gtk+/gtk+-3.2.2-r1.ebuild b/x11-libs/gtk+/gtk+-3.2.2-r1.ebuild index c314f0fcf048..124c3b18a331 100644 --- a/x11-libs/gtk+/gtk+-3.2.2-r1.ebuild +++ b/x11-libs/gtk+/gtk+-3.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2-r1.ebuild,v 1.1 2011/11/16 23:44:46 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2-r1.ebuild,v 1.2 2011/12/14 19:58:13 tetromino Exp $ EAPI="4" @@ -196,5 +196,5 @@ pkg_postinst() { } pkg_postrm() { - gnome2_schemas_update --uninstall + gnome2_schemas_update } diff --git a/x11-libs/gtk+/gtk+-3.2.2.ebuild b/x11-libs/gtk+/gtk+-3.2.2.ebuild index 076b77fb8cb9..d6770ae2e0ee 100644 --- a/x11-libs/gtk+/gtk+-3.2.2.ebuild +++ b/x11-libs/gtk+/gtk+-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild,v 1.3 2011/11/16 21:54:12 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild,v 1.4 2011/12/14 19:58:13 tetromino Exp $ EAPI="4" @@ -194,5 +194,5 @@ pkg_postinst() { } pkg_postrm() { - gnome2_schemas_update --uninstall + gnome2_schemas_update } |