Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: profiles/
Date: Mon, 31 Oct 2011 16:38:26
Message-Id: 20c85ce00655d3140d3291e3c3a0aaf0effd80f6.kent@gentoo
1 commit: 20c85ce00655d3140d3291e3c3a0aaf0effd80f6
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 31 16:36:34 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 31 16:36:34 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=20c85ce0
7
8 Add mask rules for all _rc things that are only available in perl-5.14.x
9
10 ---
11 profiles/package.mask | 26 +++++++++++++++++++++++++-
12 1 files changed, 25 insertions(+), 1 deletions(-)
13
14 diff --git a/profiles/package.mask b/profiles/package.mask
15 index c3c4c8a..a6c36e4 100644
16 --- a/profiles/package.mask
17 +++ b/profiles/package.mask
18 @@ -1,9 +1,33 @@
19 +# Kent Fredric <kentfredric@×××××.com> (01 Nov 2011)
20 +# Packages only available in 5.14.x
21 +=virtual/perl-i18n-langtags-0.350.100_rc
22 +=virtual/perl-i18n-langtags-0.350.100_rc-r1
23 +=virtual/perl-ExtUtils-MakeMaker-6.570.500_rc
24 +=virtual/perl-File-Path-2.80.100_rc
25 +=virtual/perl-IO-1.250.400_rc
26 +=virtual/perl-Test-1.250.200_rc
27 +=virtual/perl-Time-HiRes-1.972.101_rc
28 +=virtual/perl-Time-Piece-1.200.100_rc
29 +
30 +# Kent Fredric <kentfredric@×××××.com> (01 Nov 2011)
31 +# Packages only available in 5.14.0 and 5.14.1
32 +=virtual/perl-Data-Dumper-2.130.20_rc
33 +
34 +# Kent Fredric <kentfredric@×××××.com> (01 Nov 2011)
35 +# Packages only available in 5.14.1
36 +=virtual/perl-Module-CoreList-2.490.100_rc
37 +
38 +# Kent Fredric <kentfredric@×××××.com> (01 Nov 2011)
39 +# Packages only available in 5.14.2
40 +=virtual/perl-Encode-2.420.100_rc
41 +=virtual/perl-CPAN-1.960.1_rc
42 +=virtual/perl-Module-CoreList-2.490.200_rc
43 +
44 # Kent Fredric <kentfredric@×××××.com> (23 Sep 2011)
45 # KwaliteeTests now deprecated in favour of Test::Kwalitee
46 # People needing the old (depracated) module can also get the same
47 # module by installing dev-perl/Dist-Zilla-Plugin-Test-Kwalitee
48 # which now ships the KwaliteeTests plugin instead.
49 -#
50 # Removal Scheduled for 2012-01-01
51 dev-perl/Dist-Zilla-Plugin-KwaliteeTetsts
52 <=dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL-1.0.16