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 8057F138CD3 for ; Sun, 7 Jun 2015 14:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 245EAE06FE; Sun, 7 Jun 2015 14:36:37 +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 C8B7CE06FE for ; Sun, 7 Jun 2015 14:36:36 +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 1737B340554 for ; Sun, 7 Jun 2015 14:36:36 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2276) id CA96DA23; Sun, 7 Jun 2015 14:36:34 +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 virtual/perl-Math-BigInt: ChangeLog perl-Math-BigInt-1.999.700.ebuild perl-Math-BigInt-1.999.100.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog perl-Math-BigInt-1.999.700.ebuild perl-Math-BigInt-1.999.100.ebuild X-VCS-Directories: virtual/perl-Math-BigInt X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Huettel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150607143634.CA96DA23@oystercatcher.gentoo.org> Date: Sun, 7 Jun 2015 14:36:34 +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: b6e47ed0-b61b-4ba4-afe3-3d683b034cb7 X-Archives-Hash: d1f28b6255b39e59270d953f7b8f4d6a dilfridge 15/06/07 14:36:34 Modified: ChangeLog Added: perl-Math-BigInt-1.999.700.ebuild Removed: perl-Math-BigInt-1.999.100.ebuild Log: Add Perl 5.22 version, remove old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F) Revision Changes Path 1.81 virtual/perl-Math-BigInt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 15 Feb 2015 10:49:18 -0000 1.80 +++ ChangeLog 7 Jun 2015 14:36:34 -0000 1.81 @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Math-BigInt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.80 2015/02/15 10:49:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.81 2015/06/07 14:36:34 dilfridge Exp $ + +*perl-Math-BigInt-1.999.700 (07 Jun 2015) + + 07 Jun 2015; Andreas K. Huettel + -perl-Math-BigInt-1.999.100.ebuild, +perl-Math-BigInt-1.999.700.ebuild: + Add Perl 5.22 version, remove old 15 Feb 2015; Agostino Sarubbo perl-Math-BigInt-1.999.300.ebuild: 1.1 virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild?rev=1.1&content-type=text/plain Index: perl-Math-BigInt-1.999.700.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild,v 1.1 2015/06/07 14:36:34 dilfridge Exp $ EAPI=5 DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=" || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) !perl-core/${PN#perl-}-${PV}-r999 "