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 1SMDe6-0006I8-9n for garchives@archives.gentoo.org; Mon, 23 Apr 2012 07:25:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7039BE0BF2; Mon, 23 Apr 2012 07:25:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 30AECE0BE7 for ; Mon, 23 Apr 2012 07:25:02 +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 932E81B410D for ; Mon, 23 Apr 2012 07:25:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2315) id 483F42004B; Mon, 23 Apr 2012 07:25:00 +0000 (UTC) From: "Benda XU (heroxbd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, heroxbd@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgit2: libgit2-0.16.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libgit2-0.16.0.ebuild ChangeLog X-VCS-Directories: dev-libs/libgit2 X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU Content-Type: text/plain; charset=utf8 Message-Id: <20120423072500.483F42004B@flycatcher.gentoo.org> Date: Mon, 23 Apr 2012 07:25:00 +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: 0821922d-d0f4-40b9-818f-03609265fc42 X-Archives-Hash: 5e48f68904e5a02999e56f071ded3663 heroxbd 12/04/23 07:25:00 Modified: libgit2-0.16.0.ebuild ChangeLog Log: add keyword ppc-macos with prefix support. closes bug #413115 =20 (Portage version: 2.1.10.56/cvs/Linux x86_64) Revision Changes Path 1.3 dev-libs/libgit2/libgit2-0.16.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2/l= ibgit2-0.16.0.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2/l= ibgit2-0.16.0.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2/l= ibgit2-0.16.0.ebuild?r1=3D1.2&r2=3D1.3 Index: libgit2-0.16.0.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/dev-libs/libgit2/libgit2-0.16.0.ebuild,= v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libgit2-0.16.0.ebuild 26 Feb 2012 07:58:58 -0000 1.2 +++ libgit2-0.16.0.ebuild 23 Apr 2012 07:25:00 -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/dev-libs/libgit2/libgit2-0.16.0.ebuil= d,v 1.2 2012/02/26 07:58:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/libgit2-0.16.0.ebuil= d,v 1.3 2012/04/23 07:25:00 heroxbd Exp $ =20 EAPI=3D4 =20 @@ -12,7 +12,7 @@ =20 LICENSE=3D"GPL-2-with-linking-exception" SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" +KEYWORDS=3D"~amd64 ~x86 ~ppc-macos" IUSE=3D"examples test" =20 RDEPEND=3D"sys-libs/zlib" @@ -22,7 +22,7 @@ =20 src_configure() { local mycmakeargs=3D( - -DINSTALL_LIB=3D/usr/$(get_libdir) + -DINSTALL_LIB=3D"${EPREFIX}/usr/$(get_libdir)" $(cmake-utils_use_build test TESTS) ) cmake-utils_src_configure 1.8 dev-libs/libgit2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2/C= hangeLog?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2/C= hangeLog?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2/C= hangeLog?r1=3D1.7&r2=3D1.8 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/dev-libs/libgit2/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 26 Feb 2012 07:58:58 -0000 1.7 +++ ChangeLog 23 Apr 2012 07:25:00 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libgit2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v 1.7 2012= /02/26 07:58:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2/ChangeLog,v 1.8 2012= /04/23 07:25:00 heroxbd Exp $ + + 23 Apr 2012; libgit2-0.16.0.ebuild: + add keyword ppc-macos with prefix support. closes bug #413115 =20 26 Feb 2012; Tim Harder libgit2-0.16.0.ebuild: Fix examples install (bug #405859).