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 49B56138C9D for ; Thu, 30 Apr 2015 21:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B91CBE0843; Thu, 30 Apr 2015 21:13:51 +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 59983E0843 for ; Thu, 30 Apr 2015 21:13:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D17C340BA7 for ; Thu, 30 Apr 2015 21:13:50 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2276) id 650BB998; Thu, 30 Apr 2015 21:13:45 +0000 (UTC) From: "Andreas Huettel (dilfridge)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Class-C3: Class-C3-0.280.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: Class-C3-0.280.0.ebuild ChangeLog X-VCS-Directories: dev-perl/Class-C3 X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Huettel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150430211346.650BB998@oystercatcher.gentoo.org> Date: Thu, 30 Apr 2015 21:13:45 +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: 04240a47-98ac-458f-aee8-89cd84bd437e X-Archives-Hash: c771406c6049ad7814b69f3e3352e177 dilfridge 15/04/30 21:13:45 Modified: ChangeLog Added: Class-C3-0.280.0.ebuild Log: Version bump; add a missing dependency, which means dropping a lot of keywords... (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F) Revision Changes Path 1.37 dev-perl/Class-C3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 10 Oct 2014 17:42:46 -0000 1.36 +++ ChangeLog 30 Apr 2015 21:13:45 -0000 1.37 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Class-C3 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/ChangeLog,v 1.36 2014/10/10 17:42:46 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/ChangeLog,v 1.37 2015/04/30 21:13:45 dilfridge Exp $ + +*Class-C3-0.280.0 (30 Apr 2015) + + 30 Apr 2015; Andreas K. Huettel + +Class-C3-0.280.0.ebuild: + Version bump; add a missing dependency, which means dropping a lot of + keywords... 10 Oct 2014; Mikle Kolyada -Class-C3-0.230.0.ebuild: Drop old. 1.1 dev-perl/Class-C3/Class-C3-0.280.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3/Class-C3-0.280.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3/Class-C3-0.280.0.ebuild?rev=1.1&content-type=text/plain Index: Class-C3-0.280.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/Class-C3-0.280.0.ebuild,v 1.1 2015/04/30 21:13:45 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=HAARG MODULE_VERSION=0.28 inherit perl-module DESCRIPTION="A pragma to use the C3 method resolution order algortihm" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" >=dev-perl/Algorithm-C3-0.70.0 virtual/perl-Scalar-List-Utils " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-CBuilder-0.270.0 virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) " SRC_TEST=do