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 50D4813800E for ; Tue, 24 Jul 2012 18:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89562E055B; Tue, 24 Jul 2012 18:31:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 54329E050C for ; Tue, 24 Jul 2012 18:31:46 +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 B4AB51B456F for ; Tue, 24 Jul 2012 18:31:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 902) id 58D392004B; Tue, 24 Jul 2012 18:31:44 +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/Class-Load: ChangeLog Class-Load-0.200.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog Class-Load-0.200.0.ebuild X-VCS-Directories: dev-perl/Class-Load X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120724183144.58D392004B@flycatcher.gentoo.org> Date: Tue, 24 Jul 2012 18:31:44 +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: 817ea4fe-9a94-4708-970d-e95d42a0c824 X-Archives-Hash: df142c291e8cb076f26d16825b5f721e tove 12/07/24 18:31:44 Modified: ChangeLog Added: Class-Load-0.200.0.ebuild Log: [bump] dev-perl/Class-Load-0.200.0 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) Revision Changes Path 1.32 dev-perl/Class-Load/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Load/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Load/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Load/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 24 Jun 2012 12:59:52 -0000 1.31 +++ ChangeLog 24 Jul 2012 18:31:44 -0000 1.32 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Class-Load # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.31 2012/06/24 12:59:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.32 2012/07/24 18:31:44 tove Exp $ + +*Class-Load-0.200.0 (24 Jul 2012) + + 24 Jul 2012; Torsten Veller +Class-Load-0.200.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller metadata.xml: Update CPAN upstream info 1.1 dev-perl/Class-Load/Class-Load-0.200.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Load/Class-Load-0.200.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Load/Class-Load-0.200.0.ebuild?rev=1.1&content-type=text/plain Index: Class-Load-0.200.0.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.200.0.ebuild,v 1.1 2012/07/24 18:31:44 tove Exp $ EAPI=4 MODULE_AUTHOR=DROLSKY MODULE_VERSION=0.20 inherit perl-module DESCRIPTION="A working (require q{Class::Name}) and more" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" virtual/perl-Scalar-List-Utils dev-perl/Data-OptList >=dev-perl/Module-Runtime-0.12.0 >=dev-perl/Module-Implementation-0.40.0 >=dev-perl/Package-Stash-0.320.0 dev-perl/Try-Tiny " DEPEND="${RDEPEND} test? ( virtual/perl-Test-Simple dev-perl/Test-Fatal dev-perl/Test-Requires )" SRC_TEST="do"