Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf/
Date: Sat, 02 Jan 2016 16:19:32
Message-Id: 1451751561.63bc5554d318680e0fab1a07b8fd7c2a831bf7b9.eva@gentoo
1 commit: 63bc5554d318680e0fab1a07b8fd7c2a831bf7b9
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 16:18:53 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 16:19:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bc5554
7
8 x11-libs/gdk-pixbuf: fix typo in REPLACED_BY_VERSION
9
10 Package-Manager: portage-2.2.26
11
12 x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild | 4 ++--
13 x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild | 4 ++--
14 x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild
18 index 228e7e4..49591ca 100644
19 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild
20 +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -121,7 +121,7 @@ pkg_postinst() {
28 pkg_postrm() {
29 gnome2_pkg_postrm
30
31 - if [[ -z ${REPLACED_BY_VERSIONS} ]]; then
32 + if [[ -z ${REPLACED_BY_VERSION} ]]; then
33 rm -f "${EROOT}"usr/lib*/${PN}-2.0/2.10.0/loaders.cache
34 fi
35 }
36
37 diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild
38 index d85aa9b..fdec7e6 100644
39 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild
40 +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 +# Copyright 1999-2016 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 @@ -112,7 +112,7 @@ pkg_postinst() {
48 pkg_postrm() {
49 gnome2_pkg_postrm
50
51 - if [[ -z ${REPLACED_BY_VERSIONS} ]]; then
52 + if [[ -z ${REPLACED_BY_VERSION} ]]; then
53 rm -f "${EROOT}"usr/lib*/${PN}-2.0/2.10.0/loaders.cache
54 fi
55 }
56
57 diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild
58 index d85aa9b..fdec7e6 100644
59 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild
60 +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2015 Gentoo Foundation
63 +# Copyright 1999-2016 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66
67 @@ -112,7 +112,7 @@ pkg_postinst() {
68 pkg_postrm() {
69 gnome2_pkg_postrm
70
71 - if [[ -z ${REPLACED_BY_VERSIONS} ]]; then
72 + if [[ -z ${REPLACED_BY_VERSION} ]]; then
73 rm -f "${EROOT}"usr/lib*/${PN}-2.0/2.10.0/loaders.cache
74 fi
75 }