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 AF5EC138E66 for ; Sun, 23 Feb 2014 19:08:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35437E0A9D; Sun, 23 Feb 2014 19:08:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE030E0A9D for ; Sun, 23 Feb 2014 19:08:46 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA13733F6A9 for ; Sun, 23 Feb 2014 19:08:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2342) id 341BE2004C; Sun, 23 Feb 2014 19:08:43 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Moo: Moo-1.4.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: Moo-1.4.2.ebuild ChangeLog X-VCS-Directories: dev-perl/Moo X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140223190843.341BE2004C@flycatcher.gentoo.org> Date: Sun, 23 Feb 2014 19:08:43 +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: 52c7b74c-9890-4130-bc91-3b921be961b2 X-Archives-Hash: b41574ad07004537acc5360de49dc785 zlogene 14/02/23 19:08:43 Modified: ChangeLog Added: Moo-1.4.2.ebuild Log: Version bump wrt bug #495154. Thanks to Kent Fredric. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.29 dev-perl/Moo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Moo/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Moo/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Moo/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 10 Feb 2013 08:55:00 -0000 1.28 +++ ChangeLog 23 Feb 2014 19:08:42 -0000 1.29 @@ -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.28 2013/02/10 08:55:00 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.29 2014/02/23 19:08:42 zlogene Exp $ + +*Moo-1.4.2 (23 Feb 2014) + + 23 Feb 2014; Mikle Kolyada +Moo-1.4.2.ebuild: + Version bump wrt bug #495154. Thanks to Kent Fredric. *Moo-1.0.8 (10 Feb 2013) 1.1 dev-perl/Moo/Moo-1.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Moo/Moo-1.4.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Moo/Moo-1.4.2.ebuild?rev=1.1&content-type=text/plain Index: Moo-1.4.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/Moo-1.4.2.ebuild,v 1.1 2014/02/23 19:08:42 zlogene Exp $ EAPI=5 MODULE_AUTHOR=HAARG MODULE_VERSION=1.004002 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.110.0 >=dev-perl/Dist-CheckConflicts-0.20.0 >=dev-perl/Import-Into-1.2.0 >=dev-perl/Module-Runtime-0.12.0 >=dev-perl/Role-Tiny-1.3.2 >=dev-perl/strictures-1.4.3 >=dev-lang/perl-5.8.1 " DEPEND="${RDEPEND} test? ( >=dev-perl/Test-Fatal-0.3.0 >=virtual/perl-Test-Simple-0.94 ) " SRC_TEST="do parallel"