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 1PvYgQ-00021y-5Y for garchives@archives.gentoo.org; Fri, 04 Mar 2011 17:21:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90F191C00A; Fri, 4 Mar 2011 17:20:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 49D7D1C00A for ; Fri, 4 Mar 2011 17:20:46 +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 9A3531B42B4 for ; Fri, 4 Mar 2011 17:20:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 902) id 5112620054; Fri, 4 Mar 2011 17:20:43 +0000 (UTC) From: "Torsten Veller (tove)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tove@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/gtk2-perl: gtk2-perl-1.222.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gtk2-perl-1.222.ebuild ChangeLog X-VCS-Directories: dev-perl/gtk2-perl X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller Content-Type: text/plain; charset=utf8 Message-Id: <20110304172043.5112620054@flycatcher.gentoo.org> Date: Fri, 4 Mar 2011 17:20:43 +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: 3ee2a83de7f4cdd560308856739e6370 tove 11/03/04 17:20:43 Modified: gtk2-perl-1.222.ebuild ChangeLog Log: Maintenance. Depend on x11-libs/gtk+:2 =20 (Portage version: 2.2.0_alpha26/cvs/Linux x86_64) Revision Changes Path 1.12 dev-perl/gtk2-perl/gtk2-perl-1.222.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-perl= /gtk2-perl-1.222.ebuild?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-perl= /gtk2-perl-1.222.ebuild?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-perl= /gtk2-perl-1.222.ebuild?r1=3D1.11&r2=3D1.12 Index: gtk2-perl-1.222.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-perl/gtk2-perl/gtk2-perl-1.222.ebui= ld,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gtk2-perl-1.222.ebuild 10 Feb 2011 09:39:33 -0000 1.11 +++ gtk2-perl-1.222.ebuild 4 Mar 2011 17:20:43 -0000 1.12 @@ -1,14 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/gtk2-perl-1.222.eb= uild,v 1.11 2011/02/10 09:39:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/gtk2-perl-1.222.eb= uild,v 1.12 2011/03/04 17:20:43 tove Exp $ =20 EAPI=3D3 =20 MODULE_AUTHOR=3DTSCH MY_PN=3DGtk2 -MY_P=3D${MY_PN}-${PV} -S=3D${WORKDIR}/${MY_P} - inherit perl-module #inherit virtualx =20 @@ -19,7 +16,7 @@ KEYWORDS=3D"alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-= linux ~x86-solaris" IUSE=3D"" =20 -RDEPEND=3D">=3Dx11-libs/gtk+-2 +RDEPEND=3D"x11-libs/gtk+:2 dev-perl/Cairo >=3Ddev-perl/glib-perl-1.220 >=3Ddev-perl/Pango-1.220" 1.123 dev-perl/gtk2-perl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-perl= /ChangeLog?rev=3D1.123&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-perl= /ChangeLog?rev=3D1.123&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-perl= /ChangeLog?r1=3D1.122&r2=3D1.123 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-perl/gtk2-perl/ChangeLog,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- ChangeLog 4 Mar 2011 08:38:28 -0000 1.122 +++ ChangeLog 4 Mar 2011 17:20:43 -0000 1.123 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/gtk2-perl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v 1.122 = 2011/03/04 08:38:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v 1.123 = 2011/03/04 17:20:43 tove Exp $ + + 04 Mar 2011; Torsten Veller gtk2-perl-1.222.ebuild: + Maintenance. Depend on x11-libs/gtk+:2 =20 *gtk2-perl-1.223.0 (04 Mar 2011) =20