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 1NRCmP-0006xN-Cw for garchives@archives.gentoo.org; Sat, 02 Jan 2010 22:49:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A875DE0511; Sat, 2 Jan 2010 22:49:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C4C7E0511 for ; Sat, 2 Jan 2010 22:49:04 +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 143E7678D9 for ; Sat, 2 Jan 2010 22:49:04 +0000 (UTC) Received: from arfrever by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NRCmN-0001Wi-Jq for gentoo-commits@lists.gentoo.org; Sat, 02 Jan 2010 22:49:03 +0000 From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pudge: pudge-0.1.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pudge-0.1.3.ebuild ChangeLog X-VCS-Directories: dev-python/pudge X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: Sender: Arfrever Frehtes Taifersar Arahesis Date: Sat, 02 Jan 2010 22:49:03 +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: a95becfd-ee1d-4b96-8396-c80c563b5b52 X-Archives-Hash: 92390e0d2e583f34ad26bc3d732566db arfrever 10/01/02 22:49:03 Modified: pudge-0.1.3.ebuild ChangeLog Log: Fix dependencies (bug #297810). (Portage version: 15156-svn/cvs/Linux x86_64) Revision Changes Path 1.5 dev-python/pudge/pudge-0.1.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/p= udge-0.1.3.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/p= udge-0.1.3.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/p= udge-0.1.3.ebuild?r1=3D1.4&r2=3D1.5 Index: pudge-0.1.3.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/pudge/pudge-0.1.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pudge-0.1.3.ebuild 1 Oct 2009 23:16:44 -0000 1.4 +++ pudge-0.1.3.ebuild 2 Jan 2010 22:49:03 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild,v= 1.4 2009/10/01 23:16:44 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild,v= 1.5 2010/01/02 22:49:03 arfrever Exp $ =20 EAPI=3D"2" SUPPORT_PYTHON_ABIS=3D"1" @@ -17,7 +17,8 @@ IUSE=3D"doc" =20 RDEPEND=3D"dev-python/docutils - >=3Ddev-python/kid-0.9.5" + >=3Ddev-python/kid-0.9.5 + dev-python/pygments" DEPEND=3D"dev-python/setuptools doc? ( ${RDEPEND} )" RESTRICT_PYTHON_ABIS=3D"2.4 3.*" 1.7 dev-python/pudge/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/C= hangeLog?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/C= hangeLog?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/C= hangeLog?r1=3D1.6&r2=3D1.7 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/pudge/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 1 Oct 2009 23:16:44 -0000 1.6 +++ ChangeLog 2 Jan 2010 22:49:03 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pudge -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/ChangeLog,v 1.6 2009= /10/01 23:16:44 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/ChangeLog,v 1.7 2010= /01/02 22:49:03 arfrever Exp $ + + 02 Jan 2010; Arfrever Frehtes Taifersar Arahesis + pudge-0.1.3.ebuild: + Fix dependencies (bug #297810). =20 02 Oct 2009; Arfrever Frehtes Taifersar Arahesis pudge-0.1.3.ebuild: