From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1056724-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1803138334 for <garchives@archives.gentoo.org>; Sun, 11 Nov 2018 13:08:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3140AE0E0D; Sun, 11 Nov 2018 13:08:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6A2EE0E0C for <gentoo-commits@lists.gentoo.org>; Sun, 11 Nov 2018 13:08:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6833E335D16 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Nov 2018 13:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2338E46F for <gentoo-commits@lists.gentoo.org>; Sun, 11 Nov 2018 13:07:58 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1541941650.3e3d6dd79efcc401665422c49076a5bde04a94ce.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask profiles/package.mask X-VCS-Directories: profiles/ profiles/base/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3e3d6dd79efcc401665422c49076a5bde04a94ce X-VCS-Branch: master Date: Sun, 11 Nov 2018 13:07:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a3c62108-2303-41cf-8b31-ef496d9ce8f2 X-Archives-Hash: ba7e916d1fc0c16d4cee731786fb31ca 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.