From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 99FFE1384B4 for ; Sat, 2 Jan 2016 16:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 468CCE0817; Sat, 2 Jan 2016 16:19:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3702E0817 for ; Sat, 2 Jan 2016 16:19:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9719D3403C1 for ; Sat, 2 Jan 2016 16:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9A54CF7 for ; Sat, 2 Jan 2016 16:19:26 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1451751561.63bc5554d318680e0fab1a07b8fd7c2a831bf7b9.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild X-VCS-Directories: x11-libs/gdk-pixbuf/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 63bc5554d318680e0fab1a07b8fd7c2a831bf7b9 X-VCS-Branch: master Date: Sat, 2 Jan 2016 16:19:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ea3d377-7613-457f-a96a-e45434f623ac X-Archives-Hash: 52c1911a97b48e9a802ea7c424ebaae3 commit: 63bc5554d318680e0fab1a07b8fd7c2a831bf7b9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Jan 2 16:18:53 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Jan 2 16:19:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bc5554 x11-libs/gdk-pixbuf: fix typo in REPLACED_BY_VERSION Package-Manager: portage-2.2.26 x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild | 4 ++-- x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild | 4 ++-- x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild index 228e7e4..49591ca 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -121,7 +121,7 @@ pkg_postinst() { pkg_postrm() { gnome2_pkg_postrm - if [[ -z ${REPLACED_BY_VERSIONS} ]]; then + if [[ -z ${REPLACED_BY_VERSION} ]]; then rm -f "${EROOT}"usr/lib*/${PN}-2.0/2.10.0/loaders.cache fi } diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild index d85aa9b..fdec7e6 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -112,7 +112,7 @@ pkg_postinst() { pkg_postrm() { gnome2_pkg_postrm - if [[ -z ${REPLACED_BY_VERSIONS} ]]; then + if [[ -z ${REPLACED_BY_VERSION} ]]; then rm -f "${EROOT}"usr/lib*/${PN}-2.0/2.10.0/loaders.cache fi } diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild index d85aa9b..fdec7e6 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -112,7 +112,7 @@ pkg_postinst() { pkg_postrm() { gnome2_pkg_postrm - if [[ -z ${REPLACED_BY_VERSIONS} ]]; then + if [[ -z ${REPLACED_BY_VERSION} ]]; then rm -f "${EROOT}"usr/lib*/${PN}-2.0/2.10.0/loaders.cache fi }