From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EB2941381F3 for ; Fri, 16 Aug 2013 08:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD031E0C7D; Fri, 16 Aug 2013 08:08:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 642EFE0C7D for ; Fri, 16 Aug 2013 08:08:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4052B33EC35 for ; Fri, 16 Aug 2013 08:08:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 807) id DC9AF2171C; Fri, 16 Aug 2013 08:08:47 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/PPIx-EditorTools: PPIx-EditorTools-0.180.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: PPIx-EditorTools-0.180.0.ebuild ChangeLog X-VCS-Directories: dev-perl/PPIx-EditorTools X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130816080847.DC9AF2171C@flycatcher.gentoo.org> Date: Fri, 16 Aug 2013 08:08:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ae48dc4-c05b-4d62-85bb-cfbcf1bfc90a X-Archives-Hash: 7b63572ab2cc55abe078f920b3e6f68a patrick 13/08/16 08:08:47 Modified: ChangeLog Added: PPIx-EditorTools-0.180.0.ebuild Log: Bump (Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.13 dev-perl/PPIx-EditorTools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 6 Jan 2013 15:42:02 -0000 1.12 +++ ChangeLog 16 Aug 2013 08:08:47 -0000 1.13 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/PPIx-EditorTools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.12 2013/01/06 15:42:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.13 2013/08/16 08:08:47 patrick Exp $ + +*PPIx-EditorTools-0.180.0 (16 Aug 2013) + + 16 Aug 2013; Patrick Lauer + +PPIx-EditorTools-0.180.0.ebuild: + Bump 06 Jan 2013; Torsten Veller -PPIx-EditorTools-0.150.0.ebuild: 1.1 dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.180.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.180.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.180.0.ebuild?rev=1.1&content-type=text/plain Index: PPIx-EditorTools-0.180.0.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.180.0.ebuild,v 1.1 2013/08/16 08:08:47 patrick Exp $ EAPI=4 MODULE_AUTHOR=SZABGAB MODULE_VERSION=0.18 inherit perl-module DESCRIPTION="Utility methods and base class for manipulating Perl via PPI" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" >=dev-perl/Class-XSAccessor-1.20.0 >=dev-perl/PPI-1.215.0 >=dev-perl/Try-Tiny-0.110.0 " DEPEND=" test? ( ${RDEPEND} dev-perl/Test-Most >=dev-perl/Test-Differences-0.480.100 dev-perl/Test-NoWarnings )" SRC_TEST=do