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 1KkglF-0005xz-R2 for garchives@archives.gentoo.org; Tue, 30 Sep 2008 15:03:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC210E085C; Tue, 30 Sep 2008 15:03:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 74E98E085C for ; Tue, 30 Sep 2008 15:03:37 +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 48BD76477C for ; Tue, 30 Sep 2008 15:03:36 +0000 (UTC) Received: from tove by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KkglD-0002yd-5l for gentoo-commits@lists.gentoo.org; Tue, 30 Sep 2008 15:03:35 +0000 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/Term-ANSIColor: Term-ANSIColor-1.12.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: Term-ANSIColor-1.12.ebuild ChangeLog X-VCS-Directories: dev-perl/Term-ANSIColor X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Torsten Veller Date: Tue, 30 Sep 2008 15:03:35 +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: 3f9854e4-4d92-4183-af00-f47df17fc667 X-Archives-Hash: 71e2241685abe83097c495e56ddcf99c tove 08/09/30 15:03:35 Modified: Term-ANSIColor-1.12.ebuild ChangeLog Log: Cleanup (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686) Revision Changes Path 1.8 dev-perl/Term-ANSIColor/Term-ANSIColor-1.12.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Term-ANSI= Color/Term-ANSIColor-1.12.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Term-ANSI= Color/Term-ANSIColor-1.12.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Term-ANSI= Color/Term-ANSIColor-1.12.ebuild?r1=3D1.7&r2=3D1.8 Index: Term-ANSIColor-1.12.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/Term-ANSIColor/Term-ANSIColor-= 1.12.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Term-ANSIColor-1.12.ebuild 2 Jul 2008 18:19:07 -0000 1.7 +++ Term-ANSIColor-1.12.ebuild 30 Sep 2008 15:03:34 -0000 1.8 @@ -1,15 +1,14 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ANSIColor/Term-ANSIColo= r-1.12.ebuild,v 1.7 2008/07/02 18:19:07 the_paya Exp $ - -inherit perl-module +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ANSIColor/Term-ANSIColo= r-1.12.ebuild,v 1.8 2008/09/30 15:03:34 tove Exp $ =20 MY_PN=3D"ANSIColor" MY_P=3D"$MY_PN-$PV" S=3D"${WORKDIR}/$MY_P" +MODULE_AUTHOR=3DRRA +inherit perl-module + DESCRIPTION=3D"Color screen output using ANSI escape sequences." -SRC_URI=3D"mirror://cpan/authors/id/R/RR/RRA/${MY_P}.tar.gz" -HOMEPAGE=3D"http://search.cpan.org/~rra/" =20 SLOT=3D"0" LICENSE=3D"|| ( Artistic GPL-2 )" @@ -17,5 +16,6 @@ IUSE=3D"test" SRC_TEST=3D"do" =20 -DEPEND=3D"test? ( dev-perl/Test-Pod ) - dev-lang/perl" +RDEPEND=3D"dev-lang/perl" +DEPEND=3D"${RDEPEND} + test? ( dev-perl/Test-Pod )" 1.38 dev-perl/Term-ANSIColor/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Term-ANSI= Color/ChangeLog?rev=3D1.38&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Term-ANSI= Color/ChangeLog?rev=3D1.38&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Term-ANSI= Color/ChangeLog?r1=3D1.37&r2=3D1.38 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/Term-ANSIColor/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 2 Jul 2008 18:19:07 -0000 1.37 +++ ChangeLog 30 Sep 2008 15:03:34 -0000 1.38 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Term-ANSIColor # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ANSIColor/ChangeLog,v 1= .37 2008/07/02 18:19:07 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ANSIColor/ChangeLog,v 1= .38 2008/09/30 15:03:34 tove Exp $ + + 30 Sep 2008; Torsten Veller Term-ANSIColor-1.12.ebui= ld: + Cleanup =20 02 Jul 2008; Javier Villavicencio Term-ANSIColor-1.12.ebuild: