From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SgAfw-0001HO-Qz for garchives@archives.gentoo.org; Sun, 17 Jun 2012 08:17:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE7DAE0BC2; Sun, 17 Jun 2012 08:17:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 91E76E0BC2 for ; Sun, 17 Jun 2012 08:17:24 +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 BC1951B4016 for ; Sun, 17 Jun 2012 08:17:23 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 984) id 7E7DF2004B; Sun, 17 Jun 2012 08:17:22 +0000 (UTC) From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.30.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pango-1.30.1.ebuild ChangeLog X-VCS-Directories: x11-libs/pango X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Message-Id: <20120617081722.7E7DF2004B@flycatcher.gentoo.org> Date: Sun, 17 Jun 2012 08:17:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 902b5659-707c-42ff-9a81-929af2de5c1b X-Archives-Hash: 58f59a9c806a359646fcb3f26d0f0ce9 grobian 12/06/17 08:17:22 Modified: pango-1.30.1.ebuild ChangeLog Log: Update patch comments (committed upstream), use get_modname for module = extension name =20 (Portage version: 2.2.01.20430-prefix/cvs/Darwin i386) Revision Changes Path 1.3 x11-libs/pango/pango-1.30.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pan= go-1.30.1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pan= go-1.30.1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pan= go-1.30.1.ebuild?r1=3D1.2&r2=3D1.3 Index: pango-1.30.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pango-1.30.1.ebuild 16 Jun 2012 09:24:59 -0000 1.2 +++ pango-1.30.1.ebuild 17 Jun 2012 08:17:22 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v = 1.2 2012/06/16 09:24:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v = 1.3 2012/06/17 08:17:22 grobian Exp $ =20 EAPI=3D"4" GCONF_DEBUG=3D"yes" @@ -61,7 +61,8 @@ # In next release epatch "${FILESDIR}/${P}-coretext-hash.patch" =20 - # missing declaration causing QA abort on x64-macos, notified upstream + # missing declaration causing QA abort on x64-macos, should be in next + # release epatch "${FILESDIR}"/${P}-config_get_key_system-declaration.patch =20 # make config file location host specific so that a 32bit and 64bit pan= go @@ -87,7 +88,7 @@ =20 # be atomic! if pango-querymodules --system \ - "${EROOT}"usr/$(get_libdir)/pango/1.6.0/modules/*.so \ + "${EROOT}"usr/$(get_libdir)/pango/1.6.0/modules/*$(get_modname) \ > "${tmp_file}"; then cat "${tmp_file}" > "${pango_conf}" || { rm "${tmp_file}"; die; } 1.350 x11-libs/pango/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/Cha= ngeLog?rev=3D1.350&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/Cha= ngeLog?rev=3D1.350&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/Cha= ngeLog?r1=3D1.349&r2=3D1.350 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v retrieving revision 1.349 retrieving revision 1.350 diff -u -r1.349 -r1.350 --- ChangeLog 16 Jun 2012 09:24:59 -0000 1.349 +++ ChangeLog 17 Jun 2012 08:17:22 -0000 1.350 @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/pango # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.349 2012= /06/16 09:24:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.350 2012= /06/17 08:17:22 grobian Exp $ + + 17 Jun 2012; Fabian Groffen + files/pango-1.30.1-config_get_key_system-declaration.patch, + pango-1.30.1.ebuild: + Update patch comments (committed upstream), use get_modname for module + extension name =20 16 Jun 2012; Fabian Groffen +files/pango-1.30.1-config_get_key_system-declaration.patch,