From c313318d529a8358330febc35f09bb61f04da32b Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 29 Jan 2021 01:41:07 +0100 Subject: Upgrade on January 2021 (enabling python27 and minor things) --- package.accept_keywords/latest.keywords | 20 +++++++ package.accept_keywords/sorcery.keywords | 5 ++ package.accept_keywords/unstable.keywords | 70 ++++++++++++++++++++++++ package.accept_keywords/update-bugs.keywords | 6 ++ package.accept_keywords/update-deps.keywords | 6 ++ package.accept_keywords/update-features.keywords | 3 + package.accept_keywords/update-skip.keywords | 5 ++ package.accept_keywords/xdeps.keywords | 7 +++ 8 files changed, 122 insertions(+) create mode 100644 package.accept_keywords/latest.keywords create mode 100644 package.accept_keywords/sorcery.keywords create mode 100644 package.accept_keywords/unstable.keywords create mode 100644 package.accept_keywords/update-bugs.keywords create mode 100644 package.accept_keywords/update-deps.keywords create mode 100644 package.accept_keywords/update-features.keywords create mode 100644 package.accept_keywords/update-skip.keywords create mode 100644 package.accept_keywords/xdeps.keywords (limited to 'package.accept_keywords') diff --git a/package.accept_keywords/latest.keywords b/package.accept_keywords/latest.keywords new file mode 100644 index 0000000..3a649c5 --- /dev/null +++ b/package.accept_keywords/latest.keywords @@ -0,0 +1,20 @@ +# Latest version required (Development, security, etc.) +# This may break system. So, it is better to include current version (or at least pattern) of unstable series + +#Mozilla +#www-client/firefox ~amd64 +#www-client/firefox-bin ~amd64 +#mail-client/thunderbird ~amd64 +#mail-client/thunderbird-bin ~amd64 +#x11-plugins/enigmail ~amd64 + +#LLVM collection +#=sys-devel/llvm-8* ~amd64 +#=sys-devel/llvm-common-8* ~amd64 +#=sys-devel/clang-8* ~amd64 +#=sys-devel/clang-runtime-8* ~amd64 +#=sys-devel/clang-common-8* ~amd64 +#=sys-libs/compiler-rt-8* ~amd64 +#=sys-libs/compiler-rt-sanitizers-8* ~amd64 +#=sys-libs/libomp-8* ~amd64 + diff --git a/package.accept_keywords/sorcery.keywords b/package.accept_keywords/sorcery.keywords new file mode 100644 index 0000000..9686647 --- /dev/null +++ b/package.accept_keywords/sorcery.keywords @@ -0,0 +1,5 @@ +#Sorcery +app-portage/g-sorcery ~amd64 +#app-portage/gs-pypi ~amd64 # Broken, will not work with new pypi.org (can't resolve URLs, and also can't build afterwards) + +# Packages diff --git a/package.accept_keywords/unstable.keywords b/package.accept_keywords/unstable.keywords new file mode 100644 index 0000000..016644a --- /dev/null +++ b/package.accept_keywords/unstable.keywords @@ -0,0 +1,70 @@ +# 3rd-party statically build binaries (can be kept without specific version) +net-im/skypeforlinux ~amd64 +net-im/zoom ~amd64 +net-im/telegram-desktop-bin ~amd64 +www-plugins/google-talkplugin ~amd64 +sys-auth/google-authenticator ~amd64 + +# Desktop Applications (don't cause unstable dependencies - so can be kept without specific version) +net-im/psi ~amd64 +app-officeext/languagetool ~amd64 # Currently, doesn't force libreoffice upgrade +net-misc/owncloud-client ~amd64 +app-admin/qtpass ~amd64 + +# Development (No core part of the system - so can be kept without specific version +sci-geosciences/gpscorrelate ~amd64 +app-misc/yq ~amd64 + +# Profilling / Analysis +dev-util/perf ~amd64 +dev-util/mutrace ~amd64 +dev-util/fatrace ~amd64 + +# Virtualization +=app-emulation/vagrant-2.2* ~amd64 +=dev-ruby/vagrant_cloud-2.0* ~amd64 # vagrant +=dev-ruby/hashicorp-checkpoint-0.1* ~amd64 # vagrant +=dev-ruby/rubyzip-2.3* ~amd64 # vagrant + +=app-emulation/umoci-0.2* ~amd64 # kiwi + +# Buildah/Podman +=app-emulation/skopeo-0.1* ~amd64 +=app-emulation/buildah-1.16* ~amd64 +=app-emulation/podman-2.2* ~amd64 +=app-emulation/slirp4netns-1.1* ~amd64 # podman +=sys-fs/fuse-overlayfs-1.3* ~amd64 # podman +=app-emulation/conmon-2.0* ~amd64 + +# Audio/Video +media-sound/lossless2lossy ~amd64 +=sci-biology/imagej-1.51* ** + +# Hardware +=net-wireless/blueberry-1.3* ~amd64 +=net-wireless/bluez-tools-0_p20161212 ~amd64 #blueberry + +# CUDA +dev-util/nvidia-cuda-toolkit ~amd64 +dev-util/nvidia-cuda-sdk ~amd64 +=dev-python/pycuda-2019* ~amd64 + +# VTK +sci-libs/vtk ~amd64 +sci-visualization/paraview ~amd64 +=sci-libs/cgnslib-3.4* ~amd64 # paraview + +# Scipy +sci-libs/scikits ~amd64 +sci-libs/scikit-image ~amd64 +sci-libs/scikits_learn ~amd64 +sci-libs/scikits_optimization ~amd64 +sci-libs/scikits_timeseries ~amd64 +=dev-python/imageio-2.6* ~amd64 # scikit-image +dev-python/pywavelets ~amd64 + +# Python +=dev-python/pillowfight-0.2* ~amd64 + +# Ruby +dev-ruby/inifile ~amd64 diff --git a/package.accept_keywords/update-bugs.keywords b/package.accept_keywords/update-bugs.keywords new file mode 100644 index 0000000..1280f6d --- /dev/null +++ b/package.accept_keywords/update-bugs.keywords @@ -0,0 +1,6 @@ +# Update to a specific version is required + +=dev-util/cmake-3.19* # lapack compilation problem + +=dev-java/xom-1.3* ~amd64 # compilation failure with 1.2.10, see https://bugs.gentoo.org/683718 +#=dev-java/jaxen-1.1* ~amd64 # circular dependencies with xom diff --git a/package.accept_keywords/update-deps.keywords b/package.accept_keywords/update-deps.keywords new file mode 100644 index 0000000..fdf27dc --- /dev/null +++ b/package.accept_keywords/update-deps.keywords @@ -0,0 +1,6 @@ +# Update to a specific version is required (on next update can be skipped) +=net-fs/davfs2-1.6* ~amd64 +=net-firewall/nftables-0.9.8 ~amd64 # iptables-nft +=net-firewall/iptables-1.8.7 ~amd64 # iptables-nft +=net-libs/libnftnl-1.1.9 ~amd64 # nftables + diff --git a/package.accept_keywords/update-features.keywords b/package.accept_keywords/update-features.keywords new file mode 100644 index 0000000..a10a2a4 --- /dev/null +++ b/package.accept_keywords/update-features.keywords @@ -0,0 +1,3 @@ +# Features +#=app-backup/duplicity-0.7* ~amd64 +#=app-backup/borgbackup-1.1.10* ~amd64 diff --git a/package.accept_keywords/update-skip.keywords b/package.accept_keywords/update-skip.keywords new file mode 100644 index 0000000..3ac941e --- /dev/null +++ b/package.accept_keywords/update-skip.keywords @@ -0,0 +1,5 @@ +# To avoid another upgrade shortly (generally not a good idea) +=dev-lang/perl-5.30.3-r1 ~amd64 # to avoid another upgrade shortly + +# Minor upgrades, to prevent re-builds + diff --git a/package.accept_keywords/xdeps.keywords b/package.accept_keywords/xdeps.keywords new file mode 100644 index 0000000..1f9c0a9 --- /dev/null +++ b/package.accept_keywords/xdeps.keywords @@ -0,0 +1,7 @@ +# Firefox +#=dev-libs/nss-3.17* ~amd64 # firefox +#=dev-libs/nspr-4.22 ~amd64 # firefox +#=media-libs/libvpx-1.8* ~amd64 # firefox +#=dev-util/cbindgen-0.9* ~amd64 # firefox +#=media-libs/harfbuzz-2.6* ~amd64 # firefox + -- cgit v1.2.1