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 1PwaEc-0001C0-Ns for garchives@archives.gentoo.org; Mon, 07 Mar 2011 13:12:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F1891C01A; Mon, 7 Mar 2011 13:12:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5153B1C01A for ; Mon, 7 Mar 2011 13:12:13 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E3EB1B4052 for ; Mon, 7 Mar 2011 13:12:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 46A932004F; Mon, 7 Mar 2011 13:12:11 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/pysize: pysize-0.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pysize-0.2.ebuild ChangeLog X-VCS-Directories: sys-fs/pysize X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20110307131211.46A932004F@flycatcher.gentoo.org> Date: Mon, 7 Mar 2011 13:12:11 +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: X-Archives-Hash: 9810b0455d4ab2386b23b979e3fc3d77 jlec 11/03/07 13:12:11 Modified: pysize-0.2.ebuild ChangeLog Log: Correct Slots for gtk 3 introduction to tree, keyworded for prefix linu= x =20 (Portage version: 2.2.0_alpha26/cvs/Linux x86_64) Revision Changes Path 1.2 sys-fs/pysize/pysize-0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysi= ze-0.2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysi= ze-0.2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysi= ze-0.2.ebuild?r1=3D1.1&r2=3D1.2 Index: pysize-0.2.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/sys-fs/pysize/pysize-0.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pysize-0.2.ebuild 11 Jul 2010 15:16:05 -0000 1.1 +++ pysize-0.2.ebuild 7 Mar 2011 13:12:11 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.1= 2010/07/11 15:16:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.2= 2011/03/07 13:12:11 jlec Exp $ =20 EAPI=3D"3" =20 @@ -16,11 +16,11 @@ =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE=3D"gtk ncurses psyco" =20 DEPEND=3D" - gtk? ( dev-python/pygtk ) + gtk? ( dev-python/pygtk:2 ) ncurses? ( sys-libs/ncurses ) psyco? ( dev-python/psyco )" RDEPEND=3D"${DEPEND}" 1.2 sys-fs/pysize/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/Chan= geLog?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/Chan= geLog?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/Chan= geLog?r1=3D1.1&r2=3D1.2 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/sys-fs/pysize/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 11 Jul 2010 15:16:05 -0000 1.1 +++ ChangeLog 7 Mar 2011 13:12:11 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/pysize -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.1 2010/07= /11 15:16:05 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.2 2011/03= /07 13:12:11 jlec Exp $ + + 07 Mar 2011; Justin Lecher pysize-0.2.ebuild: + Correct Slots for gtk 3 introduction to tree, keyworded for prefix lin= ux =20 *pysize-0.2 (11 Jul 2010) =20