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 D610A13800E for ; Fri, 27 Jul 2012 18:55:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6A89E05E8; Fri, 27 Jul 2012 18:55:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7434DE05E8 for ; Fri, 27 Jul 2012 18:55:07 +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 D3C121B406A for ; Fri, 27 Jul 2012 18:55:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 902) id 7D8C12004B; Fri, 27 Jul 2012 18:55:05 +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/UNIVERSAL-can: ChangeLog UNIVERSAL-can-1.201.207.260.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog UNIVERSAL-can-1.201.207.260.ebuild X-VCS-Directories: dev-perl/UNIVERSAL-can X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120727185505.7D8C12004B@flycatcher.gentoo.org> Date: Fri, 27 Jul 2012 18:55:05 +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: 6d58925d-3d7f-45a6-814d-cdcb3b64cc07 X-Archives-Hash: ec6b496925dfa17ca806e4e4af82dfc0 tove 12/07/27 18:55:05 Modified: ChangeLog Added: UNIVERSAL-can-1.201.207.260.ebuild Log: [bump] dev-perl/UNIVERSAL-can-1.201.207.260 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) Revision Changes Path 1.10 dev-perl/UNIVERSAL-can/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 24 Jun 2012 12:58:40 -0000 1.9 +++ ChangeLog 27 Jul 2012 18:55:05 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/UNIVERSAL-can # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.9 2012/06/24 12:58:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.10 2012/07/27 18:55:05 tove Exp $ + +*UNIVERSAL-can-1.201.207.260 (27 Jul 2012) + + 27 Jul 2012; Torsten Veller + +UNIVERSAL-can-1.201.207.260.ebuild: + Version bump 24 Jun 2012; Torsten Veller metadata.xml: Update CPAN upstream info 1.1 dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild?rev=1.1&content-type=text/plain Index: UNIVERSAL-can-1.201.207.260.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild,v 1.1 2012/07/27 18:55:05 tove Exp $ EAPI=4 MODULE_AUTHOR=CHROMATIC MODULE_VERSION=1.20120726 inherit perl-module DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="virtual/perl-Scalar-List-Utils" DEPEND=" test? ( ${RDEPEND} >=virtual/perl-Test-Simple-0.60 )" SRC_TEST="do"