public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2015-08-14  9:33 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2015-08-14  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d55de216bb94af86f55e6cff8e83560e994cf9cf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 09:33:12 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 09:33:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55de216

profiles: Last rite net-libs/adns & dev-python/adns-python

Bug: https://bugs.gentoo.org/show_bug.cgi?id=513238
Bug: https://bugs.gentoo.org/show_bug.cgi?id=513994

 profiles/base/package.use.mask |  3 +++
 profiles/package.mask          | 10 ++++++++++
 2 files changed, 13 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a192f85..d9725b8 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -226,6 +226,9 @@ dev-libs/efl pixman
 
 # Jeroen Roovers <jer@gentoo.org> (20 Jun 2014)
 # net-libs/adns is going away (bug #513982)
+app-admin/apachetop adns
+dev-libs/liboop adns
+net-analyzer/nepenthes adns
 net-analyzer/wireshark libadns
 
 # Zac Medico <zmedico@gentoo.org> (06 Jun 2014)

diff --git a/profiles/package.mask b/profiles/package.mask
index c7bc1b3..2c17b9f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,16 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (14 Aug 2015)
+# net-libs/adns never had any Gentoo maintainer. Mostly dead upstream
+# since 2006 (short activity in 2014). Does not respect nsswitch.conf or
+# /etc/hosts. The current version does not support IPv6. net-dns/c-ares
+# is a suggested replacement. Removal in 30 days.
+# net-libs/adns: bug #513238
+# dev-python/adns-python: bug #513994
+dev-python/adns-python
+net-libs/adns
+
 # Patrice Clement <monsieurp@gentoo.org> (14 Aug 2015)
 # Unreachable HOMEPAGE (dead). Very very very old package: 
 # last release came out in 2001.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2015-10-11 13:49 Hans de Graaff
  0 siblings, 0 replies; 70+ messages in thread
From: Hans de Graaff @ 2015-10-11 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6680c070b9db9b7d6ab3ec7fa3cfee3023ee4cb4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 13:15:49 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 13:47:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6680c070

profiles: mask ruby 1.9 for removal, bug 536852

 profiles/base/use.mask | 1 +
 profiles/package.mask  | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index f93ee4d..ea8bc84 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -15,6 +15,7 @@ cuda
 ruby_targets_ruby18
 ruby_targets_jruby
 ruby_targets_ree18
+ruby_targets_ruby19
 
 # masking here and unmasking in default/linux/
 kmod

diff --git a/profiles/package.mask b/profiles/package.mask
index 15edd8f..689fbf8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff <graaff@gentoo.org> (11 Oct 2015)
+# Ruby 1.9 is no longer maintained upstream since January
+# 2015, bug 536852.
+# Masked for removal in 30 days.
+=dev-lang/ruby-1.9*
+
 # Michael Palimaka <kensington@gentoo.org (9 Oct 2015)
 # Dead upstream. No consumers. Collides with other packages.
 # Bug #560932 and bug #557006. Masked for removal in 30 days.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2015-12-02 15:00 Brian Evans
  0 siblings, 0 replies; 70+ messages in thread
From: Brian Evans @ 2015-12-02 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0c3462e46c5297e346de3ca1001069fc8e1fb8d2
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 14:54:55 2015 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 14:54:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c3462e4

package.mask: Mask PHP 5.4 which is EOL with no further releases

 profiles/base/use.mask | 4 ++++
 profiles/package.mask  | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index ae48a6d..af98fa0 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Brian Evans <grknight@gentoo.org> (2 Dec 2015)
+# php 5.4 is end of life, masked for removal
+php_targets_php5-4
+
 # Daniel Kuehn <lejonet@gentoo.org> (13 Nov 2015)
 # Masking sssd USE-flag globally and unmasking it on the tested arches
 # to stop minor arches from blocking major arches AND prevent the dropping

diff --git a/profiles/package.mask b/profiles/package.mask
index 16aea33..05b2ce4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Brian Evans <grknight@gentoo.org> (02 Dec 2015)
+# PHP 5.4 is End Of Life and will not receive any further updates
+# Please migrate to 5.5 or, preferably 5.6.
+dev-lang/php:5.4
+~virtual/httpd-php-5.4
+
 # Michael Sterrett <mr_bones_@gentoo.org> (01 Dec 2015)
 # No release since 2005; upstream is gone; doesn't build
 # on modern systems.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2015-12-18  5:13 Brian Evans
  0 siblings, 0 replies; 70+ messages in thread
