summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/ChangeLog5
-rw-r--r--profiles/package.mask16
2 files changed, 19 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 43b2b5f23c3d..892316b2294f 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,14 @@
# ChangeLog for profile directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10130 2015/06/14 09:38:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10131 2015/06/14 14:28:12 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!
+ 14 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask:
+ Mask obsolete Perl virtuals for removal
+
14 Jun 2015; Patrick Lauer <patrick@gentoo.org> package.mask:
Mask broken udev-init-scripts #551724
diff --git a/profiles/package.mask b/profiles/package.mask
index eb59568fb5ae..08db72cf42f0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,5 +1,5 @@
####################################################################
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16621 2015/06/14 09:38:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16622 2015/06/14 14:28:12 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
@@ -30,6 +30,20 @@
#--- END OF EXAMPLES ---
+# Andreas K. Huettel <dilfridge@gentoo.org> (14 Jun 2015)
+# The CGI, Module::Build, and Module::Pluggable modules have been
+# removed from the core Perl distribution and as package now reside
+# in the dev-perl category. This means the corresponding virtuals
+# are not needed anymore and will be removed in 30 days.
+# * If you have any of these virtuals installed, uninstall
+# (depclean) them.
+# * If the virtuals are required by some overlay package, that is
+# a bug in the overlay; the overlay ebuild should now depend on
+# the new dev-perl ebuild.
+virtual/perl-CGI
+virtual/perl-Module-Build
+virtual/perl-Module-Pluggable
+
# Patrick Lauer <patrick@gentoo.org> (14 Jun 2015)
# Has race condition / failure modes that make systems unusable
# See #551724 and duplicates