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 579C9138963 for ; Sun, 10 Feb 2013 08:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D421821C07C; Sun, 10 Feb 2013 08:55:02 +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 6674E21C07C for ; Sun, 10 Feb 2013 08:55:02 +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 711C533DA28 for ; Sun, 10 Feb 2013 08:55:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 902) id 396642171D; Sun, 10 Feb 2013 08:55:00 +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/Moo: ChangeLog Moo-1.0.8.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog Moo-1.0.8.ebuild X-VCS-Directories: dev-perl/Moo X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130210085500.396642171D@flycatcher.gentoo.org> Date: Sun, 10 Feb 2013 08:55:00 +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: 720d8760-55cf-4268-981e-7022c9b1ba7a X-Archives-Hash: ab17249891091663e5c2449e281f5376 tove 13/02/10 08:55:00 Modified: ChangeLog Added: Moo-1.0.8.ebuild Log: [bump] dev-perl/Moo-1.0.8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC) Revision Changes Path 1.28 dev-perl/Moo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Moo/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Moo/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Moo/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 6 Jan 2013 18:45:06 -0000 1.27 +++ ChangeLog 10 Feb 2013 08:55:00 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Moo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.27 2013/01/06 18:45:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.28 2013/02/10 08:55:00 tove Exp $ + +*Moo-1.0.8 (10 Feb 2013) + + 10 Feb 2013; Torsten Veller +Moo-1.0.8.ebuild: + Version bump 06 Jan 2013; Torsten Veller -Moo-1.0.3.ebuild, -Moo-1.0.4.ebuild, -Moo-1.0.5.ebuild: 1.1 dev-perl/Moo/Moo-1.0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Moo/Moo-1.0.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Moo/Moo-1.0.8.ebuild?rev=1.1&content-type=text/plain Index: Moo-1.0.8.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/Moo-1.0.8.ebuild,v 1.1 2013/02/10 08:55:00 tove Exp $ EAPI=5 MODULE_AUTHOR=MSTROUT MODULE_VERSION=1.000008 inherit perl-module DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="test" RDEPEND=" >=dev-perl/Class-Method-Modifiers-1.100.0 >=dev-perl/Devel-GlobalDestruction-0.90.0 >=dev-perl/Module-Runtime-0.12.0 >=dev-perl/Role-Tiny-1.2.4 >=dev-perl/strictures-1.4.3 " DEPEND="${RDEPEND} test? ( >=dev-perl/Test-Fatal-0.3.0 >=virtual/perl-Test-Simple-0.96 ) " SRC_TEST=do