From: Brian Evans @ 2015-12-18  5:13 UTC (permalink / raw
  To: gentoo-commits

commit:     098a3a35f6fa40900b6fa9cb29da3f557558c7f2
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 05:12:52 2015 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 05:13:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098a3a35

Unmask php:7.0 to ~arch

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/use.mask        |  3 ---
 profiles/base/use.stable.mask |  4 ++++
 profiles/package.mask         | 16 +---------------
 3 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index a7a4a07..266f2f7 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -13,9 +13,6 @@ php_targets_php5-4
 # 540540 and 525674
 sssd
 
-# php 7 is still masked for testing
-php_targets_php7-0
-
 # cilk has been ported only to x86 systems
 cilk
 

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 2d3846d..f9e89e4 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -5,6 +5,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Brian Evans <grknight@gentoo.org> (18 Dec 2015)
+# Needs dev-lang/php:7.0 stable
+php_targets_php7-0
+
 # Mike Gilbert <floppym@gentoo.org> (02 Oct 2015)
 # Needs dev-lang/python:3.5 stable
 python_targets_python3_5

diff --git a/profiles/package.mask b/profiles/package.mask
index 2d87568..c6fe2fd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -77,10 +77,6 @@ dev-java/jscience
 # experimental features and accept a more unstable release.
 >=www-client/chromium-49
 
-# Michael Orlitzky <mjo@gentoo.org> (06 Dec 2015)
-# Masked for testing of the new apache2/php7 support.
->=app-eselect/eselect-php-0.8.0
-
 # Mike Gilbert <floppym@gentoo.org> (06 Dec 2015)
 # Masked for testing.
 =sys-apps/dbus-1.10*
@@ -120,8 +116,7 @@ dev-java/jigsaw
 
 # Brian Evans <grknight@gentoo.org> (02 Dec 2015)
 # All current targets are masked.
-# New version only works on PHP7.
-dev-php/pecl-taint
+<dev-php/pecl-taint-1.99.99
 
 # Brian Evans <grknight@gentoo.org> (02 Dec 2015)
 # Zend Opcache was integrated into PHP versions 5.5 and later
@@ -229,10 +224,6 @@ dev-tex/latex-unicode
 # Masked for removal in 30 days.
 dev-perl/Parse-CPAN-Meta
 
-# Brian Evans <grknight@gentoo.org> (06 Nov 2015)
-# Mask new versions of dev-php/pecl-yaml that only work with PHP-7+
->=dev-php/pecl-yaml-2.0
-
 # Michał Górny <mgorny@gentoo.org> (30 Oct 2015)
 # Uses unsafe ioctls that could result in data corruption. Upstream
 # is working on replacing them in the wip/dedup-syscall branch.
@@ -327,11 +318,6 @@ dev-libs/iniparser:4
 # See #551724 and duplicates
 =sys-fs/udev-init-scripts-29
 
-# Ole Markus With <olemarkus@gentoo.org> (12 Jun 2015)
-# Masking PHP 7 pre-release versions
-dev-lang/php:7.0
-=virtual/httpd-php-7.0
-
 # Ryan Hill <rhill@gentoo.org> (28 Apr 2015)
 # Moving to /lib/gentoo/functions.sh broke the eclass
 # by changing output it relies on. See bug #504118,


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-01-09 16:34 Alon Bar-Lev
  0 siblings, 0 replies; 70+ messages in thread
From: Alon Bar-Lev @ 2017-01-09 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     04d42f01ecb05c251867feeb9a1888811eb94251
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  9 16:30:37 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Jan  9 16:33:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d42f01

profiles: cleanup gnutls masks

 profiles/base/package.use.mask | 6 ------
 profiles/package.mask          | 4 ----
 2 files changed, 10 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 088a92f..4d11f4c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -292,12 +292,6 @@ sci-libs/gdal ruby
 # Currently broken upstream. We still hope it will get fixed.
 app-office/libreoffice telepathy
 
-# Alexandre Rostovtsev <tetromino@gentoo.org> (27 Aug 2015)
-# PDF generation fails due to missing dependencies and the general brokenness
-# of gtkdoc-pkpdf, bug #552356
-=net-libs/gnutls-2.12.23-r6 doc
-=net-libs/gnutls-3.3.15 doc
-
 # James Le Cuirot <chewi@gentoo.org> (18 Aug 2015)
 # gcc[awt] is only used by gcj-jdk[awt] and that isn't needed by
 # anything in the tree. The toolchain folks aren't keen to support it

diff --git a/profiles/package.mask b/profiles/package.mask
index 23bb747..7579f34 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -335,10 +335,6 @@ media-video/motion
 # Bug #483888
 <=dev-perl/Archive-Rar-2.20.0-r1
 
-# Alon Bar-Lev <alonbl@gentoo.org> (13 May 2016)
-# Force gnutls-3.4 testing so we can stabilize it.
->=net-libs/gnutls-3.5.0
-
 # Lars Wendler <polynomial-c@gentoo.org> (2 May 2016)
 # Broken reverse deps. At least one header file has been moved around.
 >=media-gfx/imagemagick-7.0.1.0


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-02-25 15:03 Mike Gilbert
  0 siblings, 0 replies; 70+ messages in thread
From: Mike Gilbert @ 2017-02-25 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a1ae01454a8dafd1889bb03ffb38616c2de2dd5b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 18:31:10 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 15:03:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ae0145

profiles: remove dev-lang/python:3.6 mask

 profiles/base/package.use.mask | 4 ----
 profiles/base/use.mask         | 5 -----
 profiles/package.mask          | 4 ----
 3 files changed, 13 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7057855a98..970523af4b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -30,10 +30,6 @@ media-libs/opensubdiv opencl
 # rust on mozilla packages is experimental
 www-client/firefox rust
 
-# Michał Górny <mgorny@gentoo.org> (25 Jan 2017)
-# Unmask python-exec support for experimental dev-lang/python:3.6
-dev-lang/python-exec -python_targets_python3_6
-
 # Matt Turner <mattst88@gentoo.org> (25 Jan 2017)
 # xf86-video-??? masked for removal
 x11-base/xorg-drivers video_cards_v4l

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 370b9b6ba0..10f106da71 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -5,11 +5,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Michał Górny <mgorny@gentoo.org> (25 Jan 2017)
-# Masked until dev-lang/python:3.6 is unmasked
-python_targets_python3_6
-python_single_target_python3_6
-
 # Michael Palimaka <kensington@gentoo.org> (29 Dec 2016)
 # elogind support is not yet fully implemented in all required packages
 elogind

diff --git a/profiles/package.mask b/profiles/package.mask
index 3a5e185020..4e1c9988ed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -423,10 +423,6 @@ dev-php/PEAR-PHP_Shell
 # Use x11-drivers/nvidia-drivers[tools] instead.
 media-video/nvidia-settings
 
-# Mike Gilbert <floppym@gentoo.org> (08 Jan 2017)
-# Masked pending testing and eclass/profile support.
-dev-lang/python:3.6
-
 # Michael Orlitzky <mjo@gentoo.org> (07 Jan 2017)
 # This package has some dangerous quality and security issues, but
 # people may still find it useful. It is masked to prevent accidental


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-06-10 19:17 Andreas Hüttel
  0 siblings, 0 replies; 70+ messages in thread
From: Andreas Hüttel @ 2017-06-10 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     fac8fccf1d42fd7cfc21122b646414cb4471aaf8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 19:54:47 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 19:16:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac8fccf

package.mask: Move ICU-59 mask from main package.mask to base profile mask

 profiles/base/package.mask | 6 ++++++
 profiles/package.mask      | 6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 320a6bbb1a0..6fa75c0ec35 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -1,2 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
+# Andreas K. Hüttel <dilfridge@gentoo.org> (27 May 2017)
+# This release and later require C++11 or C++14
+# So we mask it here, and unmask in 17.0 release profiles
+>=dev-libs/icu-59
+>=dev-libs/icu-layoutex-59

diff --git a/profiles/package.mask b/profiles/package.mask
index a7d04923b5d..670d1cccd9e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -465,12 +465,6 @@ sci-chemistry/mead
 # dependencies. See #594134. To be removed in 30 days.
 sys-fabric/libibvpp
 
-# Andreas K. Hüttel <dilfridge@gentoo.org> (13 May 2017)
-# This release breaks lots of reverse deps because of conflicting types.
-# So let's get it in the tree, mask it and test.
-=dev-libs/icu-59*
-=dev-libs/icu-layoutex-59*
-
 # Michael Orlitzky <mjo@gentoo.org> (11 May 2017)
 # Neither of these packages has a clear license, and both are
 # unmaintained (and probably unused). No reverse dependencies,


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-08-03 20:06 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2017-08-03 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     caa7c4475d940e863ef10176d293a6938245f88c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 16:15:47 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 20:05:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa7c447

package.mask: Last rite sys-kernel/openvz-sources, #580516

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 550d8644ac2..d299d8de36a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
+# sys-kernel/openvz-sources is being treecleaned wrt #580516.
+app-emulation/libvirt openvz
+
 # Michał Górny <mgorny@gentoo.org> (30 Jul 2017)
 # The Z3 backend is unstable and causes assertion failures. Mask it
 # until upstream fixes it properly.

diff --git a/profiles/package.mask b/profiles/package.mask
index 50507fa0bcf..c22c0fcd9ed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
+# Unmaintained since mid-2016, requires an active maintainer. Has
+# multiple build failure bugs. Removal in 30 days. Bug #580516.
+sys-kernel/openvz-sources
+
 # Alexey Shvetsov <alexxy@gentoo.org> (26 Jul 2017)
 # Its pre release so better to mask it
 =media-gfx/freecad-0.17_pre*


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-08-03 20:06 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2017-08-03 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7a0de6291c3cbcd225eb3e19f416a08c9ed94bd2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 16:51:35 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 20:06:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0de629

package.mask: Last rite sys-boot/plymouth & rdeps, #621470

 profiles/base/package.use.mask |  6 ++++++
 profiles/package.mask          | 12 ++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d299d8de36a..7a651fe7e6c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,6 +8,12 @@
 # mask everywhere, unmask on arch/*) use arch/base.
 
 # Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
+# sys-boot/plymouth is being treecleaned wrt #621470.
+gnome-base/gdm plymouth
+kde-plasma/plasma-meta plymouth
+sys-kernel/genkernel-next plymouth
+
+# Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
 # sys-kernel/openvz-sources is being treecleaned wrt #580516.
 app-emulation/libvirt openvz
 

diff --git a/profiles/package.mask b/profiles/package.mask
index bf700ab1070..27cb4019850 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,18 @@
 #--- END OF EXAMPLES ---
 
 # Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
+# sys-boot/plymouth is unmaintained since Apr 2016. The current version
+# has multiple bugs, including not supporting OpenRC. It really needs
+# an active maintainer. Removal in 30 days. Bug #621470.
+#
+# The remaining packages are sys-boot/plymouth reverse dependencies.
+# They have no use without it, so they are being removed as well.
+kde-plasma/breeze-plymouth
+kde-plasma/plymouth-kcm
+sys-boot/plymouth
+sys-boot/plymouth-openrc-plugin
+
+# Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
 # sys-apps/yum is severely outdated (last bump 2013), unmaintained
 # since 2010. It has vulnerabilities. Removal in 30 days. Bug #499328.
 #


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-08-09  3:06 Matt Thode
  0 siblings, 0 replies; 70+ messages in thread
From: Matt Thode @ 2017-08-09  3:06 UTC (permalink / raw
  To: gentoo-commits

commit:     fc982a56516248f0b827a569b5e8ffd455a1ef78
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 02:57:00 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 03:06:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc982a56

Revert "package.mask: Last rite sys-boot/plymouth & rdeps, #621470"

This reverts commit 7a0de6291c3cbcd225eb3e19f416a08c9ed94bd2.

This really should not have been committed without discussing it in way
more detail than was discussed initially.  I'll add myself as maintainer
in the mean time while this gets sorted.

 profiles/base/package.use.mask |  6 ------
 profiles/package.mask          | 12 ------------
 2 files changed, 18 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 096721a6087..6e9c1b76de1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -12,12 +12,6 @@
 <app-text/texlive-core-2013 xetex
 
 # Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
-# sys-boot/plymouth is being treecleaned wrt #621470.
-gnome-base/gdm plymouth
-kde-plasma/plasma-meta plymouth
-sys-kernel/genkernel-next plymouth
-
-# Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
 # sys-kernel/openvz-sources is being treecleaned wrt #580516.
 app-emulation/libvirt openvz
 

diff --git a/profiles/package.mask b/profiles/package.mask
index 0a0b10fc98d..b3b67d6e37d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -78,18 +78,6 @@ media-libs/silgraphite
 dev-texlive/texlive-documentation
 
 # Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
-# sys-boot/plymouth is unmaintained since Apr 2016. The current version
-# has multiple bugs, including not supporting OpenRC. It really needs
-# an active maintainer. Removal in 30 days. Bug #621470.
-#
-# The remaining packages are sys-boot/plymouth reverse dependencies.
-# They have no use without it, so they are being removed as well.
-kde-plasma/breeze-plymouth
-kde-plasma/plymouth-kcm
-sys-boot/plymouth
-sys-boot/plymouth-openrc-plugin
-
-# Michał Górny <mgorny@gentoo.org> (04 Aug 2017)
 # Unmaintained since mid-2016, requires an active maintainer. Has
 # multiple build failure bugs. Removal in 30 days. Bug #580516.
 sys-kernel/openvz-sources


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-09-18 15:39 Paweł Hajdan
  0 siblings, 0 replies; 70+ messages in thread
From: Paweł Hajdan @ 2017-09-18 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7eb6fa4805987434502071d2e4e0032e979b96b3
Author:     Pawel Hajdan, Jr <phajdan.jr <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 15:39:35 2017 +0000
Commit:     Paweł Hajdan <phajdan.jr <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 15:39:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb6fa48

profiles: update chromium mask for M63; mask USE=system-icu

 profiles/base/package.use.mask |  4 ++++
 profiles/package.mask          | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index bfed8c0397f..c6d0ad70d69 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pawel Hajdan jr <phajdan.jr@gentoo.org> (18 Sep 2017)
+# Depends on >=icu-59, still masked.
+>=www-client/chromium-62.0.3202.9 system-icu
+
 # Andreas K. Huettel <dilfridge@gentoo.org> (9 Sep 2017)
 # Potentially destructive. Use it only if you know what you're doing.
 sys-libs/glibc vanilla

diff --git a/profiles/package.mask b/profiles/package.mask
index 1baeedc6fa1..95b03755f35 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Pawel Hajdan, Jr. <phajdan.jr@gentoo.org> (18 Sep 2017)
+# Dev channel releases are only for people who are developers or want more
+# experimental features and accept a more unstable release.
+>=www-client/chromium-63
+
 # Kent Fredric <kentnl@gentoo.org> (18 Sep 2017)
 # Dead upstream, requires Module::Install. May be kept
 # if somebody can make an argument for it. Bug #631334
@@ -302,11 +307,6 @@ app-xemacs/cogre
 app-xemacs/ecb
 app-xemacs/xemacs-packages-all
 
-# Pawel Hajdan, Jr. <phajdan.jr@gentoo.org> (09 Aug 2017)
-# Dev channel releases are only for people who are developers or want more
-# experimental features and accept a more unstable release.
->=www-client/chromium-62
-
 # Lars Wendler <polynomial-c@gentoo.org> (06 Aug 2017)
 # Masked for security reasons:
 # https://bugs.gentoo.org/600214


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-09-20 22:20 NP Hardass
  0 siblings, 0 replies; 70+ messages in thread
From: NP Hardass @ 2017-09-20 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     6f1fcfa83b146bdca6c5def233e63c14a0c89d7d
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 20 22:04:09 2017 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 22:20:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1fcfa8

profiles: base/package.use.mask package.mask: Drop net-misc/vde masks

Acked-By: mjo <AT> gentoo.org
Bug: https://bugs.gentoo.org/603382

 profiles/base/package.use.mask | 5 -----
 profiles/package.mask          | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c6d0ad70d69..34228de8980 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -23,11 +23,6 @@ sys-libs/glibc vanilla
 # This is a security risk if not used carefully, bug 628596.
 net-analyzer/nrpe command-args
 
-# Michael Orlitzky <mjo@gentoo.org> (18 Aug 2017)
-# net-misc/vde is masked, so don't let users try to pull it in.
-app-emulation/qemu vde
-net-vpn/tinc vde
-
 # Michał Górny <mgorny@gentoo.org> (05 Aug 2017)
 # media-libs/silgraphite is being treecleaned wrt #594314.
 <app-text/texlive-core-2013 xetex

diff --git a/profiles/package.mask b/profiles/package.mask
index e75be5dd177..1c3ac243895 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -310,7 +310,7 @@ games-rpg/a-bird-story
 # Last version from 2011, and has a vulnerable init script
 # (bug 603382). The proxy-maintainer is unknown to bugzilla,
 # and the previous maintainer jmbsvicetto is OK with masking.
-net-misc/vde
+<net-misc/vde-2.3.2-r4
 
 # Mats Lidell <matsl@gentoo.org> (17 Aug 2017)
 # Masked ede and all its dependencies due to security reasons. 


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-10-15 21:34 Andreas Sturmlechner
  0 siblings, 0 replies; 70+ messages in thread
From: Andreas Sturmlechner @ 2017-10-15 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     55e5a8444a973212dc8e24ec8489726b18af5df9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 21:25:45 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 21:32:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e5a844

profiles: Unmask >=net-libs/libtorrent-rasterbar-1.1.1

Gentoo-bug: CVE-2016-7164, CVE-2017-9847, 630364

 profiles/base/package.use.mask | 5 -----
 profiles/package.mask          | 4 ----
 2 files changed, 9 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f3a074a2d86..5050f0f700f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -11,11 +11,6 @@
 # Depends on old ffmpeg-2, which no longer exists in the repo.
 <=media-tv/tvheadend-4.0.9 ffmpeg
 
-# Andreas Sturmlechner <asturm@gentoo.org> (30 Sep 2017)
-# Depends on masked net-libs/libtorrent-rasterbar-1.1
-# bugs #580760, #630364
-net-misc/fatrat bittorrent
-
 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (18 Sep 2017)
 # Ian Stakenvicius <axs@gentoo.org> (27 Sep 2017)
 # Depends on >=icu-59, still masked.

diff --git a/profiles/package.mask b/profiles/package.mask
index 1b91a453811..f1116b371ca 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -554,10 +554,6 @@ x11-libs/gtk+:1
 =app-emulation/ganeti-2.16*
 =app-emulation/ganeti-2.17*
 
-# Markos Chandras <hwoarang@gentoo.org> (10 Dec 2016)
-# Reverse dependencies need testing, wrt bug #580760
->=net-libs/libtorrent-rasterbar-1.1.1
-
 # Michał Górny <mgorny@gentoo.org> (17 Nov 2016)
 # New version masked for testing. It supports source-window buffer size
 # over 2G but it 'currently performs 3-5% slower and has 1-2% worse


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-12-25 22:10 Andreas Hüttel
  0 siblings, 0 replies; 70+ messages in thread
From: Andreas Hüttel @ 2017-12-25 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ff8eb7445b9fbaadfcffe1b0b7f4127e284d5423
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 22:09:09 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 22:10:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8eb744

package.mask: Mask app-text/dvibook, app-text/{x,}dvipdfm{,x} for removal

Bug: https://bugs.gentoo.org/628820

 profiles/base/package.use.mask | 5 +++++
 profiles/package.mask          | 8 ++++++++
 2 files changed, 13 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0ad4c692f46..809a381aea4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (25 Dec 2017)
+# We need to clean up obsolete packages a bit. Bug 628820.
+~app-text/texlive-core-2012 xetex
+~app-text/texlive-core-2013 xetex
+
 # James Le Cuirot <chewi@gentoo.org> (17 Dec 2017)
 # Java 9 is not yet fully supported on Gentoo. Having a masked
 # gentoo-vm flag allows us to provide it without it breaking Gentoo

diff --git a/profiles/package.mask b/profiles/package.mask
index 59a617796d5..d90e5da7439 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (25 Dec 2017)
+# Provided (and blocked) by app-text/texlive-core
+# Removal in 30 days; bug 628820
+app-text/dvibook
+app-text/dvipdfm
+app-text/dvipdfmx
+app-text/xdvipdfmx
+
 # Andreas Sturmlechner <asturm@gentoo.org> (25 Dec 2017)
 # Masked for testing
 =dev-db/tora-3.2


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-12-27 14:13 Pacho Ramos
  0 siblings, 0 replies; 70+ messages in thread
From: Pacho Ramos @ 2017-12-27 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     3cc9017f27700d69110ac144b2e76aa083793984
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 14:13:21 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 14:13:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc9017f

Mask some packages for removal

 profiles/base/package.use.mask |   4 ++
 profiles/package.mask          | 107 +++++++++++++++++++++++++++++++++++------
 2 files changed, 97 insertions(+), 14 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 809a381aea4..e29ab67077b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# We will remove ptlib, its support was broken anyway (#624578).
+net-voip/yate h323
+
 # Andreas K. Hüttel <dilfridge@gentoo.org> (25 Dec 2017)
 # We need to clean up obsolete packages a bit. Bug 628820.
 ~app-text/texlive-core-2012 xetex

diff --git a/profiles/package.mask b/profiles/package.mask
index 2e596138c8a..3afbe4b5f18 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,99 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Dead for ages, not needed, for java 1.5 (#638036). Removal in a month.
+dev-java/jikes
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Dead for ages, requires glibc with rpc (#371391). Removal in a month.
+net-misc/netkit-rusers
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Out ebuild is completely obsolete (#381073), download manually PPD is
+# preferred, current tarballs cannot be downloaded even (#635146). Removal
+# in a month.
+net-print/xerox-drivers
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Dead and broken for a long time (#427876), nothing requires this. Removal
+# in a month.
+dev-dotnet/gnome-sharp
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Dead and broken for a long time (#428354, #562772, #624956, #558120,
+# #585222, #585548, #605706, #612368), nothing requires this. Removal
+# in a month.
+# Mikhail Pukhlikov <cynede@gentoo.org> (20 Jul 2017)
+# Old mono/dotnet packages (used on GNOME2 stack)
+# also some deprecated forks used for monodevelop
+# awhile they are very unstable they will live in dotnet overlay
+gnome-extra/docky
+dev-dotnet/gnome-desktop-sharp
+dev-dotnet/gtksourceview-sharp
+dev-dotnet/rsvg-sharp
+dev-dotnet/vte-sharp
+dev-dotnet/wnck-sharp
+dev-dotnet/xdt-for-monodevelop
+dev-dotnet/nuget
+dev-dotnet/referenceassemblies-pcl
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Dead for ages, rely on deprecated/dead libs (#447466). Removal in a month.
+dev-vcs/bzr-gtk
+dev-vcs/bzr-explorer
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Completely broken for years (#514400, #596078, #598609, #640096, #641428).
+# Removal in a month.
+dev-cpp/pficommon
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Dead for a long time, failing tests (#526900), nothing requires it.
+# Removal in a month.
+net-misc/ytalk
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Upstream dead, SRC_URI dead, nothing requires it (#533812). Removal in a
+# month.
+media-video/replex
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Not compatible with mono-4 (#557588, #562546, #569252, #581920, #585860, #596652),
+# nothing requires them. Removal in a month.
+dev-dotnet/xsp
+dev-dotnet/nini
+dev-lang/mono-basic
+dev-util/jay
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# python files installed in wrong path (#580328), relies on qt4 and cannot
+# be bumped (#585328), fails with gcc6 (#630332), fails to build (#641514).
+# Removal in a month.
+sci-visualization/qtiplot
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Dead upstream for a long time, relies on dead gnome-icon-theme and has
+# some crashes (#602144). Removal in a month.
+app-doc/podbrowser
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# Dead upstream for a long time, relies on dead gnome-icon-theme and nothing
+# requires it (#602146). Removal in a month.
+games-emulation/gxmame
+
+# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
+# All Ekiga set is dead and broken for years, it relies on obsolete
+# dead/libs that are also old and broken and upstream looks to not release
+# newer ekiga ever. To keep this please go ahead and take care of it *and
+# all the dependencies it also needs*. See bugs #626176, #460458, #589276,
+# #638122, #641990, #633670, #624578, #600398, #627868.
+# Removal in a month.
+net-libs/ptlib
+net-libs/opal
+net-voip/openmcu
+net-voip/ekiga
+
 # Alice Ferrazzi <alicef@gentoo.org> (27 Dec 2017)
 # Masked for removal in 30 days.
 # There are issue on this kernel version due to a heavy changeset.
@@ -719,20 +812,6 @@ app-xemacs/xemacs-packages-all
 # See: https://github.com/perl5-dbi/DBD-mysql/issues/117
 =dev-perl/DBD-mysql-4.42.0
 
-# Mikhail Pukhlikov <cynede@gentoo.org> (20 Jul 2017)
-# Old mono/dotnet packages (used on GNOME2 stack)
-# also some deprecated forks used for monodevelop
-# awhile they are very unstable they will live in dotnet overlay
-gnome-extra/docky
-dev-dotnet/gnome-desktop-sharp
-dev-dotnet/gtksourceview-sharp
-dev-dotnet/rsvg-sharp
-dev-dotnet/vte-sharp
-dev-dotnet/wnck-sharp
-dev-dotnet/xdt-for-monodevelop
-dev-dotnet/nuget
-dev-dotnet/referenceassemblies-pcl
-
 # Ian Stakenvicius <axs@gentoo.org> (19 Jul 2017)
 # Mask spidermonkey:52 as it is a self-rolled release, no official
 # release has been rolled.  Is only committed to support development


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2017-12-28 12:49 Pacho Ramos
  0 siblings, 0 replies; 70+ messages in thread
From: Pacho Ramos @ 2017-12-28 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0ce38644e4ccc14fd0061009c7f53741bdfdc11b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 12:48:46 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 12:48:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce38644

Mask some packages for removal

 profiles/base/package.use.mask | 10 +++++
 profiles/package.mask          | 86 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e29ab67077b..3d4894937bc 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,16 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# The whole zeitgeist stuck is dead (#629180)
+gnome-extra/synapse zeitgeist
+www-client/midori zeitgeist
+app-editors/gedit-plugins zeitgeist
+app-misc/bijiben zeitgeist
+dev-libs/folks zeitgeist
+media-sound/rhythmbox zeitgeist
+media-video/totem zeitgeist
+
 # Pacho Ramos <pacho@gentoo.org> (27 Dec 2017)
 # We will remove ptlib, its support was broken anyway (#624578).
 net-voip/yate h323

diff --git a/profiles/package.mask b/profiles/package.mask
index 610eec649b9..5eb9647708e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,92 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Dead since 2005, nothing requires it, installs object files in
+# /usr/share/doc (#451792). Removal in a month.
+media-libs/libdvb
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# This was replaced by sys-cluster/drbd-utils (#590872), reverse deps were
+# already migrated to it, doesn't build with latest glibc (#616510). Removal
+# in a month.
+sys-cluster/drbd
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Fails to build (#595706), nothing requires it. Removal in a month.
+dev-lang/blassic
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Fails at runtime (#614314). Removal in a month.
+app-text/nfoview
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Needs to be migrated to pycryptodome, this was merged into paramiko
+# (#611616). Removal in a month.
+dev-python/ssh
+dev-python/starcluster
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Fails with recent boost (#617060, #598702). Removal in a month.
+media-gfx/aqsis
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# A major version bump is needed (#412447), fails with multilib-strict
+# (#613542), not compatible with newer imagemagick (#619514), cannot be
+# downloaded (#635566). Removal in a month.
+media-libs/vips
+media-gfx/nip2
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Multiple build failures and bugs (#634316), fails with recent lua
+# (#434242), init script is buggy (#496724), bash completion files installed
+# wrongly (#526280), fails with newer botan (#537572). Removal in a month.
+dev-vcs/monotone
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Fails to build (#622110), upstream dead for years. Removal in a month.
+app-misc/tasque
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Needs a major version bump and relies on lots of dead libs (#624160).
+# Removal in a month.
+x11-terms/terminator
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Requires dead gnome2 python bindings (#629180) and old gstreamer, also all
+# zeitgeist stack has important bugs and upstream is gone (#629180#c2):
+# zeitgeist-explorer doesn't start (#622084), activity-log-manager fails to
+# build (#625140), 
+gnome-extra/gnome-activity-journal
+gnome-extra/zeitgeist-explorer
+gnome-extra/activity-log-manager
+gnome-extra/zeitgeist
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Dead for ages, relies on old gnome2 python bindings (#640036). Removal in
+# a month.
+gnome-extra/cameramonitor
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Upstream gone, relies on old gnome2 python bindings (#640042). Removal in
+# a month.
+media-gfx/gnome-specimen
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Upstream dead for ages, relies on old gnome2 python bindings (#640050).
+# Removal in a month.
+net-misc/polly
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Upstream gone, relies on old gnome2 python bindings (#640052). Removal in
+# a month.
+sys-apps/pyrenamer
+
+# Pacho Ramos <pacho@gentoo.org> (28 Dec 2017)
+# Upstream dead since 2006, relies on old gnome2 python bindings and many
+# other dead libs (#640068). Removal in a month.
+media-sound/ifp-gnome
+
 # David Seifert <soap@gentoo.org> (28 Dec 2017)
 # Last release in 2001, doesn't support amd64, EAPI 2.
 # Removal in 30 days


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2018-01-04 11:46 Pacho Ramos
  0 siblings, 0 replies; 70+ messages in thread
From: Pacho Ramos @ 2018-01-04 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e99aa5a96a6d3c0a7a87cb162ae6aef6af775707
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 11:46:11 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 11:46:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99aa5a9

Mask some packages for removal

 profiles/base/package.use.mask |   4 ++
 profiles/package.mask          | 156 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 160 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0acb4082c1e..8ff8136c352 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# sys-apps/raidutils is going to be removed (#638634)
+net-analyzer/nagios-plugin-check_raid i2o
+
 # Andrey Utkin <andrey_utkin@gentoo.org> (29 Dec 2017)
 # This flag can be sensibly enabled only on macos.
 # Can be unmasked in prefix/darwin/macos profiles. Bug #637482

diff --git a/profiles/package.mask b/profiles/package.mask
index a7d5a4a04c7..fa467c50e5a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,162 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Nobody bothered to bump it for ages, NPAPI is phased out (#468772).
+# Removal in a month.
+media-plugins/npapi-vlc
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Fails to fetch (#597424). Removal in a month.
+sci-chemistry/platon
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Multiple build issues (#423471, #529772, #558206, #574910, #603304,
+# #638602), problems with init.d scripts (#390231), major version bump
+# #pending to be done (#610744). Removal in a month.
+sys-fs/ocfs2-tools
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Fails to build, a major version bump is needed but it's hard to bump
+# (#626050, #626052). Removal in a month.
+net-nds/ypserv
+net-nds/ypbind
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Unmaintained, no server still usable for this software (#626676). Removal
+# in a month.
+app-text/antixls
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Upstream is died, no server still usable for this (#626770). Removal in a
+# month.
+games-arcade/bloboats
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Upstream dead, not compatible with latest mariadb, nothing requires this
+# in the tree (#628526, #629470, #629552, #629712, #629978, #630002,
+# #630098, #630650). Removal in a month.
+dev-db/lib_mysqludf_fPROJ4
+dev-db/lib_mysqludf_preg
+dev-db/lib_mysqludf_ta
+dev-db/lib_mysqludf_stat
+dev-db/lib_mysqludf_str
+dev-db/lib_mysqludf_udf
+dev-db/lib_mysqludf_sys
+dev-db/lib_mysqludf_json
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Not properly mirrored, 14 years old and not really useful this days
+# (#629328). Removal in a month.
+x11-themes/lush
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Fails multilib-strict check (#628836). Nothing requires it. Removal in a
+# month.
+dev-libs/dclog
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Tries to install at pkg_postinst phase (#628804). Removal in a month.
+app-misc/misterhouse
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Configure hangs (#628726), a major version bump is needed (#510050).
+# Removal in a month.
+app-forensics/autopsy
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Multiple security issues, init scripts need a major rework (#629416,
+# #629412, #631068, #623806). Removal in a month.
+net-im/jabberd2
+net-im/mu-conference
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Not compatible with current libmowgli, no reverse deps (#630030). Removal
+# in a month.
+dev-libs/libmcs
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Upstream dead, QT4 consumer (#630550). Removal in a month.
+x11-libs/qwtplot3d
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# No reverse deps, fails to build (#630866). Removal in a month.
+dev-libs/libmowgli-glib
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Deprecated tools replace by dev-python/awscli (#633374). Removal in a
+# month.
+app-admin/aws-as-tools
+app-admin/aws-cw-tools
+app-admin/aws-iam-tools
+app-admin/aws-rds-tools
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Relies on obsolete code.google, nothing uses it at present time (#633984).
+# Removal in a month.
+net-misc/slimrat
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Upstream dead, fails to fetch (#586504, #640546, #636466). Removal in a
+# month.
+games-emulation/xe
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Fails to build (#637612). Removal in a month.
+net-vpn/htun
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Unmaintained, fails to build (#638628). Removal in a month.
+media-sound/nted
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Fails to build (#638634). Removal in a month.
+sys-apps/raidutils
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Tries to download and compile other tools, build fails then (#639060).
+# Removal in a month.
+dev-lang/fsharp
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Dead since 2007, fails to build (#639510). Removal in a month.
+net-irc/ultimate
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Relies on dead gnome2 python bindings, seems dead since 2009 (#640028),
+# removal in a month.
+sys-power/phctool
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Upstream stopped its development as recent Gnome versions don't need it,
+# it relies on gnome2 python bindings and many other dead libs (#640032).
+# Removal in a month.
+app-misc/specto
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Upstream dead, relies on gnome2 python bindings and other dead libs
+# (#640070). Removal in a month.
+x11-plugins/thinkhdaps
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Cannot be installed (#640414). Removal in a month.
+net-misc/asterisk-rate_engine
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Dead for ages and replaced by app-admin/procinfo-ng (#641016). Removal in
+# a month.
+app-admin/procinfo
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Upstream dead, fails to build, nothing requires it (#641750). Removal in a
+# month.
+net-misc/bti
+
+# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
+# Forces old versions of some dependencies, no reverse deps (#643152).
+# Removal in a month.
+dev-util/conan
+
 # Alice Ferrazzi <alicef@gentoo.org> (30 Dec 2017)
 # Masked for removal in 30 days.
 # Upstream is no more backporting security fixes for 4.12.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2018-05-10  9:15 Andreas Sturmlechner
  0 siblings, 0 replies; 70+ messages in thread
From: Andreas Sturmlechner @ 2018-05-10  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d12ca2f0adc3779513ed817f2ecc1836d01141b2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 10 09:12:38 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 10 09:15:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12ca2f0

profiles: Mask dev-libs/sni-qt for removal

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5c26824c66c..14e2eb45d76 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
+# Depends on obsolete dev-libs/sni-qt and dead Qt4.
+kde-plasma/plasma-desktop qt4
+
 # Mike Gilbert <floppym@gentoo.org> (01 May 2018)
 # Requires >=media-video/ffmpeg-4 (bug 654208).
 >=www-client/chromium-67 system-ffmpeg

diff --git a/profiles/package.mask b/profiles/package.mask
index fa647cbbff4..428012d61cf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
+# Depends on dead Qt4, no revdeps. Masked for removal in 30 days.
+dev-libs/sni-qt
+
 # Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
 # Depends on dead Qt4, dead upstream.
 # Masked for removal in 30 days. Bugs #408651, #642950, #651622


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2018-11-02 21:29 Matt Turner
  0 siblings, 0 replies; 70+ messages in thread
From: Matt Turner @ 2018-11-02 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     652d080eb5d297c4955d9d54199d81211f6678d6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  2 21:27:48 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov  2 21:27:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652d080e

profiles: Mask x11-drivers/xf86-input-tslib for removal

Bug: https://bugs.gentoo.org/664096
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/use.mask | 4 ++++
 profiles/package.mask  | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 6082a468925..66ff1e1f71b 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner <mattst88@gentoo.org> (02 Nov 2018)
+# xf86-input-tslib is dead and is masked for removal. Bug #664096
+input_devices_tslib
+
 # Aaron W. Swenson <titanofold@gentoo.org> (09 Sep 2018)
 # Mask PostgreSQL 12 while in (pre-)alpha.
 postgres_targets_postgres12

diff --git a/profiles/package.mask b/profiles/package.mask
index d166fc41bc5..1a38ca2401c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner <mattst88@gentoo.org> (02 Nov 2018)
+# Dead and unusable with latest xserver. Masked for removal in 30 days.
+# Bug #664096
+x11-drivers/xf86-input-tslib
+
 # Mart Raudsepp <leio@gentoo.org> (02 Nov 2018)
 # Old x11-libs/goocanvas:0 SLOT python bindings, not used by anything.
 # New x11-libs/goocanvas:2.0 with introspection should be used instead.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2018-11-04 12:55 Pacho Ramos
  0 siblings, 0 replies; 70+ messages in thread
From: Pacho Ramos @ 2018-11-04 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     aa9949a3948b1e950a3cdf5778fa41cea34b36f3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  4 12:54:52 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov  4 12:54:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9949a3

Mask some packages for removal

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 profiles/base/package.use.mask |  4 ++++
 profiles/package.mask          | 15 +++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4f06999b329..51e3d8cfd99 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gento.org> (01 Nov 2018)
+# cman and co. are going to be removed (#650738)
+sys-cluster/pacemaker cman
+
 # Pacho Ramos <pacho@gento.org> (01 Nov 2018)
 # cman and co. are going to be removed (#650738)
 sys-fs/lvm2 cman clvm

diff --git a/profiles/package.mask b/profiles/package.mask
index 28207ba7596..e25b36ad1d3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,21 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Upstream dead for many years and nobody taking care of them, bug #443842,
+# bug #618050. Removal in a month.
+sys-cluster/cman
+sys-cluster/ccs
+sys-cluster/rgmanager
+sys-cluster/rgmanager-agents
+sys-cluster/libdlm
+sys-cluster/fence-agents
+sys-cluster/libccs
+sys-cluster/libccs-perl
+sys-cluster/libcman
+sys-cluster/libfence
+sys-cluster/liblogthread
+
 # Andreas Sturmlechner <asturm@gentoo.org> (03 Nov 2018)
 # Breaks revdeps (GDir and GDirEntry split from gfile.h into new gdir.h)
 # See tracker: https://bugs.gentoo.org/670222


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2018-11-11 13:07 Pacho Ramos
  0 siblings, 0 replies; 70+ messages in thread
From: Pacho Ramos @ 2018-11-11 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3e3d6dd79efcc401665422c49076a5bde04a94ce
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 13:06:50 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 13:07:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3d6dd7

package.mask: Mask some packages for removal.

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 profiles/base/package.use.mask |  16 ++++
 profiles/package.mask          | 181 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 197 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index aa52b25efef..0575c414bab 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,22 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# pm-utils will be removed, bug #659616
+net-misc/wicd pm-utils
+sys-apps/razercfg pm-utils
+sys-power/powermgmt-base pm-utils
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# razor will be removed
+mail-filter/amavisd-new razor
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# sci-libs/spqr is going to be removed
+dev-cpp/eigen test
+kde-apps/cantor julia
+sci-libs/ceres-solver sparse
+
 # Alon Bar-Lev <alonbl@gentoo.org> (08 Nov 2018)
 # Waiting for >=dev-libs/libressl-2.7 to be unmasked.
 >=app-crypt/xca-2.1.0 libressl

diff --git a/profiles/package.mask b/profiles/package.mask
index 2196a4ff23f..e922bd3a3b6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,187 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Dead for years (#425156) with security issues (#534540). Removal in a
+# month.
+x11-libs/gksu
+x11-libs/libgksu
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Both are part of ant-core for years (#466558). Removal in a month.
+dev-java/ant-nodeps
+dev-java/ant-trax
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Unmaintained for years, buggy (#183273, #491010, #605544). You can rely on
+# INSTALL_MASK to skip unwanted locales and install only foo locale:
+# INSTALL_MASK="/usr/share/locale -/usr/share/locale/foo"
+# Removal in a month.
+app-admin/localepurge
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Unmaintained, really old version in the tree with someone needs to get
+# bumped (#622572). Removal in a month.
+net-p2p/ppcoind
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Our current version is broken for ages (#622722), no maintained, needs to
+# be bumped, no reverse deps in the tree. Removal in a month.
+media-libs/libptp2
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Completely broken for a long time and uninstallable (#492484, #585516,
+# #586582, #627094, #654548). 
+sci-libs/spqr
+dev-lang/julia
+sci-libs/suitesparse
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Dead for years, last package depending on old musicbrainz:3 (#629392).
+# Removal in a month.
+media-video/gnome-mplayer
+www-plugins/gecko-mediaplayer
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Upstream dead for years and marked EOL (#629676, #665850). Removal in a
+# month.
+dev-db/mysql-proxy
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Unmaintained, fails to build, nothing requires it anymore (#630400).
+# Removal in a month.
+app-forensics/libbfio
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Needs someone to finally take care of it, bump it and let it be
+# installable again (#635476, #645740). Removal in a month.
+net-analyzer/nessus-bin
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Pending version bump (#648380), doesn't build (#637350). Removal in a
+# month.
+sys-apps/likwid
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Doesn't build for a long time (#638096). Removal in a month.
+games-action/rafkill
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Dead for a long time, failing tests (#638376), nothing requires it
+# anymore. Removal in a month.
+dev-python/flask-testing
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Doesn't build for a long time (#638710), nothing requires it. Removal in a
+# month.
+app-emulation/vpcs
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Fails to build with current glibc (#638840). Removal in a month.
+sys-devel/heirloom-devtools
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Fails to build for a long time (#639844). Removal in a month.
+dev-embedded/scratchbox2
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Fails to build with current gcc (#640926), file collisions (#630668), no
+# reverse deps. Removal in a month.
+media-video/sswf
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Replaced by libunibreak and no reverse deps (#640974). Removal in a month.
+dev-libs/liblinebreak
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Fails at runtime (#645690). Removal in a month.
+dev-lang/gnu-smalltalk
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Replaced by dev-db/percona-toolkit, cannot be fetched (#645984). Removal
+# in a month.
+dev-db/maatkit
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Unmaintained and buggy (#648204). Removal in a month.
+mail-filter/razor
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Unmaintained, upstream dead, fails to build (#650084). Removal in a month.
+sys-power/suspend
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Merged into >=app-portage/gentoolkit-0.4 (#659412). Removal in a month.
+app-portage/gentoolkit-dev
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Broken since python 3.6 (#659414), buggy (#640372, #607666). Removal in a
+# month.
+app-portage/gs-pypi
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Fails at runtime (#661746). Removal in a month.
+games-roguelike/mangband
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Nobody is taking care of them, use the ones provided by the maintained
+# sys-kernel/linux-firmware package (#661884). Removal in a month.
+net-dialup/ueagle-atm
+net-dialup/ueagle4-atm
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Fails to build (#662000), not compatible with kernel-4, use kernel driver rtsx_pci
+# instead. Removal in a month.
+sys-block/rts_pstor
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Fails to run (#662180). Removal in a month.
+app-text/chm2pdf
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Unmaintained, security issues (#630796, #663164). Removal in a month.
+dev-db/couchdb
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Unkeyworded since 2008, non-installable (#664680). Removal in a month.
+sys-fs/devfsd
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Orphan, no reverse deps, dead since 2003 (#665046, #521242). Removal in a
+# month.
+app-text/clara
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Merged into >=media-tv/mythtv-29, bug #665924. Removal in a month.
+media-plugins/mythplugins
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# No reverse deps, obsoleted in 2016 (#666130). Removal in a month.
+dev-python/jenkins-webapi
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Build issues (#666166), upstream dead for years (#619624). Removal in a
+# month.
+media-plugins/vdr-image
+media-plugins/vdr-picselshow
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Dead for years, no reverse deps (#665046). Removal in a month.
+app-text/clara
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# ebuild plays with /dev (#666456). Removal in a month.
+app-misc/fujiplay
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Relies on dead imlib-1, not needed by anything in the tree (#668310).
+# Removal in a month.
+media-libs/fnlib
+
+# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
+# Build issues (#670436), dead since year 2000. Removal in a month.
+net-ftp/axyftp
+
 # Mike Gilbert <floppym@gentoo.org> (10 Nov 2018)
 # Open bugs and no Gentoo maintainer.
 # Removal in 30 days.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2019-02-12 14:56 Mart Raudsepp
  0 siblings, 0 replies; 70+ messages in thread
From: Mart Raudsepp @ 2019-02-12 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     baa82817d24a3d6f155fb8ffc1c178b9dc2b1c09
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 14:15:26 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 14:55:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa82817

package.mask: last rite gnome-extra/nautilus-tracker-tags

Bug: https://bugs.gentoo.org/677798
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7142ecfc595..253c1332b3d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Mart Raudsepp <leio@gentoo.org> (12 Feb 2019)
+# nautilus-tracker-tags is last rited
+app-misc/tracker nautilus
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (17 Jan 2019 )
 # Mask openjdk:8 for use as system java-vm until it's proven to work
 dev-java/openjdk:8 gentoo-vm

diff --git a/profiles/package.mask b/profiles/package.mask
index 4eb10a91514..3c572e5a9e0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,7 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
-# Miroslav Šulc <fordfrog@gentoo.org> (10 Dwb 2019)
+# Mart Raudsepp <leio@gentoo.org> (12 Feb 2019)
+# Was not well maintained upstream, dropped with tracker-2.
+# Removal in 30 days. Bug 677798
+gnome-extra/nautilus-tracker-tags
+
+# Miroslav Šulc <fordfrog@gentoo.org> (10 Feb 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked
 =www-servers/tomcat-9.0.16
 


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2019-04-10 18:36 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2019-04-10 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5e787845c86461c7f30b8ae8442ba700c0559d72
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 18:35:04 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 18:35:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e787845

package.mask: Last rite media-sound/aacplusenc

Bug: https://bugs.gentoo.org/630254
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 7 +++++++
 2 files changed, 11 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 97c7a2ddd34..271af38a49d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (10 Apr 2019)
+# media-sound/aacplusenc is slated for removal.
+media-video/h264enc aac
+
 # Michał Górny <mgorny@gentoo.org> (31 Mar 2019)
 # dev-libs/grok is slated for removal.
 app-admin/rsyslog grok

diff --git a/profiles/package.mask b/profiles/package.mask
index cd2a6122335..a18fd56f5c4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (10 Apr 2019)
+# Unresolved vulnerability.  Last apparent upstream activity in 2015,
+# with the code last touched in 2010.  Local patches are already
+# necessary for it to build.
+# Removal in 30 days.  Bug #630254.
+media-sound/aacplusenc
+
 # Michał Górny <mgorny@gentoo.org> (10 Apr 2019)
 # Fails to build for more than 3 years.  The project has been abandoned
 # upstream, with the current (and last) release made in 2010.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2019-04-13  9:00 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2019-04-13  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6382bf6661617ec710f0094aae4a1bc128ff0aba
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 08:59:13 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 09:00:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6382bf66

package.mask: Last rite media-video/hasciicam, net-libs/ftplib

Bug: https://bugs.gentoo.org/520026
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask |  4 ++++
 profiles/package.mask          | 14 ++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 271af38a49d..4d25b6c630e 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (13 Apr 2019)
+# net-libs/ftplib is slated for removal.
+app-cdr/xbiso ftp
+
 # Michał Górny <mgorny@gentoo.org> (10 Apr 2019)
 # media-sound/aacplusenc is slated for removal.
 media-video/h264enc aac

diff --git a/profiles/package.mask b/profiles/package.mask
index 025acf5b4e0..9fd8202ba6e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,20 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (13 Apr 2019)
+# net-libs/ftplib: Unmaintained.  The ebuild suffers build failures due
+# to broken multilib conversion.  Last bumped in 2014, and needs local
+# patches to even work.  Obscure library with only two revdeps.
+#
+# media-video/hasciicam: Unmaintained.  The only unconditional revdep
+# of ftplib.  Upstream's FTP is down, and the current release is
+# no newer than 2011.  Upstream removed ftplib usage afterwards,
+# so a snapshot could help.
+#
+# Removal in 30 days.  Bug #520026.
+media-video/hasciicam
+net-libs/ftplib
+
 # Michał Górny <mgorny@gentoo.org> (13 Apr 2019)
 # Unmaintained.  Does not build (again).  Last release in 2000.  Carries
 # a large number of patches already.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2019-07-14 10:30 David Seifert
  0 siblings, 0 replies; 70+ messages in thread
From: David Seifert @ 2019-07-14 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c70fe723dcfe0fabab75f3a76942207018e83e1f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 10:29:20 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 10:29:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70fe723

package.mask: Last rite media-libs/jasper

Bug: https://bugs.gentoo.org/601068
Bug: https://bugs.gentoo.org/614028
Bug: https://bugs.gentoo.org/614032
Bug: https://bugs.gentoo.org/614566
Bug: https://bugs.gentoo.org/619120
Bug: https://bugs.gentoo.org/624988
Bug: https://bugs.gentoo.org/629286
Bug: https://bugs.gentoo.org/635552
Bug: https://bugs.gentoo.org/662160
Bug: https://bugs.gentoo.org/674154
Bug: https://bugs.gentoo.org/674214
Bug: https://bugs.gentoo.org/684826
Bug: https://bugs.gentoo.org/689784
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 profiles/base/package.use.mask | 23 +++++++++++++++++++++++
 profiles/package.mask          |  7 +++++++
 2 files changed, 30 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index be6c86f70fa..25b44dd008d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,29 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# David Seifert <soap@gentoo.org> (2019-07-14)
+# media-libs/jasper will be removed in 30 days, bug #689784
+dev-games/openscenegraph jpeg2k
+dev-python/weasyprint jpeg2k
+dev-qt/qtimageformats jpeg2k
+media-gfx/dcraw jpeg2k
+media-gfx/digikam jpeg2k
+media-gfx/exact-image jpeg2k
+media-gfx/fim jpeg2k
+media-gfx/gimp jpeg2k
+media-gfx/gnome-photos jpeg2k
+media-gfx/graphicsmagick jpeg2k
+media-gfx/ufraw jpeg2k
+media-libs/devil jpeg2k
+media-libs/gegl jpeg2k
+media-libs/libraw jpeg2k
+media-libs/netpbm jpeg2k
+media-libs/opencv jpeg2k
+media-libs/simage jpeg2k
+net-proxy/ziproxy jpeg2k
+sci-libs/grib_api jasper jpeg2k
+x11-libs/gdk-pixbuf jpeg2k
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2019-07-07)
 # media-video/pipewire is masked for now
 sys-apps/xdg-desktop-portal screencast

diff --git a/profiles/package.mask b/profiles/package.mask
index 7a059138203..75164a36336 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert <soap@gentoo.org> (2019-07-14)
+# Unmaintained, removed from Debian and other distros, tons of CVEs,
+# unreachable upstream, removal in 30 days
+# Bug #601068, #614028, #614032, #614566, #619120, #624988, #629286,
+# #635552, #662160, #674154, #674214, #684826, #689784
+media-libs/jasper
+
 # Matt Turner <mattst88@gentoo.org> (2019-07-10)
 # sci-chemistry/coot and its dependencies.
 # Unmaintained. Still depends on guile-1.8.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2019-09-01 19:20 Matt Turner
  0 siblings, 0 replies; 70+ messages in thread
From: Matt Turner @ 2019-09-01 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e09fe196a13f2faa4b184b1bf5d7f961c4c8b8b0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 19:16:42 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 19:19:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09fe196

profiles: Mask dev-scheme/guile < 2 and app-office/texmacs

Bug: https://bugs.gentoo.org/436400
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/use.mask | 4 ++++
 profiles/package.mask  | 7 +++++++
 2 files changed, 11 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 7a2b7dbc5f5..fff8836e1fd 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner <mattst88@gentoo.org> (2019-09-01)
+# app-office/texmacs is package.mask'd. Bug #436400
+texmacs
+
 # Brian Evans <grknight@gentoo.org> (2019-07-25)
 # Mask flag for early testing
 php_targets_php7-4

diff --git a/profiles/package.mask b/profiles/package.mask
index 65f09fee922..8ae16a7228f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner <mattst88@gentoo.org> (2019-09-01)
+# TeXmacs is the only remaining package in tree that requires guile-1.8, which
+# is unsupported upstream. A TeXmacs port to Guile-2 has been in progress for a
+# few years. Bug #436400
+app-office/texmacs
+<dev-scheme/guile-2
+
 # Michał Górny <mgorny@gentoo.org> (2019-09-01)
 # Remnant of Half-Life server stuff that was removed back in 2005.
 # Removal in 30 days.  Bug #693260.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2019-09-01 19:29 Matt Turner
  0 siblings, 0 replies; 70+ messages in thread
From: Matt Turner @ 2019-09-01 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     5f3a10164ef30627a4c54e2c3e25ebbcee0751ed
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 19:28:29 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 19:28:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3a1016

profiles: Mask some more guile:12 dependent packages and flags

Bugs: https://bugs.gentoo.org/587252
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.mask | 6 ++++++
 profiles/package.mask          | 7 +++++++
 2 files changed, 13 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 21d6d8fff6b..719c2172ebc 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner <mattst88@gentoo.org> (2019-09-01)
+# dev-scheme/guile:12 is package.mask'd. Bug #587252
+sci-libs/starparse guile
+net-mail/mailutils guile
+sci-libs/linux-gpib guile
+
 # Michał Górny <mgorny@gentoo.org> (2019-08-27)
 # sci-libs/grib_api is slated for removal.
 dev-lang/gdl grib

diff --git a/profiles/package.mask b/profiles/package.mask
index 8ae16a7228f..7c154b1b8bd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner <mattst88@gentoo.org> (2019-09-01)
+# These packages depend on dev-scheme/guile:12 which is package.mask'd.
+# Bug #587252
+dev-scheme/guile-gnome-platform
+sci-chemistry/burrow-owl
+games-strategy/liquidwar6
+
 # Matt Turner <mattst88@gentoo.org> (2019-09-01)
 # TeXmacs is the only remaining package in tree that requires guile-1.8, which
 # is unsupported upstream. A TeXmacs port to Guile-2 has been in progress for a


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2019-09-07  7:37 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2019-09-07  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1870b535c5615003f4c9dd613621ad6d03d99c66
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 07:34:51 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 07:36:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1870b535

package.mask: Last rite media-libs/libnut

Bug: https://bugs.gentoo.org/313087
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 7 +++++++
 2 files changed, 11 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f082c08b0ff..74ca2ddea0b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2019-09-07)
+# media-libs/libnut is slated for removal.
+media-video/mplayer nut
+
 # Michał Górny <mgorny@gentoo.org> (2019-09-07)
 # media-libs/fmod is slated for removal.
 games-arcade/savagewheels fmod

diff --git a/profiles/package.mask b/profiles/package.mask
index 40e27a707ec..e755109e3bb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2019-09-07)
+# Does not install correctly on multilib systems.  EAPI 0.  Multiple
+# other QA issues.  Obscure format with unlikely real use.  The domain
+# for homepage expired.  Last upstream commit in 2013.
+# Removal in 30 days.  Bug #313087.
+media-libs/libnut
+
 # Michał Górny <mgorny@gentoo.org> (2019-09-07)
 # Has a build failure reported.  Project discontinued and homepage gone.
 # Last bumped in 2007.  No reverse dependencies.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2019-09-30 22:45 Brian Evans
  0 siblings, 0 replies; 70+ messages in thread
From: Brian Evans @ 2019-09-30 22:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e3c19aa07c006f1f556c6eb452a3c2287b68542b
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 22:45:06 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Sep 30 22:45:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c19aa0

profiles: Fix issues with PHP 5.6 mask

Forgot virtual/httpd-php
Wrong USE mask for nginx-unit

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/package.use.mask | 2 +-
 profiles/package.mask          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1cb868f67d7..aa5d61f3eea 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -13,7 +13,7 @@
 =dev-libs/xapian-bindings-1.2.25 php
 media-gfx/exact-image php
 sci-geosciences/mapserver php
-www-servers/nginx-unit php56
+www-servers/nginx-unit php5-6
 
 # Michał Górny <mgorny@gentoo.org> (2019-09-28)
 # media-fonts/hkscs-ming is slated for removal.

diff --git a/profiles/package.mask b/profiles/package.mask
index 7c3b8de4338..b8550222923 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,7 @@
 # End of life.  Please upgrade.
 # Removal in 90 days. Bug 651784
 dev-lang/php:5.6
+virtual/httpd-php:5.6
 
 # Brian Evans <grknight@gentoo.org> (2019-10-01)
 # Requires end of life PHP 5.6.  Please upgrade.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2019-12-10  0:42 Aaron Bauman
  0 siblings, 0 replies; 70+ messages in thread
From: Aaron Bauman @ 2019-12-10  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0890be4658546fbfedca26ce29581e1120d0d4fe
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 00:41:47 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 00:42:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0890be46

base/package.use.mask: mask app-text/texlive[dvi2tty]

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index acb76010e4e..dd6467aaac0 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Aaron Bauman <bman@gentoo.org> (2019-12-09)
+# dev-tex/dvi2tty is masked for removal
+app-text/texlive dvi2tty
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2019-12-07)
 # dev-python/flask-cors is PMASKED.
 media-sound/beets webserver

diff --git a/profiles/package.mask b/profiles/package.mask
index deeadc3e88c..960c8953e6a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -48,6 +48,11 @@ media-sound/mhwaveedit
 # Bug #677742, #696228. Removal in 30 days.
 media-sound/vitunes
 
+# Aaron Bauman <bman@gentoo.org> (2019-12-09)
+# EAPI=4, unmaintained upstream and Gentoo is versions behind
+# Removal in 30 days
+dev-tex/dvi2tty
+
 # Aaron Bauman <bman@gentoo.org> (2019-12-09)
 # EAPI=4, unmaintained upstream, rdep as well
 # Removal in 30 days. Open bugs #552934


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-01-08 17:47 Ulrich Müller
  0 siblings, 0 replies; 70+ messages in thread
From: Ulrich Müller @ 2020-01-08 17:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2b09c88f4549608e81619d72dcb559ad4e114494
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 17:43:30 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan  8 17:44:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b09c88f

profiles: Drop masks for removed app-i18n/man-pages-da.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 profiles/base/package.use.mask | 6 +-----
 profiles/package.mask          | 9 +--------
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8e11a88a7f0..c5784971e79 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # New entries go on top.
@@ -19,10 +19,6 @@ dev-libs/hidapi fox
 sci-mathematics/gsl-shell fox
 sys-libs/gwenhywfar fox
 
-# Ulrich Müller <ulm@gentoo.org> (2019-12-11)
-# Depends on last-rited app-i18n/man-pages-da.
-sys-apps/man-pages l10n_da
-
 # James Le Cuirot <chewi@gentoo.org> (2019-12-10)
 # The JIT feature only works on amd64 and x86.
 app-emulation/aranym jit

diff --git a/profiles/package.mask b/profiles/package.mask
index e1f401130e2..5f758f57a0a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 ####################################################################
@@ -632,13 +632,6 @@ dev-libs/mps
 # Removal in 30 days
 dev-util/cmt
 
-# Ulrich Müller <ulm@gentoo.org> (2019-12-11)
-# No license. HOMEPAGE and SRC_URI are dead.
-# Last visible upstream activity in 2000.
-# The package contains only 7 man pages in total.
-# Masked for removal in 30 days. Bug #702468
-app-i18n/man-pages-da
-
 # Aaron Bauman <bman@gentoo.org> (2019-12-10)
 # EAPI=4, dead upstream/srcurl/homepage. cannot find new home
 # Compression has come along way. Removal in 30 days


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-04-18 15:40 Ulrich Müller
  0 siblings, 0 replies; 70+ messages in thread
From: Ulrich Müller @ 2020-04-18 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     81c0635c9323e4c32cf66e486bfe80c3546b7708
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 17 16:40:14 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 15:39:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c0635c

profiles: Mask app-i18n/man-pages-de for removal.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++--
 profiles/package.mask          | 7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 30a47e04f22..ed410a19054 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,9 +8,9 @@
 
 # Ulrich Müller <ulm@gentoo.org> (2020-04-15)
 # Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2020-04-17)
-# app-i18n/man-pages-{fr,nl} masked for removal.
+# app-i18n/man-pages-{de,fr,nl} masked for removal.
 # Bug #713590, bug #717744.
-<sys-apps/man-pages-5.05-r1 l10n_fr l10n_nl
+<sys-apps/man-pages-5.05-r1 l10n_de l10n_fr l10n_nl
 
 # Stephan Hartmann <stha09@googlemail.com> (2020-04-11)
 # Requires unreleased >=dev-libs/icu-67

diff --git a/profiles/package.mask b/profiles/package.mask
index 36451fc15ee..d0548a270ba 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -44,6 +44,13 @@ dev-python/pycrypto
 # Removal in 30 days.  Bug #611608.
 dev-python/potr
 
+# Ulrich Müller <ulm@gentoo.org> (2020-04-17)
+# Upstream has moved the manpages-de project to manpages-l10n.
+# We cannot move multiple packages to one, therefore removing the
+# old package. Use app-i18n/man-pages-l10n[l10n_de] as replacement.
+# Masked for removal in 30 days. Bug #717744.
+app-i18n/man-pages-de
+
 # Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2020-04-17)
 # Very little activity for almost a year and the link to download the
 # "compiled" man-pages is dead.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-04-19 14:04 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2020-04-19 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     93f494f1d4b1d1d5a04d381356fc0bdae6e8d436
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 14:00:09 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 14:04:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f494f1

package.mask: Last rite dev-vcs/ghp-import

Bug: https://bugs.gentoo.org/718300
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 481ad0a3b73..87185603c68 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2020-04-19)
+# Requires dev-vcs/ghp-import that is masked for removal.
+www-apps/nikola ghpages
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2020-04-19)
 # oracle-jdk-bin masked for removal, mask revdep useflag.
 =app-forensics/sleuthkit-4.7.0 java

diff --git a/profiles/package.mask b/profiles/package.mask
index 56cbb3e4e6b..e4e26e2efb6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2020-04-19)
+# Unmaintained.  Stuck at Python 3.6.  Many versions behind upstream.
+# Removal in 30 days.  Bug #718300.
+dev-vcs/ghp-import
+
 # Michał Górny <mgorny@gentoo.org> (2020-04-19)
 # Unmaintained.  Stuck on Python 3.6.  A few releases behind upstream.
 # Removal in 30 days.  Bug #718296.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-04-22  8:15 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2020-04-22  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     aeebb0ca117caaee8d30a73b546e9789e1764163
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 06:58:02 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 08:15:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeebb0ca

package.mask: Last rite dev-python/filemagic

Bug: https://bugs.gentoo.org/718822
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e00a92cc768..fa51986128d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2020-04-22)
+# Requires dev-python/filemagic that is broken and masked for removal.
+dev-python/jira magic
+
 # Michał Górny <mgorny@gentoo.org> (2020-04-20)
 # Requires dev-python/rst2pdf that is masked for removal.
 media-video/mpv doc

diff --git a/profiles/package.mask b/profiles/package.mask
index 61b160f5547..4f6a2448711 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2020-04-22)
+# Unmaintained.  After adding tests, it turns out it's completely
+# broken (can't find magic file).
+# Removal in 30 days.  Bug #718822.
+dev-python/filemagic
+
 # Michał Górny <mgorny@gentoo.org> (2020-04-22)
 # Multiple unresolved vulnerabilities.  No reverse dependencies.
 # Removal in 30 days.  Bug #711016.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-04-22 15:21 Ulrich Müller
  0 siblings, 0 replies; 70+ messages in thread
From: Ulrich Müller @ 2020-04-22 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     55469ea5a9f5368fc7845e867dc19372585c96ec
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 14:35:22 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 15:20:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55469ea5

profiles: Mask app-i18n/man-pages-pl for removal.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 profiles/base/package.use.mask | 6 +++---
 profiles/package.mask          | 6 ++++++
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index fa51986128d..ccbb9d66c83 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -22,11 +22,11 @@ www-apps/nikola ghpages
 # oracle-jdk-bin masked for removal, mask revdep useflag.
 =app-forensics/sleuthkit-4.7.0 java
 
-# Ulrich Müller <ulm@gentoo.org> (2020-04-15)
+# Ulrich Müller <ulm@gentoo.org> (2020-04-15, updated 2020-04-22)
 # Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2020-04-17)
-# app-i18n/man-pages-{de,fr,nl} masked for removal.
+# app-i18n/man-pages-{de,fr,nl,pl} masked for removal.
 # Bug #713590, bug #717744.
-<sys-apps/man-pages-5.05-r1 l10n_de l10n_fr l10n_nl
+<sys-apps/man-pages-5.05-r1 l10n_de l10n_fr l10n_nl l10n_pl
 
 # Stephan Hartmann <stha09@googlemail.com> (2020-04-11)
 # Requires unreleased >=dev-libs/icu-67

diff --git a/profiles/package.mask b/profiles/package.mask
index e079f86676f..b34f08663a7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Ulrich Müller <ulm@gentoo.org> (2020-04-22)
+# Package is no longer being updated upstream.
+# Replaced by app-i18n/man-pages-l10n[l10n_pl].
+# Masked for removal in 30 days. Bug #717744.
+app-i18n/man-pages-pl
+
 # Michał Górny <mgorny@gentoo.org> (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-04-22 17:27 Georgy Yakovlev
  0 siblings, 0 replies; 70+ messages in thread
From: Georgy Yakovlev @ 2020-04-22 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     67370197cd4b6dc594bb6a5b28f2a9375ca0629e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 17:25:36 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 17:25:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67370197

profiles: improve webstart masks wording

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 profiles/base/package.use.mask | 4 +++-
 profiles/package.mask          | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ccbb9d66c83..d59c1a2b194 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -59,7 +59,9 @@ kde-apps/kdesdk-meta bazaar
 
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2020-03-27)
 # Depends on vulnerable old version of icedtea-web #711392
-# new version uses maven + rust
+# new version is not packaged yet
+# package/useflag is not going away anytime soon,
+# just masked. unmask as needed.
 dev-java/icedtea nsplugin webstart
 dev-java/icedtea-bin nsplugin webstart
 dev-java/openjdk nsplugin webstart

diff --git a/profiles/package.mask b/profiles/package.mask
index 674637ca666..79182a7b0c0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -560,7 +560,9 @@ net-dns/dnsimple-dyndns
 
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2020-03-27)
 # Vulnerable old version of icedtea-web #711392
-# new version uses maven + rust
+# new version is not packaged yet
+# package is not going away anytime soon, just masked
+# for security. unmask as needed.
 dev-java/icedtea-web
 
 # Michał Górny <mgorny@gentoo.org> (2020-03-27)


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-07-13 11:28 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2020-07-13 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     1cdabc307639bd105b7da526dddfef6fdf6f99e6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 11:27:02 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 11:28:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdabc30

package.mask: Last rite mid-profile <pillow-7 revdeps

Bug: https://bugs.gentoo.org/729672
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask |  4 ++++
 profiles/package.mask          | 31 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b2a4e3c7e01..8b461fdca9c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2020-07-13)
+# Requires vulnerable dev-python/pillow version.
+sci-libs/scipy python_targets_python2_7
+
 # Thomas Deutschmann <whissi@gentoo.org> (2020-07-09)
 # media-video/pipewire:0/0.3 is currently masked
 www-client/firefox screencast

diff --git a/profiles/package.mask b/profiles/package.mask
index 9c135150911..79727bbb240 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,37 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2020-07-13)
+# These packages are mid-profile Python 2-only dependencies
+# of dev-python/pillow.  Since the last Pillow version to support
+# Python 2 contains a number of unresolved vulnerabilities, these
+# packages and old package versions are queued for removal.
+#
+# In more detail:
+# - pyxplot has been last released in 2012
+# - pkpgcounter has been last released in 2007, and has seen only a few
+#   commits since 2009
+# - scipy has removed py2 support in 1.4 (py2 target in the old version
+#   is masked in profiles/base/package.use.mask)
+#
+# This list does not include two high-profile packages:
+# - app-office/scribus whose py3 version is being currently stabilized
+# - media-tv/kodi which has no py3 version at the moment
+#
+# Removal in 30 days.  Bug #729672.
+<media-plugins/mythplugins-31
+net-print/pkpgcounter
+<sci-chemistry/chemex-2018
+sci-libs/scipy-python2
+sci-visualization/pyxplot
+<net-wireless/gnuradio-3.8
+<net-wireless/gr-iio-0.3_p20191219-r1
+<net-wireless/gr-paint-0.0_p20200517
+<net-analyzer/gr-fosphor-0.0_p20200131
+<net-wireless/gr-ieee802154-0.0_p20191006
+<net-wireless/gr-iqbal-0.38.1
+<net-wireless/gr-osmosdr-0.2.0
+
 # Michał Górny <mgorny@gentoo.org> (2020-07-13)
 # Unmaintained.  Last release from 2018, still does not support py3.
 # Removal in 30 days.  Bug #732352.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-07-29  7:31 Andreas Sturmlechner
  0 siblings, 0 replies; 70+ messages in thread
From: Andreas Sturmlechner @ 2020-07-29  7:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d8ad17278b0a69b4ec26fd3595d0b00fa7968448
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 29 07:28:35 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 29 07:30:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ad1727

profiles: Mask py2-only app-office/kexi[postgres] to drop last-rites

Depends on dev-libs/libpqxx.

Bug: https://bugs.gentoo.org/697548
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e801395546b..5e70917a5e9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner <asturm@gentoo.org> (2020-07-29)
+# Depends on py2-only dev-libs/libpqxx, bug #697548
+app-office/kexi postgres
+
 # Michał Górny <mgorny@gentoo.org> (2020-07-27)
 # These packages require Python 2 support in dev-python/sphinx.
 # They are generally fixable by adding py3 support and using

diff --git a/profiles/package.mask b/profiles/package.mask
index 59ad665bb42..d96def0064b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -50,7 +50,6 @@ app-crypt/ssh-multiadd
 app-misc/mswinurl_launcher
 app-misc/mtail
 app-mobilephone/wammu
-app-office/kexi
 app-office/lyx
 app-text/fbless
 app-text/sgmltools-lite


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-08-22 15:51 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2020-08-22 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8897071a78e0abd38eab7283c180d48e268c3d12
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 15:48:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 15:51:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8897071a

package.mask: Last rite dev-python/pygtk

Bug: https://bugs.gentoo.org/706462
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 6 ++++++
 profiles/package.mask          | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8b75dc700c4..b3f8e0a3d62 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2020-08-22)
+# These flags depend on dev-python/pygtk that is masked for removal.
+app-mobilephone/sobexsrv gtk
+<media-gfx/gimp-3 python
+<x11-libs/vte-0.58 python
+
 # Michał Górny <mgorny@gentoo.org> (2020-08-22)
 # These flags depend on packages masked for removal due to py2.
 <media-tv/mythtv-31 python

diff --git a/profiles/package.mask b/profiles/package.mask
index a7505b86d5e..9aaa0061dfb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2020-08-22)
+# Dead since 2011.  Frowned upon for years now.  Python 2 only.
+# Finally all reverse dependencies are masked.
+# Tracker bug #706462.  Removal in 30 days.
+dev-python/pygtk
+
 # Miroslav Šulc <fordfrog@gentoo.org> (2020-08-22)
 # SLV2 has been replaced by Lilv. The latest and final version
 # of SLV2 is 0.6.6, released on May 26, 2009.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-09-09 12:00 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2020-09-09 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     03f00d1dc314d5aedd20052147f5304fab5d5537
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 12:00:01 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 12:00:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f00d1d

package.mask: Last rite py2 packages that fail to build

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask |  6 ++++++
 profiles/package.mask          | 17 +++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 9d76d50d39b..b0f08769296 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2020-09-09)
+# The respective dependencies are masked for removal.
+app-metrics/collectd collectd_plugins_gmond
+app-metrics/collectd collectd_plugins_onewire
+sci-libs/dealii gmsh
+
 # Michał Górny <mgorny@gentoo.org> (2020-09-09)
 # app-misc/g15daemon is masked for removal.
 app-misc/lcdproc lcd_devices_g15

diff --git a/profiles/package.mask b/profiles/package.mask
index 4d5909484a8..e4b83dabb78 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,23 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2020-09-09)
+# These packages are stuck on Python 2.7.  While the Python dependency
+# is optional, I can't test removing it because the packages fail
+# to build anyway.
+#
+# net-analyzer/mk-livestatus: py3 bug #735394, build failure bug #705430
+# sci-biology/vienna-rna: py3 bug #735438, build failure bug #707158
+# sci-libs/gmsh: py3 bug #735478, build failure bug #708386
+# sys-cluster/ganglia: py3 bug #735496, build failure bug #631270
+# sys-fs/owfs: py3 bug #735502, build failure bug #707438
+net-analyzer/mk-livestatus
+sci-biology/vienna-rna
+sci-libs/gmsh
+sys-cluster/ganglia
+sys-cluster/ganglia-web
+sys-fs/owfs
+
 # Louis Sautier <sbraz@gentoo.org> (2020-09-09)
 # Masked for removal in 30 days, no revdeps.
 # Backport of a module included in Python >= 3.3.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-09-19 12:51 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2020-09-19 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     6060352e93046bfe1dd1dd86f217e0b38fb1e4cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 12:50:37 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 12:51:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6060352e

package.mask: Last rite next batch of py2 packages

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask |  4 ++++
 profiles/package.mask          | 19 +++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 29b74a16cf7..8a7979b19c7 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2020-09-19)
+# The respective dependencies are masked for removal.
+app-office/lyx docbook
+
 # Michał Górny <mgorny@gentoo.org> (2020-09-09)
 # The respective dependencies are masked for removal.
 media-plugins/mythplugins mythnetvision

diff --git a/profiles/package.mask b/profiles/package.mask
index d4fec767bb1..63443493a36 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,25 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2020-09-19)
+# These packages (or package versions) still require Python 2.7.
+# They are either dead upstream, their Python 3 porting efforts are
+# not progressing or their maintainers are simply unresponsive.
+# Please do not remove any packages from this list unless you actually
+# port them to Python 3.
+# Removal in 30 days.  Please find relevant bugs on tracker bug #694800.
+app-admin/github-backup-utils
+app-backup/genbackupdata
+app-i18n/pology
+app-pda/gtkpod
+app-text/pdf2djvu
+app-text/sgmltools-lite
+dev-util/anjuta
+dev-util/gyp
+app-i18n/mozc
+sci-libs/magma
+sys-firmware/nvidia-firmware
+
 # Hans de Graaff <graaff@gentoo.org> (2020-09-19)
 # Mask insecure rack slot for removal in 30 days, bug 730786
 dev-ruby/rack:1.6


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-09-26 13:40 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2020-09-26 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     873b6f3f9dbf98219e627088d0627419ae6f2c59
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 13:38:55 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 13:40:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873b6f3f

package.mask: Last rite dev-python/mysql-python

Bug: https://bugs.gentoo.org/710024
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 1 +
 profiles/package.mask          | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0a7b79c7902..ca02c14f5de 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,6 +8,7 @@
 
 # Michał Górny <mgorny@gentoo.org> (2020-09-26)
 # The respective dependencies are masked for removal.
+~dev-db/percona-server-5.7.27.30 test
 sci-geosciences/viking mapnik
 
 # Ulrich Müller <ulm@gentoo.org> (2020-09-25)

diff --git a/profiles/package.mask b/profiles/package.mask
index 56c953df71f..e4717814311 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2020-09-26)
+# Dead Python 2-only package.  No significant revdeps left.
+# Removal in 30 days.  Bug #710024.
+dev-python/mysql-python
+
 # Michał Górny <mgorny@gentoo.org> (2020-09-26)
 # Python 2.7 backport with no revdeps left.
 # Removal in 30 days.  Bug #734636.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-11-07  9:22 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2020-11-07  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f51b83a43a70a06d93851b0fa41f7e6e993e1e6e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 09:21:38 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 09:21:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51b83a4

package.mask: Last rite sys-cluster/cluster-glue & revdeps

Bug: https://bugs.gentoo.org/704610
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask |  4 ++++
 profiles/package.mask          | 14 ++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 69ec5e5d18b..b82bc16445b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2020-11-07)
+# sys-cluster/pacemaker is masked for removal.
+sys-cluster/drbd-utils pacemaker
+
 # Alfredo Tupone <tupone@gentoo.org> (2020-11-06)
 # waiting for lua to be slotted
 media-gfx/exact-image lua

diff --git a/profiles/package.mask b/profiles/package.mask
index 8017d4247af..564ce242609 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,20 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2020-11-07)
+# sys-cluster/cluster-glue fails to install for almost a year now.
+# The remaining packages are its reverse dependencies.
+#
+# The stable version of sys-cluster/pacemaker is vulnerable.  It is also
+# using Python 2.  A newer version can not be stabilized because
+# of the above.
+#
+# Removal in 30 days.  Bug #704610.
+sys-cluster/cluster-glue
+sys-cluster/crmsh
+sys-cluster/pacemaker
+sys-cluster/resource-agents
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-11-05)
 # Replaced by kde-frameworks/kdav, masked for removal in 14 days.
 kde-apps/kdav


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-12-06 17:52 Matt Turner
  0 siblings, 0 replies; 70+ messages in thread
From: Matt Turner @ 2020-12-06 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     be6d31ec7c63a30b47ed6da6860646a91f125884
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 17:34:54 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 17:51:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6d31ec

profiles: Unmask dev-util/gtk-doc-1.33

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.mask | 6 ------
 profiles/package.mask          | 6 ------
 2 files changed, 12 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 891f39dbb05..b82573b6b57 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,12 +6,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Mart Raudsepp <leio@gentoo.org> (2020-12-06)
-# Depends on temporarily masked dev-util/gtk-doc-1.33 or fails to build
-# with older due to missing minimum dep. Bug #754372, #758770.
-=dev-libs/glib-2.66.2 gtk-doc
-=dev-libs/glib-2.66.3 gtk-doc
-
 # Matt Turner <mattst88@gentoo.org> (2020-12-05)
 # Relies on gtkdoc-mktmpl which was removed from gtk-doc-1.26
 # Bug #740690

diff --git a/profiles/package.mask b/profiles/package.mask
index a3e8b06abbe..24293b19022 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -43,12 +43,6 @@ net-wireless/qradiolink
 net-libs/liba53
 app-emulation/qt-virt-manager
 
-# Mart Raudsepp <leio@gentoo.org> (2020-12-06)
-# Various meson port issues.
-# Bug #758770, #758773, #758722, #758731, #758734
-=dev-util/gtk-doc-am-1.33.1
-=dev-util/gtk-doc-1.33.1
-
 # Michał Górny <mgorny@gentoo.org> (2020-12-03)
 # Explicit namespace support was necessary for Python 2 only.  Empty
 # directories work best for Python 3.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2020-12-18 10:00 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2020-12-18 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5d1e237a4e31b9ea15e6e0541236f9c4348c7d08
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 10:00:02 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 10:00:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1e237a

package.mask: Last rite app-text/ots

Bug: https://bugs.gentoo.org/648964
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a4d6231ed7b..381cadc2d59 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2020-12-18)
+# app-text/ots is masked for removal.  Bug #648964.
+app-office/abiword ots
+
 # Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2020-12-07)
 # Waiting for unmasking of slotted Lua.
 >=app-i18n/fcitx-4.2.9.8:4 lua

diff --git a/profiles/package.mask b/profiles/package.mask
index 91877fb171c..09e3caa4a43 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2020-12-18)
+# Upstream gone.  Last bumped in 2007.  Fails to build, again.
+# Removal in 30 days.  Bug #648964.
+app-text/ots
+
 # Michał Górny <mgorny@gentoo.org> (2020-12-18)
 # Unmaintained.  The current Gentoo version fails to build, it needs
 # a version bump.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2021-02-01 10:06 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2021-02-01 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     afbeb5c34227caae0b1bacc04a1d687892efc0d5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 10:02:30 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 10:06:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbeb5c3

package.mask: Last rite dev-libs/libressl

Bug: https://bugs.gentoo.org/762847
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/use.mask | 5 +++++
 profiles/package.mask  | 7 +++++++
 2 files changed, 12 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index a5d0bb3705e..783f121982d 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2021-02-01)
+# dev-libs/libressl is masked for removal.
+libressl
+curl_ssl_libressl
+
 # Brian Evans <grknight@gentoo.org> (2021-01-07)
 # PHP 7.2 is security vulnerable and end-of-life
 # Please upgrade to a newer slot

diff --git a/profiles/package.mask b/profiles/package.mask
index 763e8a8179b..0e8d4e639b3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2021-02-01)
+# LibreSSL support is discontinued.  Plaase read the relevant news item
+# and either migrate to dev-libs/openssl, or use the unsupported
+# user-maintained libressl overlay.
+# Removal on 2021-05-01.  Bug #762847.
+dev-libs/libressl
+
 # Ulrich Müller <ulm@gentoo.org> (2021-01-29)
 # Pretest versions, masked for testing.
 ~app-editors/emacs-27.1.91


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2021-03-06 12:16 Andreas K. Hüttel
  0 siblings, 0 replies; 70+ messages in thread
From: Andreas K. Hüttel @ 2021-03-06 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4cfe3f0c12d82bfd258c3b16149464730c983281
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  6 12:15:34 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar  6 12:16:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cfe3f0c

package.mask: Mask dev-libs/klibc for removal

Bug: https://bugs.gentoo.org/729876
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a1559b1f4de..53014800490 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-03-06)
+# Needs last-rited dev-libs/klibc
+sys-fs/dmraid klibc
+
 # Sam James <sam@gentoo.org> (2021-02-27)
 # Needs last-rited sci-mathematics/ggnfs
 sci-mathematics/yafu sieve

diff --git a/profiles/package.mask b/profiles/package.mask
index 123867e706c..423f7db7aef 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-03-06)
+# Fails to build, multiple bugs, outdated, nontrival, unmaintained
+# Bug 729876 and several others; removal in 30days
+dev-libs/klibc
+
 # Alfredo Tupone <tupone@gentoo.org> (2021-03-05)
 # unbuildable
 # Removal on 2021-04-0r52


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2021-08-11 19:36 Sam James
  0 siblings, 0 replies; 70+ messages in thread
From: Sam James @ 2021-08-11 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     91d85c0be4efac7d768f14eebc8a5017621ac531
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 19:35:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 11 19:35:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d85c0b

profiles: drop app-dicts/kasumi masks

Closes: https://bugs.gentoo.org/786738
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.use.mask | 5 -----
 profiles/package.mask          | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0278ca547ae..e779ed5d462 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -10,11 +10,6 @@
 # The ORBlite scanner plugin only works on amd64 and x86.
 net-print/hplip-plugin orblite
 
-# Sam James <sam@gentoo.org> (2021-08-04)
-# Needs last-rited app-dicts/kasumi
-# bug #786738
-app-i18n/scim-anthy kasumi
-
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-08-02)
 # Two years after the tracker was opened it is time to mask dev-qt/qtwebkit
 # for good. No commits to upstream repository for >9 months, latest available

diff --git a/profiles/package.mask b/profiles/package.mask
index 1e7e34f3e1d..8941bd0fe8e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -118,11 +118,6 @@ dev-scheme/ypsilon
 # bug #731254, bug #787905. Removal on 2021-09-04.
 net-libs/openmq-cclient
 
-# Sam James <sam@gentoo.org> (2021-08-04)
-# Fails to build with GCC 11, no activity upstream.
-# bug #786738. Removal on 2021-09-04.
-app-dicts/kasumi
-
 # Sam James <sam@gentoo.org> (2021-08-04)
 # Fails to build with GCC 11, no activity upstream.
 # bug #729106, bug #786648. Removal on 2021-09-04.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2021-11-23 17:03 Sam James
  0 siblings, 0 replies; 70+ messages in thread
From: Sam James @ 2021-11-23 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     4512aa14fee535f87a83c33b89e7e59d3cc69212
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 17:03:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 17:03:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4512aa14

profiles: adjust bug reference syntax

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.use.mask | 2 +-
 profiles/package.mask          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8c96b6fdf809..27f80b322ba9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,7 +8,7 @@
 
 # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-11-23)
 # pdfannotextractor gets masked as it does not support
-# updated dev-java/pdfbox-2.0.24, Bug_#803488
+# updated dev-java/pdfbox-2.0.24, Bug #803488
 app-text/texlive pdfannotextractor
 
 # Jakov Smolić <jsmolic@gentoo.org> (2021-10-26)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5d529b05c418..2ab98c3f8000 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -34,7 +34,7 @@
 #--- END OF EXAMPLES ---
 
 # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-11-23)
-# Does not support updated dev-java/pdfbox-2.0.24, Bug_#803488
+# Does not support updated dev-java/pdfbox-2.0.24, Bug #803488
 # Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})
 dev-tex/pdfannotextractor
 


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2021-11-29 19:36 Brian Evans
  0 siblings, 0 replies; 70+ messages in thread
From: Brian Evans @ 2021-11-29 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     0953508d9ff43cc3bf28c7dc537a020f60a37582
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 19:34:00 2021 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 19:36:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0953508d

profiles: Unmask php 8.1 which is out of RC for testing

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/use.mask        | 4 ----
 profiles/base/use.stable.mask | 4 ++++
 profiles/package.mask         | 5 -----
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index b08b6b8e6109..d5ff47743a6e 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,10 +4,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Brian Evans <grknight@gentoo.org> (2021-09-26)
-# Mask 8.1 as it is RC
-php_targets_php8-1
-
 # Hans de Graaff <graaff@gentoo.org> (2021-07-09)
 # Mask Ruby 2.5 as EOL
 ruby_targets_ruby25

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 07b55fe4e694..453037208983 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Brian Evans <grknight@gentoo.org> (2021-11-29)
+# Mask 8.1 as it is currently unstable only
+php_targets_php8-1
+
 # Sergei Trofimovich <slyfox@gentoo.org> (2020-04-13)
 # dev-vcs/darcs (dev-lang/ghc) has no stable keywords.
 darcs

diff --git a/profiles/package.mask b/profiles/package.mask
index 38ceefc303d9..d069ac8cf117 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -671,11 +671,6 @@ x11-drivers/nvidia-drivers:0/vulkan
 # VM image data corruption bug, causing I/O errors in VMs. Bug #815379
 =app-emulation/qemu-6.1.0-r1
 
-# Brian Evans <grknight@gentoo.org> (2021-09-26)
-# Mask for 8.1 RC
-dev-lang/php:8.1
-virtual/httpd-php:8.1
-
 # Mart Raudsepp <leio@gentoo.org> (2021-09-24)
 # Experimental split media-sound/pulseaudio packages, bug #536780.
 media-libs/libpulse


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-01-21 16:07 Brian Evans
  0 siblings, 0 replies; 70+ messages in thread
From: Brian Evans @ 2022-01-21 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ff7640e20d54ec3cf23c3dc05a1634182406a4c0
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 16:07:20 2022 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 16:07:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7640e2

Revert "profiles: Mask PHP 7.3 as end of life"

This reverts commit 28a229d6bc7830b88737cfefad0df107c9defedf.

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/use.mask | 6 ------
 profiles/package.mask  | 8 --------
 2 files changed, 14 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 310eda17d4da..c6a22bb1577f 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,12 +4,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Brian Evans <grknight@gentoo.org> (2022-01-21)
-# PHP 7.3 is end-of-life
-# Please upgrade to a newer slot
-php_targets_php7-3
-php7-3
-
 # Sam James <sam@gentoo.org> (2022-01-12)
 # PCH has proven itself to be unreliable and lead to spurious build
 # failures. Masking so users aren't exposed to such failures without opting-in.

diff --git a/profiles/package.mask b/profiles/package.mask
index 3dae18e0f9e8..a1ffe7417880 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,14 +33,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Brian Evans <grknight@gentoo.org> (2022-01-21)
-# PHP 7.3 is end-of-life
-# Please upgrade to a newer slot
-# Guide at https://www.php.net/manual/en/migration74.incompatible.php
-# Removal in 30 days
-dev-lang/php:7.3
-virtual/httpd-php:7.3
-
 # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2022-01-17)
 # Java-packages with no consumers and depending on virtual/{jdk,jre}-1.6
 # Removal in 30 days.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-03-03 19:09 Brian Evans
  0 siblings, 0 replies; 70+ messages in thread
From: Brian Evans @ 2022-03-03 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0915c52d4fbcf365a3e4959f3f4f6882ac71d83d
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 19:06:29 2022 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Mar  3 19:09:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0915c52d

profiles: Mask PHP 7.3 as end of life

Bug: https://bugs.gentoo.org/831740
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/use.mask | 6 ++++++
 profiles/package.mask  | 9 +++++++++
 2 files changed, 15 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index c781a10f9857..5d4333cb0d6f 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Brian Evans <grknight@gentoo.org> (2022-01-21)
+# PHP 7.3 is end-of-life
+# Please upgrade to a newer slot
+php_targets_php7-3
+php7-3
+
 # Sam James <sam@gentoo.org> (2022-01-12)
 # PCH has proven itself to be unreliable and lead to spurious build
 # failures. Masking so users aren't exposed to such failures without opting-in.

diff --git a/profiles/package.mask b/profiles/package.mask
index 225b89d8247d..46818fb06f57 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,15 @@
 
 #--- END OF EXAMPLES ---
 
+# Brian Evans <grknight@gentoo.org> (2022-03-03)
+# PHP 7.3 is end-of-life
+# Please upgrade to a newer slot
+# Guide at https://www.php.net/manual/en/migration74.incompatible.php
+# Removal in 30 days
+dev-lang/php:7.3
+virtual/httpd-php:7.3
+<www-apps/icingaweb2-module-director-1.8.1
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2022-03-01)
 # Dead upstream, blocks cleanup of dependencies.
 # Bug #773175. Removal on 2022-03-31.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-06-02  8:39 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2022-06-02  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d98dcc3db0061a169237c631c731a70bf9e8f34d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 08:39:20 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 08:39:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98dcc3d

package.mask: Last rite dev-python/jaraco-packaging

Bug: https://bugs.gentoo.org/834534
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 12 ++++++++++++
 profiles/package.mask          |  9 +++++++++
 2 files changed, 21 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a3943b07b97b..b670386237d6 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,18 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2022-06-02)
+# dev-python/jaraco-packaging is masked for removal.  Bug #834534.
+dev-python/jaraco-classes doc
+dev-python/jaraco-collections doc
+dev-python/jaraco-functools doc
+dev-python/jaraco-logging doc
+dev-python/jaraco-stream doc
+dev-python/jaraco-text doc
+dev-python/jsonpickle doc
+dev-python/keyring doc
+dev-python/tempora doc
+
 # Maciej Barć <xgqt@gentoo.org> (2022-05-31)
 # "doc" require old version of dev-python/antlr4-python3-runtime (4.9.3)
 # and dev-python/sphinx (4.4.0), both already removed from the repository tree

diff --git a/profiles/package.mask b/profiles/package.mask
index 579b54184692..73760327e26c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,15 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2022-06-02)
+# The current Gentoo version requires setup.py to exist which breaks
+# the new versions of its revdeps.  The new upstream release is broken
+# by design and requires installing setuptools in a virtualenv (enjoy
+# pep517) to get the package's version, so fails without Internet.
+# No reply on the bug for 3 months already.
+# Removal on 2022-07-02.  Bug #834534.
+dev-python/jaraco-packaging
+
 # Sam James <sam@gentoo.org> (2022-06-02)
 # No reverse dependencies, uses long-deprecated and abandoned nose for tests,
 # no upstream activity in years. Removal on 2022-07-02.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-10-09  0:04 Sam James
  0 siblings, 0 replies; 70+ messages in thread
From: Sam James @ 2022-10-09  0:04 UTC (permalink / raw
  To: gentoo-commits

commit:     687985ec0b7fa039b29b3851e4a0ea7fb2afd004
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 00:01:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 00:02:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687985ec

profiles: fix mask comment typos

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.use.mask | 2 +-
 profiles/package.mask          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d4abb4ed00cd..dca32ba381a0 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -10,7 +10,7 @@
 # Older versions of libvirt need a vulnerable version of wireshark
 <app-emulation/libvirt-8.0.0 wireshark-plugins
 
-# Sam James <sam@gentoo.org> (2022-08-07)
+# Sam James <sam@gentoo.org> (2022-10-07)
 # media-sound/rplay is masked for removal.
 x11-wm/fvwm3 rplay
 x11-wm/ctwm rplay

diff --git a/profiles/package.mask b/profiles/package.mask
index 8f95c378606d..ad008afa31c7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -91,7 +91,7 @@ dev-python/jarowinkler
 =sys-kernel/vanilla-kernel-5.19.12
 =virtual/dist-kernel-5.19.12
 
-# Sam Jaems <sam@gentoo.org> (2022-10-04)
+# Sam James <sam@gentoo.org> (2022-10-04)
 # Please upgrade to >= portage-3.0.38.1 for binpkg fixes.
 # bug #870283, bug #874771.
 =sys-apps/portage-3.0.31


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-11-11 17:04 Matt Turner
  0 siblings, 0 replies; 70+ messages in thread
From: Matt Turner @ 2022-11-11 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e7728b446b425d75a58a914a3f469733f6e0ac24
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 11 17:00:47 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 17:01:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7728b44

profiles: Mask x11-drivers/xf86-video-nv for removal

Bug: https://bugs.gentoo.org/875053
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/use.mask | 6 ++++++
 profiles/package.mask  | 7 +++++++
 2 files changed, 13 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 7f933c6c7e3e..4476441274c0 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner <mattst88@gentoo.org> (2022-11-11)
+# xf86-video-nv relies on function no longer present in the Xserver since v1.20
+# (released May 2018), and no user has noticed.
+# Bug #875053
+video_cards_nv
+
 # Brian Evans <grknight@gentoo.org> (2022-09-30)
 # PHP 8.2 is in RC
 php_targets_php8-2

diff --git a/profiles/package.mask b/profiles/package.mask
index 3363b2a046f2..4dbbf7c627bb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner <mattst88@gentoo.org> (2022-11-11)
+# Relies on function no longer present in the Xserver since v1.20
+# (released May 2018), and no user has noticed. Use xf86-video-nouveau instead.
+# Bug #875053
+# Removal on 2022-12-11
+x11-drivers/xf86-video-nv
+
 # Sam James <sam@gentoo.org> (2022-11-11)
 # Causes memory corruption when building x11-misc/colord on x86
 # bug #880865


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-11-17 20:22 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2022-11-17 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     59f2a711fbc8654494c3554a2001fefe1ba3ab8a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 20:17:23 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 20:18:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f2a711

package.mask: Last rite net-misc/pyhoca*, net-misc/python-x2go

Bug: https://bugs.gentoo.org/879011
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 8 ++++++++
 2 files changed, 12 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 26e64b28f6db..57ea6ef9169f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2022-11-17)
+# Requires net-misc/pyhoca-cli that is masked for removal.
+net-misc/remmina x2go
+
 # Matt Turner <mattst88@gentoo.org> (2022-11-16)
 # tracker-miners depends on libsoup:3.0 but USE=rss depends on net-libs/libgrss
 # which has not been ported to libsoup:3.0.

diff --git a/profiles/package.mask b/profiles/package.mask
index ffd96b2851dc..359d9dcb909d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2022-11-17)
+# Requires dev-python/gevent that is going to be masked for removal.
+# net-misc/x2goclient remains as a replacement.
+# Removal on 2022-12-17.  Bug #879011.
+net-misc/pyhoca-cli
+net-misc/pyhoca-gui
+net-misc/python-x2go
+
 # Matthew Smith <matthew@gentoo.org> (2022-11-17)
 # libnet:1.0's remaining rdeps. Dead upstreams.
 # Removal on 2022-12-17. Bug #881677


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-11-19 11:02 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2022-11-19 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c287a98bdda7b83d47068e164eada3980389cce6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 10:57:14 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 11:02:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c287a98b

package.mask: Last rite broken sound@ packages

Bug: https://bugs.gentoo.org/624136
Bug: https://bugs.gentoo.org/699808
Bug: https://bugs.gentoo.org/726076
Bug: https://bugs.gentoo.org/840514
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask |  4 ++++
 profiles/package.mask          | 17 +++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2954b82f19c6..2cbd0ba04485 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2022-11-19)
+# Requires packages masked for removal.
+media-plugins/gst-plugins-meta libvisual
+
 # Michał Górny <mgorny@gentoo.org> (2022-11-17)
 # Require packages masked for removal.
 net-analyzer/netdata kinesis

diff --git a/profiles/package.mask b/profiles/package.mask
index f1abe65e9ef5..d7c37b3564d7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,23 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2022-11-19)
+# Packages with reported failures and no maintainer activity.
+#
+# media-sound/lingot: bug #699808, last bumped in 2018
+# media-sound/retrovol: bug #624136, last bumped in 2013, homepage dead
+# media-sound/umix: bug #726076, last release in 2003 (!)
+# media-libs/libvisual*: bug #840514, last bumped in 2006
+#
+# Removal on 2022-12-19.
+media-libs/libvisual
+media-plugins/gst-plugins-libvisual
+media-plugins/libvisual-plugins
+media-plugins/libvisual-projectm
+media-sound/lingot
+media-sound/retrovol
+media-sound/umix
+
 # Michał Górny <mgorny@gentoo.org> (2022-11-19)
 # Agavi and its dependencies that are unmaintained and have no other
 # reverse dependencies.  It has received no activity since 2016,


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-11-20 16:50 Andreas Sturmlechner
  0 siblings, 0 replies; 70+ messages in thread
From: Andreas Sturmlechner @ 2022-11-20 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5d4133253f63d5d6893248791b793cdc7a87b63b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 16:47:57 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 16:50:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d413325

profiles: Revert dev-util/kdevelop-python package.mask

Fixes stabilisation bug disruption.

Bug: https://bugs.gentoo.org/835921
Bug: https://bugs.gentoo.org/879357
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/base/package.use.mask | 1 -
 profiles/package.mask          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index fecdfe71457c..dd3e9feb319d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -19,7 +19,6 @@ media-plugins/gst-plugins-meta libvisual
 # Michał Górny <mgorny@gentoo.org> (2022-11-17)
 # Require packages masked for removal.
 net-analyzer/netdata kinesis
-kde-apps/kdesdk-meta python
 
 # Michał Górny <mgorny@gentoo.org> (2022-11-17)
 # Requires dev-python/gevent that is masked for removal.

diff --git a/profiles/package.mask b/profiles/package.mask
index 861dd273eea6..40babe1599d5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -133,7 +133,6 @@ dev-python/tvdb_api
 dev-python/webassets
 dev-python/ws4py
 dev-util/comparator
-dev-util/kdevelop-python
 dev-util/rosinstall_generator
 games-util/pyfa
 mate-extra/caja-hide


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-11-20 18:03 Sebastian Pipping
  0 siblings, 0 replies; 70+ messages in thread
From: Sebastian Pipping @ 2022-11-20 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ef71db79a49c9d5d87bd301a9daa525d29601447
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 17:56:29 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 18:02:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef71db79

package.mask: Stop last rite of media-libs/libvisual for now

.. after going through all open issues on media-libs/libvisual .

Bug: https://bugs.gentoo.org/840514

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 profiles/base/package.use.mask | 1 -
 profiles/package.mask          | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index dd3e9feb319d..19ccff06c446 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -14,7 +14,6 @@ media-libs/coin javascript
 # Requires packages masked for removal.
 mail-mta/netqmail authcram
 mail-mta/notqmail authcram
-media-plugins/gst-plugins-meta libvisual
 
 # Michał Górny <mgorny@gentoo.org> (2022-11-17)
 # Require packages masked for removal.

diff --git a/profiles/package.mask b/profiles/package.mask
index 40babe1599d5..331f972d8ba9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -77,13 +77,8 @@ sys-apps/intel-performance-counter-monitor
 #
 # media-sound/retrovol: bug #624136, last bumped in 2013, homepage dead
 # media-sound/umix: bug #726076, last release in 2003 (!)
-# media-libs/libvisual*: bug #840514, last bumped in 2006
 #
 # Removal on 2022-12-19.
-media-libs/libvisual
-media-plugins/gst-plugins-libvisual
-media-plugins/libvisual-plugins
-media-plugins/libvisual-projectm
 media-sound/retrovol
 media-sound/umix
 


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-11-30  2:57 John Helmert III
  0 siblings, 0 replies; 70+ messages in thread
From: John Helmert III @ 2022-11-30  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f1541a2a674a765f9e785712f3480c616a511560
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 02:40:48 2022 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 02:56:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1541a2a

profiles: last rite sys-apps/ucspi-ssl

Bug: https://bugs.gentoo.org/696936
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++++
 profiles/package.mask          | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 6d258d921740..059d9ef6ee5b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# John Helmert III <ajak@gentoo.org> (2022-11-29)
+# sys-apps/ucspi-ssl is last rited
+mail-mta/netqmail pop3
+mail-mta/notqmail pop3
+
 # Joonas Niilola <juippis@gentoo.org> (2022-11-25)
 # x11-wm/stumpwm-22.05_p20220818[doc] is totally broken. Bug #882935
 x11-wm/stumpwm doc

diff --git a/profiles/package.mask b/profiles/package.mask
index fc2967092247..c6cc530e0183 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,10 +33,15 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III <ajak@gentoo.org> (2022-11-29)
+# Unmaintained and outdated in Gentoo, compatibility issues with
+# openssl-1.1. Removal in 30 days. Bug #696936.
+sys-apps/ucspi-ssl
+
 # John Helmert III <ajak@gentoo.org> (2022-11-29)
 # Authentication bypass vulnerability, unmaintained in Gentoo, source
 # package available. Use app-metrics/prometheus instead. Removal in 30
-# days. Bug ##883637.
+# days. Bug #883637.
 app-metrics/prometheus-bin
 
 # Piotr Karbowski <slashbeast@gentoo.org> (2022-11-29)


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2022-12-09 16:04 Brian Evans
  0 siblings, 0 replies; 70+ messages in thread
From: Brian Evans @ 2022-12-09 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1b5a1185e8de4f5eb2e096ad8029addc8ce991c5
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 16:04:26 2022 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 16:04:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5a1185

profiles: Remove PHP masks; add stable mask on target

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/use.mask        | 4 ----
 profiles/base/use.stable.mask | 4 ++++
 profiles/package.mask         | 5 -----
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 4476441274c0..6e4d45c14449 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -10,10 +10,6 @@
 # Bug #875053
 video_cards_nv
 
-# Brian Evans <grknight@gentoo.org> (2022-09-30)
-# PHP 8.2 is in RC
-php_targets_php8-2
-
 # Sam James <sam@gentoo.org> (2022-08-02)
 # Masked for testing. The split of some packages may still
 # change. bug #838970.

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 96afc27ef07f..9f302287fcb8 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Brian Evans <grknight@gentoo.org> (2022-12-09)
+# PHP 8.2 is in testing
+php_targets_php8-2
+
 # Alfredo Tupone <tupone@gentoo.org> (2022-12-4)
 # sys-devel/gcc:12 is not stable yet
 ada_target_gcc_12_2_0

diff --git a/profiles/package.mask b/profiles/package.mask
index 96edd3182a7e..2aa0f92b38cf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -571,11 +571,6 @@ x11-drivers/xf86-video-nv
 =sys-apps/portage-3.0.37
 =sys-apps/portage-3.0.38
 
-# Brian Evans <grknight@gentoo.org> (2022-09-30)
-# Mask RC versions for initial testing
-<dev-lang/php-8.2.0:8.2
-virtual/httpd-php:8.2
-
 # John Helmert III <ajak@gentoo.org> (2022-09-18)
 # Unfixed root privilege escalation, bug #631552
 sys-cluster/slurm


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2023-01-21 10:15 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2023-01-21 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     59b1c9248d757a5744b49d214ae8cea815b9317b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 10:12:49 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 10:15:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b1c924

package.mask: Mask a few media-video/ffmpeg-5 blockers

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask |  9 +++++++++
 profiles/package.mask          | 16 ++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5542d92a80ef..eae9c7851171 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,15 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2023-01-21)
+# media-libs/libextractor is masked for removal.
+media-plugins/vdr-xineliboutput libextractor
+
+# Michał Górny <mgorny@gentoo.org> (2023-01-21)
+# media-libs/qtav is masked for removal.
+media-gfx/digikam mediaplayer
+media-gfx/kphotoalbum qtav
+
 # Sam James <sam@gentoo.org> (2023-01-21)
 # Fails to compile: https://github.com/libffi/libffi/issues/760
 dev-libs/libffi exec-static-trampoline

diff --git a/profiles/package.mask b/profiles/package.mask
index ff71cef41e4c..8688bdca8494 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,22 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2023-01-21)
+# Packages that are incompatible with ffmpeg-5.
+#
+# media-libs/libextractor: no Gentoo maintainer, ver from 2019, bug #834382
+# media-libs/qtav: no Gentoo maintainer, no porting progress, bug #834386
+# media-plugins/vdr-vaapidevice: no activity since 2019, bug #834390
+# media-sound/potamus: last rel. 2018, one commit in 2020, bug #834396
+# media-video/ffmpeg2theora: no activity since 2016, bug #834403
+#
+# Removal on 2023-02-20.
+media-libs/libextractor
+media-libs/qtav
+media-plugins/vdr-vaapidevice
+media-sound/potamus
+media-video/ffmpeg2theora
+
 # Michał Górny <mgorny@gentoo.org> (2023-01-21)
 # Obsoleted in favor of using extract-on-the-first-run feature
 # of games-strategy/wargus.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2023-03-29 13:04 Sam James
  0 siblings, 0 replies; 70+ messages in thread
From: Sam James @ 2023-03-29 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c8781d04c0e3966ff97d0e8c24b9d4d6b954c792
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 12:35:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 12:56:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8781d04

package.mask: Last rite kde-apps/kross-interpreters

Only supports imminently-EOL ruby27, depends on obsolete QtScript instead
of QML. Support for other languages was removed long ago, e.g. python support
is stuck on python2-only. Kross itself is on the chopping block too.

Bug: https://bugs.gentoo.org/810493
Bug: https://bugs.gentoo.org/903532
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 8 ++++++++
 2 files changed, 12 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 021f765e12c1..35f06b4ef11e 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Sam James <sam@gentoo.org> (2023-03-29)
+# Depends on last-rited kde-apps/kross-interpreters.
+kde-apps/kdesdk-meta ruby
+
 # Sam James <sam@gentoo.org> (2023-03-15)
 # Signing key is expired on Savannah. The same key is renewed elsewhere
 # and the signature is valid, but it's easier to disable verify-sig here

diff --git a/profiles/package.mask b/profiles/package.mask
index 235717591dfa..b44b2dda940b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James <sam@gentoo.org> (2023-03-29)
+# Only supports imminently-EOL ruby27, depends on obsolete QtScript instead
+# of QML. Support for other languages was removed long ago, e.g. python support
+# is stuck on python2-only. Kross itself is on the chopping block too:
+# bug #810493, bug #903532.
+# Removal on 2023-04-28.
+kde-apps/kross-interpreters
+
 # Sam James <sam@gentoo.org> (2023-03-29)
 # Only supports imminently-EOL ruby27.
 # Removal on 2023-04-28.  Bug #903499.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2023-04-10 16:24 Matt Turner
  0 siblings, 0 replies; 70+ messages in thread
From: Matt Turner @ 2023-04-10 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7cce9bee3cf0c8e408ebfc4b3fd18ae7615b86d0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 16:21:49 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 16:24:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cce9bee

profiles: Mask x11-libs/libdmx for removal

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 7 +++++++
 2 files changed, 11 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f1d8a89eca3b..f372fc5e81f0 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner <mattst88@gentoo.org> (2023-04-10)
+# Depends on x11-libs/libdmx, which is masked for removal
+x11-apps/xdpyinfo dmx
+
 # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-04-09)
 # dev-java/jython is last-rited due to vulnerabilities.
 # See bug #825486.

diff --git a/profiles/package.mask b/profiles/package.mask
index 10dc9283f275..ded8680b551d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner <mattst88@gentoo.org> (2023-04-10)
+# DMX support was dropped from the Xserver in v21.1.0 and had been broken for
+# 14 years previous to its removal. See
+# https://cgit.freedesktop.org/xorg/xserver/commit/?id=b3b81c8c2090cd49410960a021baf0d27fdd2ab3
+# Removal on 2023-05-10
+x11-libs/libdmx
+
 # Matt Turner <mattst88@gentoo.org> (2023-04-10)
 # speedo support was dropped from libXfont ~14 years ago. See
 # https://www.x.org/wiki/DeprecatedInX11R7/


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2023-08-12  1:04 Michael Orlitzky
  0 siblings, 0 replies; 70+ messages in thread
From: Michael Orlitzky @ 2023-08-12  1:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c0667f3d0c12f35b61c89259799ec7e7e63f7cc7
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 18:59:50 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 00:57:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0667f3d

profiles: mask php:7.4, revdeps, and affected USE=test

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 profiles/base/package.use.mask | 39 +++++++++++++++++++++++++++++++++++----
 profiles/base/use.mask         | 10 +++++-----
 profiles/package.mask          | 26 ++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 9 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f9334180fdd1..79764f01fdb3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michael Orlitzky <mjo@gentoo.org> (2023-08-11)
+# php-7.x is End-of-Life (EOL) and masked.
+www-servers/nginx-unit php7-4
+
 # Ionen Wolkens <ionen@gentoo.org> (2023-07-26)
 # MPV currently[1] has no plans to support >=lua5-3 making luajit
 # the only choice for maintained lua. Apply mask/force to override
@@ -466,18 +470,45 @@ www-client/seamonkey lto
 # http://httpd.apache.org/docs/current/mod/mod_lua.html
 www-servers/apache apache2_modules_lua
 
-# Brian Evans <grknight@gentoo.org> (2021-01-07)
-# Block test deps on packages until they can be updated
-# Old phpunit does not work with new PHP and last is vulnerable
-<dev-php/PEAR-Crypt_GPG-1.6.4 test
+# Michael Orlitzky <mjo@gentoo.org> (2023-08-11)
+# Our PHPUnit (or at least one of its dependencies) doesn't work with
+# modern versions of PHP itself.
+dev-php/PEAR-Console_Getargs test
+dev-php/PEAR-Crypt_GPG test
+dev-php/PEAR-Crypt_HMAC2 test
+dev-php/PEAR-Exception test
+dev-php/PEAR-File_Fortune test
+dev-php/PEAR-HTML_CSS test
+dev-php/PEAR-HTML_Template_Sigma test
+dev-php/PEAR-HTTP_Request2 test
+dev-php/PEAR-Image_Color2 test
+dev-php/PEAR-Image_Text test
+dev-php/PEAR-Net_IPv6 test
+dev-php/PEAR-Net_LDAP2 test
+dev-php/PEAR-Numbers_Words test
+dev-php/PEAR-Text_Password test
+dev-php/PEAR-Text_Wiki test
 dev-php/PEAR-Text_Wiki_Mediawiki test
+dev-php/PEAR-XML_RSS test
+dev-php/PHP_CodeCoverage test
 dev-php/PHP_CodeSniffer test
+dev-php/PHP_TokenStream test
+dev-php/awl test
+dev-php/fedora-autoloader test
+dev-php/json-schema test
+dev-php/jsonlint test
 dev-php/php-redmine-api test
 dev-php/recaptcha test
 dev-php/symfony-config test
+dev-php/symfony-dependency-injection test
 dev-php/symfony-event-dispatcher test
 dev-php/symfony-filesystem test
 dev-php/symfony-finder test
+dev-php/symfony-process test
+dev-php/symfony-yaml test
+dev-php/theseer-Autoload test
+dev-php/twig test
+
 
 # Sam James <sam@gentoo.org> (2021-01-04)
 # Doc generation is broken, needs gtkdoc-mktmpl (gone from gtk-doc)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index dad9b1707b61..cbddc6b7042e 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michael Orlitzky <mjo@gentoo.org> (2023-08-11)
+# PHP 7.x is end-of-life. Please upgrade to a newer slot.
+php_targets_php7-3
+php_targets_php7-4
+
 # Hans de Graaff <graaff@gentoo.org> (2023-04-10)
 # Ruby 2.7 is masked for removal.
 ruby_targets_ruby27
@@ -19,11 +24,6 @@ pyside6
 # dev-util/sysprof not keyworded on most arches yet
 sysprof
 
-# Brian Evans <grknight@gentoo.org> (2022-01-21)
-# PHP 7.3 is end-of-life
-# Please upgrade to a newer slot
-php_targets_php7-3
-
 # Sam James <sam@gentoo.org> (2022-01-12)
 # PCH has proven itself to be unreliable and lead to spurious build
 # failures. Masking so users aren't exposed to such failures without opting-in.

diff --git a/profiles/package.mask b/profiles/package.mask
index 832ed9b8b8fb..fbc0a3df51a4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,32 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Orlitzky <mjo@gentoo.org> (2023-08-11)
+# php-7.x is End Of Life (EOL) upstream and no longer receives security
+# fixes. We lose phpunit because it depends on CodeCoverage which
+# depends on TokenStream, and TokenStream is limited to 7.x. Bug 887739
+# to upgrade moodle is seven months old, which I think is long enough to
+# have waited. Selfoss has a newer version. Removal after 2023-09-11.
+dev-lang/php:7.4
+dev-php/PHP_TokenStream
+dev-php/PHP_CodeCoverage
+dev-php/phpspec-prophecy
+dev-php/phpunit
+dev-php/phpunit-mock-objects
+dev-php/sebastian-comparator
+dev-php/sebastian-exporter
+dev-php/sebastian-global-state
+dev-php/sebastian-object-enumerator
+dev-php/sebastian-object-reflector
+dev-php/sebastian-recursion-context
+=mail-client/roundcube-1.4.11
+=virtual/httpd-php-7.4
+=www-apps/moodle-3.11.15
+=www-apps/moodle-4.0.9
+=www-apps/moodle-4.1.4
+=www-apps/moodle-4.2.1
+=www-apps/selfoss-2.19
+
 # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-07-05)
 # Library without consumers. Bug #906882
 # Removal on 2023-08-05.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2023-08-12 15:45 Michael Orlitzky
  0 siblings, 0 replies; 70+ messages in thread
From: Michael Orlitzky @ 2023-08-12 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     aa7b96921ad415a1ad15e03707d66cf566ec62a3
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 14:55:39 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 14:57:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7b9692

profiles: more php:7.4 removal masks

Closes: https://bugs.gentoo.org/912181
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 profiles/base/package.use.mask |  8 ++++++++
 profiles/package.mask          | 17 +++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b71d9fbc4293..4cceebbdd213 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,14 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michael Orlitzky <mjo@gentoo.org> (2023-08-12)
+# php-7.x is End-of-Life (EOL) and masked, but these packages don't
+# support any newer versions with USE=php. Bugs 912183, 912184,
+# and 912185.
+dev-libs/redland-bindings php
+media-gfx/exact-image php
+sci-geosciences/mapserver php
+
 # Michael Orlitzky <mjo@gentoo.org> (2023-08-11)
 # php-7.x is End-of-Life (EOL) and masked.
 www-servers/nginx-unit php7-4

diff --git a/profiles/package.mask b/profiles/package.mask
index 69a09b9ae9aa..4a16a1b87142 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,23 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Orlitzky <mjo@gentoo.org> (2023-08-12)
+# More php:7.4 casualties that I missed the first time around.
+# They'll be removed whenever php:7.4 is removed.
+#
+#   * pecl-apcu_bc dead since 2019
+#   * pecl-http:7 is the old slot
+#   * pecl-ncurses dead since 2012
+#   * pecl-propro dead since 2020
+#   * pecl-taint dead in 2021
+#
+dev-php/pecl-apcu_bc
+dev-php/pecl-http:7
+dev-php/pecl-ncurses
+dev-php/pecl-propro
+dev-php/pecl-taint
+
+
 # Michael Orlitzky <mjo@gentoo.org> (2023-08-11)
 # php-7.x is End Of Life (EOL) upstream and no longer receives security
 # fixes. We lose phpunit because it depends on CodeCoverage which


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2023-10-26  0:58 Marek Szuba
  0 siblings, 0 replies; 70+ messages in thread
From: Marek Szuba @ 2023-10-26  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     606b56abf20b13545c743ae6908f7363692e9b6c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 00:55:43 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 00:55:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606b56ab

media-gfx/gmic: mask for removal

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 profiles/base/package.use.mask |  4 ++++
 profiles/package.mask          | 10 ++++++++++
 2 files changed, 14 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 776f5d1fcfbf..119e275fcf11 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Marek Szuba <marecki@gentoo.org> (2023-10-26)
+# media-gfx/gmic has been masked for removal, see Bug #916289.
+media-gfx/darktable gmic
+
 # hololeap <hololeap@protonmail.com> (2023-10-15)
 # Enabling these flags will create cycles in the dependency graph.
 # Maintainers may want to temporarily unmask these in order to run

diff --git a/profiles/package.mask b/profiles/package.mask
index 500414194eab..73b7f6e29e22 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,16 @@
 
 #--- END OF EXAMPLES ---
 
+# Marek Szuba <marecki@gentoo.org> (2023-10-26)
+# Upstream uses a massive home-made Makefile which has since the beginning
+# required massive amounts of patching to make it behave reasonably
+# (as well as to fix the problems which ostensibly led upstream to
+# abandoning CMake, and which they immediately re-introduced in their NIH
+# solution) and which if anything have only got worse since then. One,
+# optional, reverse dependency in the tree.
+# Removal on 2023-11-26. Bug #916289.
+media-gfx/gmic
+
 # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-10-23)
 # Java libraries. No reverse dependencies.
 # Removal on 2023-11-23.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2024-03-17  1:17 Sam James
  0 siblings, 0 replies; 70+ messages in thread
From: Sam James @ 2024-03-17  1:17 UTC (permalink / raw
  To: gentoo-commits

commit:     fb987b5e57ab97b22e5a369c275f8159c1ef91b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 01:17:07 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 01:17:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb987b5e

profiles: fix mask for dev-python/pytest-salt-factories

Thanks to ionen for talking it out with me.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2aa08151b846..ff18f8fd5c71 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Sam James <sam@gentoo.org> (2024-03-17)
+# Needs masked version of salt (bug #927142).
+dev-python/pytest-salt-factories python_targets_python3_12
+
 # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2024-03-10)
 # These packages have RESTRICT="test" and depend on dev-java/ant-junit
 # which is going away. Remove this mask when ebuilds are updated.

diff --git a/profiles/package.mask b/profiles/package.mask
index 40d78761cfa6..ea97bd856426 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -36,7 +36,6 @@
 # Sam James <sam@gentoo.org> (2024-03-16)
 # MIssing files (bug #927142).
 =app-admin/salt-3007.0
-=dev-python/pytest-salt-factories-1.0.0_rc29
 
 # Eli Schwartz <eschwartz93@gmail.com> (2024-03-14)
 # Deprecated, doesn't work with python 3.12. Unmaintained with last


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2024-04-23 14:53 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2024-04-23 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ad6374850e9b965dd948b49e992cb8e960a641af
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 14:36:43 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 14:52:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad637485

package.mask: Last rite app-forensics/libewf

Bug: https://bugs.gentoo.org/927076
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 5 +++++
 profiles/package.mask          | 7 +++++++
 2 files changed, 12 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ac1edb074997..ed3025f7727e 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2024-04-23)
+# app-forensics/libewf is being removed (TestDisk does not build
+# successfully with our version anyway).
+app-admin/testdisk ewf
+
 # Mike Gilbert <floppym@gentoo.org> (2024-04-18)
 # Wayland client is broken/deprecated by upstream. Bug 930197.
 >=net-misc/freerdp-3 wayland

diff --git a/profiles/package.mask b/profiles/package.mask
index fff3d61a352e..afc8ea11cc1f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2024-04-23)
+# Unmaintained in Gentoo and seriously outdated.  Its only reverse
+# dependency is app-admin/testdisk, and the current TestDisk versions
+# do not build against this version anyway
+# Removal on 2024-05-23.  Bug #927076.
+app-forensics/libewf
+
 # Michał Górny <mgorny@gentoo.org> (2024-04-23)
 # Superseded by dev-python/tinycss2.  No revdeps.
 # Removal on 2024-05-23.  Bug #930503.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
@ 2024-05-18 15:34 Michał Górny
  0 siblings, 0 replies; 70+ messages in thread
From: Michał Górny @ 2024-05-18 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     990481112ef0f2f642ffb090150f18fe43867528
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 15:33:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 15:33:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99048111

package.mask: Last rite dev-python/aesara

Bug: https://bugs.gentoo.org/929433
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 profiles/package.mask          | 8 ++++++++
 2 files changed, 12 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 17375914751e..aaf0abe073b1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny <mgorny@gentoo.org> (2024-05-18)
+# dev-python/aesara is being removed.
+dev-python/sympy aesara
+
 # Sam James <sam@gentoo.org> (2024-05-09)
 # Experimental option upstream which seems undertested and underdocumented.
 # Fails to build with stricter C compilers too (bug #919685).

diff --git a/profiles/package.mask b/profiles/package.mask
index 6a576bd86cb7..b24baaa40fc7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2024-05-18)
+# Another abandoned project in the middle of a line of forks.
+# Broken with Python 3.12, with pytest 8 and with numpy 2.  Last
+# upstream activity in September 2023, but bugs remained unanswered
+# before that.
+# Removal on 2024-06-17.  Bug #929433.
+dev-python/aesara
+
 # Michał Górny <mgorny@gentoo.org> (2024-05-18)
 # Superseded by dev-python/pdm-backend.  No revdeps left.
 # Removal on 2024-06-17.  Bug #932160.


^ permalink raw reply related	[flat|nested] 70+ messages in thread

end of thread, other threads:[~2024-05-18 15:34 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-25 15:03 [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/ Mike Gilbert
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18 15:34 Michał Górny
2024-04-23 14:53 Michał Górny
2024-03-17  1:17 Sam James
2023-10-26  0:58 Marek Szuba
2023-08-12 15:45 Michael Orlitzky
2023-08-12  1:04 Michael Orlitzky
2023-04-10 16:24 Matt Turner
2023-03-29 13:04 Sam James
2023-01-21 10:15 Michał Górny
2022-12-09 16:04 Brian Evans
2022-11-30  2:57 John Helmert III
2022-11-20 18:03 Sebastian Pipping
2022-11-20 16:50 Andreas Sturmlechner
2022-11-19 11:02 Michał Górny
2022-11-17 20:22 Michał Górny
2022-11-11 17:04 Matt Turner
2022-10-09  0:04 Sam James
2022-06-02  8:39 Michał Górny
2022-03-03 19:09 Brian Evans
2022-01-21 16:07 Brian Evans
2021-11-29 19:36 Brian Evans
2021-11-23 17:03 Sam James
2021-08-11 19:36 Sam James
2021-03-06 12:16 Andreas K. Hüttel
2021-02-01 10:06 Michał Górny
2020-12-18 10:00 Michał Górny
2020-12-06 17:52 Matt Turner
2020-11-07  9:22 Michał Górny
2020-09-26 13:40 Michał Górny
2020-09-19 12:51 Michał Górny
2020-09-09 12:00 Michał Górny
2020-08-22 15:51 Michał Górny
2020-07-29  7:31 Andreas Sturmlechner
2020-07-13 11:28 Michał Górny
2020-04-22 17:27 Georgy Yakovlev
2020-04-22 15:21 Ulrich Müller
2020-04-22  8:15 Michał Górny
2020-04-19 14:04 Michał Górny
2020-04-18 15:40 Ulrich Müller
2020-01-08 17:47 Ulrich Müller
2019-12-10  0:42 Aaron Bauman
2019-09-30 22:45 Brian Evans
2019-09-07  7:37 Michał Górny
2019-09-01 19:29 Matt Turner
2019-09-01 19:20 Matt Turner
2019-07-14 10:30 David Seifert
2019-04-13  9:00 Michał Górny
2019-04-10 18:36 Michał Górny
2019-02-12 14:56 Mart Raudsepp
2018-11-11 13:07 Pacho Ramos
2018-11-04 12:55 Pacho Ramos
2018-11-02 21:29 Matt Turner
2018-05-10  9:15 Andreas Sturmlechner
2018-01-04 11:46 Pacho Ramos
2017-12-28 12:49 Pacho Ramos
2017-12-27 14:13 Pacho Ramos
2017-12-25 22:10 Andreas Hüttel
2017-10-15 21:34 Andreas Sturmlechner
2017-09-20 22:20 NP Hardass
2017-09-18 15:39 Paweł Hajdan
2017-08-09  3:06 Matt Thode
2017-08-03 20:06 Michał Górny
2017-08-03 20:06 Michał Górny
2017-06-10 19:17 Andreas Hüttel
2017-01-09 16:34 Alon Bar-Lev
2015-12-18  5:13 Brian Evans
2015-12-02 15:00 Brian Evans
2015-10-11 13:49 Hans de Graaff
2015-08-14  9:33 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox