From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-811831-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7722F138CE6 for <garchives@archives.gentoo.org>; Sat, 13 Jun 2015 10:06:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D616E0855; Sat, 13 Jun 2015 10:06:31 +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 A07EDE0855 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jun 2015 10:06:30 +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 6A492340A44 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jun 2015 10:06:29 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2276) id 34B1FA2D; Sat, 13 Jun 2015 10:06:25 +0000 (UTC) From: "Andreas Huettel (dilfridge)" <dilfridge@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog package.mask X-VCS-Directories: profiles X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Huettel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150613100625.34B1FA2D@oystercatcher.gentoo.org> Date: Sat, 13 Jun 2015 10:06:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a3cb1a7d-990b-4b91-b7ac-90a7d7040104 X-Archives-Hash: 166062ad7c3477233a0d70e467854a4e dilfridge 15/06/13 10:06:25 Modified: ChangeLog package.mask Log: Add bignum to Perl 5.22 mask Revision Changes Path 1.10113 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10113&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10113&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10112&r2=1.10113 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.10112 retrieving revision 1.10113 diff -u -r1.10112 -r1.10113 --- ChangeLog 13 Jun 2015 10:02:32 -0000 1.10112 +++ ChangeLog 13 Jun 2015 10:06:24 -0000 1.10113 @@ -1,12 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10112 2015/06/13 10:02:32 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10113 2015/06/13 10:06:24 dilfridge Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: + Add bignum to Perl 5.22 mask + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: Add autodie to Perl 5.22 mask 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: 1.16609 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16609&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16609&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16608&r2=1.16609 Index: package.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16608 retrieving revision 1.16609 diff -u -r1.16608 -r1.16609 --- package.mask 13 Jun 2015 10:02:32 -0000 1.16608 +++ package.mask 13 Jun 2015 10:06:24 -0000 1.16609 @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16608 2015/06/13 10:02:32 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16609 2015/06/13 10:06:24 dilfridge Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -92,6 +92,7 @@ =virtual/perl-Time-Piece-1.290.0 =virtual/perl-XSLoader-0.200.0 =virtual/perl-autodie-2.260.0 +=virtual/perl-bignum-0.390.0 # Michał Górny <mgorny@gentoo.org> (04 Jun 2015) # New version of PyPy. Masked for testing and binary package build.