From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JE8kJ-0000Rr-QN for garchives@archives.gentoo.org; Sun, 13 Jan 2008 19:43:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C302E0C4E; Sun, 13 Jan 2008 19:43:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E1A4BE0C4E for ; Sun, 13 Jan 2008 19:43:50 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5F5DF65964 for ; Sun, 13 Jan 2008 19:43:50 +0000 (UTC) Received: from lucass by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JE8kH-0005ti-CA for gentoo-commits@lists.gentoo.org; Sun, 13 Jan 2008 19:43:49 +0000 From: "Lukasz Strzygowski (lucass)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, lucass@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sexy-python: sexy-python-0.1.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: sexy-python-0.1.9.ebuild ChangeLog X-VCS-Directories: dev-python/sexy-python X-VCS-Committer: lucass X-VCS-Committer-Name: Lukasz Strzygowski Content-Type: text/plain; charset=utf8 Message-Id: Sender: Lukasz Strzygowski Date: Sun, 13 Jan 2008 19:43:49 +0000 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: 053fc3ec-710b-4f69-97aa-aa2a08413d9f X-Archives-Hash: 72f7c6111d2526532c7fcc5371825c33 lucass 08/01/13 19:43:49 Modified: sexy-python-0.1.9.ebuild ChangeLog Log: Added dev-util/pkgconfig dep (bug #205668). (Portage version: 2.1.4) Revision Changes Path 1.9 dev-python/sexy-python/sexy-python-0.1.9.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-py= thon/sexy-python-0.1.9.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-py= thon/sexy-python-0.1.9.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-py= thon/sexy-python-0.1.9.ebuild?r1=3D1.8&r2=3D1.9 Index: sexy-python-0.1.9.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-python/sexy-python/sexy-python-0.1.= 9.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sexy-python-0.1.9.ebuild 22 Dec 2007 13:48:19 -0000 1.8 +++ sexy-python-0.1.9.ebuild 13 Jan 2008 19:43:48 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.= 1.9.ebuild,v 1.8 2007/12/22 13:48:19 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.= 1.9.ebuild,v 1.9 2008/01/13 19:43:48 lucass Exp $ =20 DESCRIPTION=3D"Python bindings for libsexy." HOMEPAGE=3D"http://www.chipx86.com/wiki/Libsexy" @@ -11,9 +11,10 @@ KEYWORDS=3D"amd64 ppc x86" IUSE=3D"" =20 -DEPEND=3D">=3Dx11-libs/libsexy-${PV}" -RDEPEND=3D"${DEPEND} +RDEPEND=3D">=3Dx11-libs/libsexy-${PV} >=3Ddev-python/pygtk-2.6.2" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig" =20 src_install() { emake DESTDIR=3D"${D}" install || die "emake install failed" 1.9 dev-python/sexy-python/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-py= thon/ChangeLog?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-py= thon/ChangeLog?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sexy-py= thon/ChangeLog?r1=3D1.8&r2=3D1.9 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-python/sexy-python/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 22 Dec 2007 13:48:19 -0000 1.8 +++ ChangeLog 13 Jan 2008 19:43:48 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sexy-python -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.= 8 2007/12/22 13:48:19 dertobi123 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.= 9 2008/01/13 19:43:48 lucass Exp $ + + 13 Jan 2008; Lukasz Strzygowski + sexy-python-0.1.9.ebuild: + Added dev-util/pkgconfig dep (bug #205668). =20 22 Dec 2007; Tobias Scherbaum sexy-python-0.1.9.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list