From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-651567-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8E662138247 for <garchives@archives.gentoo.org>; Sat, 21 Dec 2013 18:59:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29C7CE09C4; Sat, 21 Dec 2013 18:59:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B686EE09C4 for <gentoo-commits@lists.gentoo.org>; Sat, 21 Dec 2013 18:59:33 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8B6E33F5A3 for <gentoo-commits@lists.gentoo.org>; Sat, 21 Dec 2013 18:59:32 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 15BAF2004B; Sat, 21 Dec 2013 18:59:31 +0000 (UTC) From: "Agostino Sarubbo (ago)" <ago@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/lcms: lcms-2.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: lcms-2.5.ebuild ChangeLog X-VCS-Directories: media-libs/lcms X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131221185931.15BAF2004B@flycatcher.gentoo.org> Date: Sat, 21 Dec 2013 18:59:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8dc2120-0086-4fed-94b3-60ac1ff55e2d X-Archives-Hash: 3208957296470fe4aaa3a76c9352a293 ago 13/12/21 18:59:31 Modified: lcms-2.5.ebuild ChangeLog Log: Stable for ppc, wrt bug #488806 (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision Changes Path 1.7 media-libs/lcms/lcms-2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/lcms-2.5.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/lcms-2.5.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/lcms-2.5.ebuild?r1=1.6&r2=1.7 Index: lcms-2.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.5.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- lcms-2.5.ebuild 7 Dec 2013 09:56:19 -0000 1.6 +++ lcms-2.5.ebuild 21 Dec 2013 18:59:30 -0000 1.7 @@ -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/media-libs/lcms/lcms-2.5.ebuild,v 1.6 2013/12/07 09:56:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.5.ebuild,v 1.7 2013/12/21 18:59:30 ago Exp $ EAPI=5 AUTOTOOLS_PRUNE_LIBTOOL_FILES="modules" @@ -12,7 +12,7 @@ LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc jpeg static-libs test tiff zlib" RDEPEND="jpeg? ( virtual/jpeg:0 ) 1.162 media-libs/lcms/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/ChangeLog?rev=1.162&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/ChangeLog?rev=1.162&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/ChangeLog?r1=1.161&r2=1.162 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v retrieving revision 1.161 retrieving revision 1.162 diff -u -r1.161 -r1.162 --- ChangeLog 7 Dec 2013 09:56:19 -0000 1.161 +++ ChangeLog 21 Dec 2013 18:59:30 -0000 1.162 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lcms # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.161 2013/12/07 09:56:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.162 2013/12/21 18:59:30 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> lcms-2.5.ebuild: + Stable for ppc, wrt bug #488806 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> lcms-2.5.ebuild: x86 stable, bug #488806