diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-02-05 16:52:07 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-02-05 16:52:07 +0000 |
commit | 6bce9e4fc371c592ca9a98bca7d1c82ae74e8575 (patch) | |
tree | f5db7d6828a44b924ee03e5e1844cd1d69b47079 | |
parent | 2020-02-05 16:08:55 UTC (diff) | |
parent | sys-kernel/gentoo-sources: Linux patch 4.4.213 (diff) | |
download | gentoo-6bce9e4fc371c592ca9a98bca7d1c82ae74e8575.tar.gz gentoo-6bce9e4fc371c592ca9a98bca7d1c82ae74e8575.tar.bz2 gentoo-6bce9e4fc371c592ca9a98bca7d1c82ae74e8575.zip |
Merge updates from master
63 files changed, 85 insertions, 271 deletions
diff --git a/dev-python/git-python/git-python-1.0.2.ebuild b/dev-python/git-python/git-python-1.0.2.ebuild index a9272b7f703a..5bf25e7aeaa5 100644 --- a/dev-python/git-python/git-python-1.0.2.ebuild +++ b/dev-python/git-python/git-python-1.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/git-python/git-python-2.1.11.ebuild b/dev-python/git-python/git-python-2.1.11.ebuild index 50bd8d006a11..f913b11117bf 100644 --- a/dev-python/git-python/git-python-2.1.11.ebuild +++ b/dev-python/git-python/git-python-2.1.11.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/git-python/git-python-2.1.7.ebuild b/dev-python/git-python/git-python-2.1.7.ebuild index 34c1d99d1ab9..d162d0654d7c 100644 --- a/dev-python/git-python/git-python-2.1.7.ebuild +++ b/dev-python/git-python/git-python-2.1.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/gitdb/gitdb-0.6.4.ebuild b/dev-python/gitdb/gitdb-0.6.4.ebuild index 1d1e9ac89f7f..842e816383cc 100644 --- a/dev-python/gitdb/gitdb-0.6.4.ebuild +++ b/dev-python/gitdb/gitdb-0.6.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/gitdb2/gitdb2-2.0.3.ebuild b/dev-python/gitdb2/gitdb2-2.0.3.ebuild index e0dbc73a88de..80920af6b73f 100644 --- a/dev-python/gitdb2/gitdb2-2.0.3.ebuild +++ b/dev-python/gitdb2/gitdb2-2.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/lesscpy/lesscpy-0.11.1.ebuild b/dev-python/lesscpy/lesscpy-0.11.1.ebuild index 9616d41cb732..0aac1ed93382 100644 --- a/dev-python/lesscpy/lesscpy-0.11.1.ebuild +++ b/dev-python/lesscpy/lesscpy-0.11.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/lesscpy/lesscpy-0.13.0.ebuild b/dev-python/lesscpy/lesscpy-0.13.0.ebuild index 4f4872ce6017..669434fc4446 100644 --- a/dev-python/lesscpy/lesscpy-0.13.0.ebuild +++ b/dev-python/lesscpy/lesscpy-0.13.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/libarchive-c/libarchive-c-2.7.ebuild b/dev-python/libarchive-c/libarchive-c-2.7.ebuild index ccd52d0a443e..9eb219000936 100644 --- a/dev-python/libarchive-c/libarchive-c-2.7.ebuild +++ b/dev-python/libarchive-c/libarchive-c-2.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="A Python interface to libarchive" HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ https://pypi.org/project/libarchive-c/" diff --git a/dev-python/libarchive-c/libarchive-c-2.8.ebuild b/dev-python/libarchive-c/libarchive-c-2.8.ebuild index 4e2991da0d2b..38360fd1077c 100644 --- a/dev-python/libarchive-c/libarchive-c-2.8.ebuild +++ b/dev-python/libarchive-c/libarchive-c-2.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A Python interface to libarchive" HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ https://pypi.org/project/libarchive-c/" diff --git a/dev-python/libcloud/Manifest b/dev-python/libcloud/Manifest index 3a6209a75656..40018b9779f6 100644 --- a/dev-python/libcloud/Manifest +++ b/dev-python/libcloud/Manifest @@ -1,3 +1 @@ -DIST apache-libcloud-0.15.1.tar.bz2 570953 BLAKE2B 1baca706ac57d76baf4f83824ea0fccaccec51f38114a0103777e2965e67ad9cd96ad46459841ea702d72f8f0c3ce166037714d04f91c1f2369ddf6f455ffa63 SHA512 0cbc02c955cb91e135d73a5198ad216d0f91fa942b88dd1ffc1c46a487190f45500f003d2825cdb4f6c96c4ca7e5cf2681709769b0c2d8801b08e5a41b3d69b0 -DIST apache-libcloud-1.5.0.tar.bz2 1258553 BLAKE2B 9cad0f61ab8505deea99c15022da92caf24295480d16bedf9c735c1117a055c94162cdcb331734c572f375de3ba10b499d5ed46a5a11f1e634d272e69748ef79 SHA512 91c10d164f56c9f75c6e5633802c3cf31046ab7a3ae554b73310b1da2d882ac1f8e90aaf3462db57ac0949dfd66cb840ec8fc6e6b79c46128668f13183d47b30 DIST apache-libcloud-2.3.0.tar.bz2 1370556 BLAKE2B 14c6604d190d63f9049de2034b487cd7bb314add399339cac7a46dcbfea339497ede0d8058fd29dab43d53a45637fc5e60c71a5079fff6f45ed5023721eb68f2 SHA512 673c5b7b12f4510f2b43ea8199fab1e3f7ded62423d7d67301f5e3448c78750bc898c494a33d033844acf94bc292582371e9ac02ce1db6f4443a3966ef9fd0e8 diff --git a/dev-python/libcloud/libcloud-0.15.1.ebuild b/dev-python/libcloud/libcloud-0.15.1.ebuild deleted file mode 100644 index 6011542de4df..000000000000 --- a/dev-python/libcloud/libcloud-0.15.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# py3 dropped due to failing tests once lockfile installed -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="ssl(+)" - -inherit distutils-r1 - -DESCRIPTION="Unified Interface to the Cloud - python support libs" -HOMEPAGE="http://libcloud.apache.org/index.html" -SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/lockfile[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/apache-${P}" - -python_prepare_all() { - if use examples; then - mkdir examples - mv example_*.py examples || die - fi - distutils-r1_python_prepare_all -} - -src_test() { - cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die - distutils-r1_src_test -} - -python_test() { - esetup.py test -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/libcloud/libcloud-1.5.0.ebuild b/dev-python/libcloud/libcloud-1.5.0.ebuild deleted file mode 100644 index f178e88a1351..000000000000 --- a/dev-python/libcloud/libcloud-1.5.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# py3 dropped due to failing tests once lockfile installed -PYTHON_COMPAT=( python{2_7,3_6} ) -PYTHON_REQ_USE="ssl(+)" - -inherit distutils-r1 - -DESCRIPTION="Unified Interface to the Cloud - python support libs" -HOMEPAGE="https://libcloud.apache.org/" -SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples test" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/lockfile[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' python2_7 pypy) - )" - -# Known test failures -RESTRICT="test" - -S="${WORKDIR}/apache-${P}" - -python_prepare_all() { - if use examples; then - mkdir examples - mv example_*.py examples || die - fi - distutils-r1_python_prepare_all -} - -src_test() { - cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die - distutils-r1_src_test -} - -python_test() { - esetup.py test -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/libcloud/libcloud-2.3.0.ebuild b/dev-python/libcloud/libcloud-2.3.0.ebuild index 7cfaa7b14210..d72292e9e812 100644 --- a/dev-python/libcloud/libcloud-2.3.0.ebuild +++ b/dev-python/libcloud/libcloud-2.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 diff --git a/dev-python/libnacl/libnacl-1.6.1.ebuild b/dev-python/libnacl/libnacl-1.6.1.ebuild index 4ce664bf5c14..1bd51f939d5e 100644 --- a/dev-python/libnacl/libnacl-1.6.1.ebuild +++ b/dev-python/libnacl/libnacl-1.6.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python{2_7,3_6}) +PYTHON_COMPAT=(python3_6) inherit distutils-r1 DESCRIPTION="Python ctypes wrapper for libsodium" diff --git a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild index cd8b5d151762..9f616dda6662 100644 --- a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild +++ b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 diff --git a/dev-python/libtmux/libtmux-0.8.2.ebuild b/dev-python/libtmux/libtmux-0.8.2.ebuild index 96e575bd8742..b2b343bde191 100644 --- a/dev-python/libtmux/libtmux-0.8.2.ebuild +++ b/dev-python/libtmux/libtmux-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="python api for tmux" diff --git a/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild b/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild index f86bc6c1c1e0..810917f24188 100644 --- a/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) MY_P="${P/_rc/-rc}" diff --git a/dev-python/libvirt-python/libvirt-python-5.5.0.ebuild b/dev-python/libvirt-python/libvirt-python-5.5.0.ebuild index f86bc6c1c1e0..810917f24188 100644 --- a/dev-python/libvirt-python/libvirt-python-5.5.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-5.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) MY_P="${P/_rc/-rc}" diff --git a/dev-python/libvirt-python/libvirt-python-5.6.0.ebuild b/dev-python/libvirt-python/libvirt-python-5.6.0.ebuild index d73b5d79b3c1..e54729f32d80 100644 --- a/dev-python/libvirt-python/libvirt-python-5.6.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-5.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) MY_P="${P/_rc/-rc}" diff --git a/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild b/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild index ccfb9847767c..79a9f02c1ffd 100644 --- a/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) MY_P="${P/_rc/-rc}" diff --git a/dev-python/livereload/livereload-2.4.1.ebuild b/dev-python/livereload/livereload-2.4.1.ebuild index f40cd94ce162..e79f6070944f 100644 --- a/dev-python/livereload/livereload-2.4.1.ebuild +++ b/dev-python/livereload/livereload-2.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/livereload/livereload-2.5.2.ebuild b/dev-python/livereload/livereload-2.5.2.ebuild index bebe781a1863..f6f7bf77c5ba 100644 --- a/dev-python/livereload/livereload-2.5.2.ebuild +++ b/dev-python/livereload/livereload-2.5.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/llfuse/llfuse-1.3.2.ebuild b/dev-python/llfuse/llfuse-1.3.2.ebuild index a2a5f2073247..800e130cbaa5 100644 --- a/dev-python/llfuse/llfuse-1.3.2.ebuild +++ b/dev-python/llfuse/llfuse-1.3.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/llfuse/llfuse-1.3.4.ebuild b/dev-python/llfuse/llfuse-1.3.4.ebuild index b6e057c90019..8d6c4d0e1673 100644 --- a/dev-python/llfuse/llfuse-1.3.4.ebuild +++ b/dev-python/llfuse/llfuse-1.3.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/llfuse/llfuse-1.3.5.ebuild b/dev-python/llfuse/llfuse-1.3.5.ebuild index c5d477418d22..bce229739584 100644 --- a/dev-python/llfuse/llfuse-1.3.5.ebuild +++ b/dev-python/llfuse/llfuse-1.3.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1 diff --git a/dev-python/llvmlite/llvmlite-0.28.0.ebuild b/dev-python/llvmlite/llvmlite-0.28.0.ebuild index c52d19b9934c..4307ec0db32b 100644 --- a/dev-python/llvmlite/llvmlite-0.28.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.28.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 llvm diff --git a/dev-python/llvmlite/llvmlite-0.29.0.ebuild b/dev-python/llvmlite/llvmlite-0.29.0.ebuild index 81241167a8c7..33f86ddb7d20 100644 --- a/dev-python/llvmlite/llvmlite-0.29.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.29.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 llvm diff --git a/dev-python/llvmlite/llvmlite-0.30.0.ebuild b/dev-python/llvmlite/llvmlite-0.30.0.ebuild index 6554258314b4..11e5368b53e4 100644 --- a/dev-python/llvmlite/llvmlite-0.30.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.30.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 llvm diff --git a/dev-python/lmdb/lmdb-0.92.ebuild b/dev-python/lmdb/lmdb-0.92.ebuild index 2c3fe85f5e1d..1a28cb0f5217 100644 --- a/dev-python/lmdb/lmdb-0.92.ebuild +++ b/dev-python/lmdb/lmdb-0.92.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/locket/locket-0.2.0.ebuild b/dev-python/locket/locket-0.2.0.ebuild index 71de60e68792..32d1cdefc998 100644 --- a/dev-python/locket/locket-0.2.0.ebuild +++ b/dev-python/locket/locket-0.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/logbook/logbook-1.1.0.ebuild b/dev-python/logbook/logbook-1.1.0.ebuild index 3d251417d228..f136b6ba1cc7 100644 --- a/dev-python/logbook/logbook-1.1.0.ebuild +++ b/dev-python/logbook/logbook-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/logbook/logbook-1.4.0.ebuild b/dev-python/logbook/logbook-1.4.0.ebuild index f06bd6f03f4f..01c0f7bbee4c 100644 --- a/dev-python/logbook/logbook-1.4.0.ebuild +++ b/dev-python/logbook/logbook-1.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/logutils/logutils-0.3.3-r1.ebuild b/dev-python/logutils/logutils-0.3.3-r1.ebuild index 44214d61aa18..0a97d1d1f31b 100644 --- a/dev-python/logutils/logutils-0.3.3-r1.ebuild +++ b/dev-python/logutils/logutils-0.3.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/logutils/logutils-0.3.3.ebuild b/dev-python/logutils/logutils-0.3.3.ebuild index 7559718a6336..ffcbc6043503 100644 --- a/dev-python/logutils/logutils-0.3.3.ebuild +++ b/dev-python/logutils/logutils-0.3.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/lz4/lz4-0.10.1.ebuild b/dev-python/lz4/lz4-0.10.1.ebuild index ab2f21869811..53344e14b708 100644 --- a/dev-python/lz4/lz4-0.10.1.ebuild +++ b/dev-python/lz4/lz4-0.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/lz4/lz4-0.8.2.ebuild b/dev-python/lz4/lz4-0.8.2.ebuild index 340de7f78625..7803badb5b7c 100644 --- a/dev-python/lz4/lz4-0.8.2.ebuild +++ b/dev-python/lz4/lz4-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/lz4/lz4-2.1.6.ebuild b/dev-python/lz4/lz4-2.1.6.ebuild index e5a9bd7b8f30..bf600f275e2b 100644 --- a/dev-python/lz4/lz4-2.1.6.ebuild +++ b/dev-python/lz4/lz4-2.1.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/maintboot/maintboot-0.1.0.ebuild b/dev-python/maintboot/maintboot-0.1.0.ebuild index 28f8e01bee89..8c9fae89723d 100644 --- a/dev-python/maintboot/maintboot-0.1.0.ebuild +++ b/dev-python/maintboot/maintboot-0.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/mando/mando-0.3.2.ebuild b/dev-python/mando/mando-0.3.2.ebuild index 9e7b1e439a9d..6eb96d61546e 100644 --- a/dev-python/mando/mando-0.3.2.ebuild +++ b/dev-python/mando/mando-0.3.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/manuel/manuel-1.8.0.ebuild b/dev-python/manuel/manuel-1.8.0.ebuild index e4ca4e9630a4..307de66e3b12 100644 --- a/dev-python/manuel/manuel-1.8.0.ebuild +++ b/dev-python/manuel/manuel-1.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/manuel/manuel-1.9.0.ebuild b/dev-python/manuel/manuel-1.9.0.ebuild index 888269e9711e..55378235ace1 100644 --- a/dev-python/manuel/manuel-1.9.0.ebuild +++ b/dev-python/manuel/manuel-1.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/markdown2/markdown2-2.3.0.ebuild b/dev-python/markdown2/markdown2-2.3.0.ebuild index 96a0f7370cf9..698a4cec1f4a 100644 --- a/dev-python/markdown2/markdown2-2.3.0.ebuild +++ b/dev-python/markdown2/markdown2-2.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/marshmallow/marshmallow-2.20.2.ebuild b/dev-python/marshmallow/marshmallow-2.20.2.ebuild index d1a97915e2c2..55c90417ff2a 100644 --- a/dev-python/marshmallow/marshmallow-2.20.2.ebuild +++ b/dev-python/marshmallow/marshmallow-2.20.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/marshmallow/marshmallow-2.20.5.ebuild b/dev-python/marshmallow/marshmallow-2.20.5.ebuild index d1a97915e2c2..55c90417ff2a 100644 --- a/dev-python/marshmallow/marshmallow-2.20.5.ebuild +++ b/dev-python/marshmallow/marshmallow-2.20.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/memory_profiler/memory_profiler-0.47.ebuild b/dev-python/memory_profiler/memory_profiler-0.47.ebuild index 72ac15e0bbed..cc19e0084e9d 100644 --- a/dev-python/memory_profiler/memory_profiler-0.47.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.47.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild index 71614a755324..189afea74eab 100644 --- a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/memory_profiler/memory_profiler-0.55.0.ebuild b/dev-python/memory_profiler/memory_profiler-0.55.0.ebuild index e946d9d3fa03..d4751b2ed0f9 100644 --- a/dev-python/memory_profiler/memory_profiler-0.55.0.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.55.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/mergedict/mergedict-0.2.0-r1.ebuild b/dev-python/mergedict/mergedict-0.2.0-r1.ebuild index 25b8d266ce93..cd0924beaadd 100644 --- a/dev-python/mergedict/mergedict-0.2.0-r1.ebuild +++ b/dev-python/mergedict/mergedict-0.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/mergedict/mergedict-0.2.0.ebuild b/dev-python/mergedict/mergedict-0.2.0.ebuild index 61195fac063e..437c55402666 100644 --- a/dev-python/mergedict/mergedict-0.2.0.ebuild +++ b/dev-python/mergedict/mergedict-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/mergedict/mergedict-0.3.0.ebuild b/dev-python/mergedict/mergedict-0.3.0.ebuild index 356f91b04fef..7f18076b3228 100644 --- a/dev-python/mergedict/mergedict-0.3.0.ebuild +++ b/dev-python/mergedict/mergedict-0.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/mkdocs/mkdocs-0.15.3.ebuild b/dev-python/mkdocs/mkdocs-0.15.3.ebuild index 32e21af0b96c..113f50d10b56 100644 --- a/dev-python/mkdocs/mkdocs-0.15.3.ebuild +++ b/dev-python/mkdocs/mkdocs-0.15.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/mkdocs/mkdocs-1.0.1.ebuild b/dev-python/mkdocs/mkdocs-1.0.1.ebuild index 411cce64172d..a6585445076c 100644 --- a/dev-python/mkdocs/mkdocs-1.0.1.ebuild +++ b/dev-python/mkdocs/mkdocs-1.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/pecan/pecan-1.3.3-r2.ebuild b/dev-python/pecan/pecan-1.3.3-r2.ebuild index 08967a809bef..f05a3339ded7 100644 --- a/dev-python/pecan/pecan-1.3.3-r2.ebuild +++ b/dev-python/pecan/pecan-1.3.3-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-util/gertty/Manifest b/dev-util/gertty/Manifest index 6867912d975d..e78378718b3d 100644 --- a/dev-util/gertty/Manifest +++ b/dev-util/gertty/Manifest @@ -1,4 +1 @@ -DIST gertty-1.3.2.tar.gz 92553 BLAKE2B 2e6771fcf044a8a46e91dbc6f34869be528e0aa4db8344aa26a999bfb9fe1a8e7b18346f1d90f06b7cb436c74a2c04c5528297d126e66b8f985bfc42483c53cc SHA512 b68acb801ceb225fe86d62015fd89bce7ebe34219dbb2f7fe10d991ff06b558a5ed3512e6435ef3ce13324841c473dbec565c7bef23e01567f5bdcbb6aba9136 -DIST gertty-1.4.0.tar.gz 115581 BLAKE2B af1a4ceac5b1e189305463e91d8d79246ccf16d5109b5100c0f928af42c39632d2c4b904c5586428c31d5d12985baf8ed2507c743364d6b26a4a02967b59dfc3 SHA512 9abba6271d3ec95938f07ab4ee76f0b539a7ce7f0bbf9c08509fe9516c14f99ccb7b439d29a30bff6dca99bf39788dc803cd8aed3cc03b531678225fa41102d9 -DIST gertty-1.5.0.tar.gz 119784 BLAKE2B bc563c10009c372de5a702b4ab33d9b6b26a898486fc5a1d840f298b50a779c36467ccf6600b6f29b61d3c15b1cc0bbfe960d0d6a1a71d3f8b8f75dc392ab0dc SHA512 bc47817a3ba9ccce298ee1a646cb43f8a57e9a57a40d898859836b3171abd0cf3c682a5f5811cf3d987a17dbf00dd6706a5dbc5a6a35f1d5ff3a217c68187cda DIST gertty-1.6.0.tar.gz 122570 BLAKE2B 8c3628f9b0b56aaff30f183a1ab0d852b8ee487927833f41b8aa61f94f8d14eaf3a8d515d5edcb3fa7dd18ca36f42a977d12790c52d6c629a720b4f29252b030 SHA512 0fe5224f5b4b06910bba0d19453ea0f273f6ea0688b9aa092e11f929b71801581f6d7cead1d64c00912ee3363b98d4b36e903fa992a7ce36f190a4f3c09375d2 diff --git a/dev-util/gertty/gertty-1.3.2.ebuild b/dev-util/gertty/gertty-1.3.2.ebuild deleted file mode 100644 index 6157972f8d87..000000000000 --- a/dev-util/gertty/gertty-1.3.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system." -HOMEPAGE="https://pypi.org/project/gertty/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="" - -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}] - <dev-python/pbr-2.0[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] - !~dev-python/urwid-1.3.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] - >=dev-python/git-python-0.3.2[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-2.5.3[${PYTHON_USEDEP}] - <dev-python/requests-3.0.0[${PYTHON_USEDEP}] - >=dev-python/alembic-0.6.4[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}] - >=dev-python/voluptuous-0.7[${PYTHON_USEDEP}] - >=dev-python/ply-3.4[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-util/gertty/gertty-1.4.0.ebuild b/dev-util/gertty/gertty-1.4.0.ebuild deleted file mode 100644 index 6157972f8d87..000000000000 --- a/dev-util/gertty/gertty-1.4.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system." -HOMEPAGE="https://pypi.org/project/gertty/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="" - -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}] - <dev-python/pbr-2.0[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] - !~dev-python/urwid-1.3.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] - >=dev-python/git-python-0.3.2[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-2.5.3[${PYTHON_USEDEP}] - <dev-python/requests-3.0.0[${PYTHON_USEDEP}] - >=dev-python/alembic-0.6.4[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}] - >=dev-python/voluptuous-0.7[${PYTHON_USEDEP}] - >=dev-python/ply-3.4[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-util/gertty/gertty-1.5.0-r1.ebuild b/dev-util/gertty/gertty-1.5.0-r1.ebuild deleted file mode 100644 index c7152e1a9b5b..000000000000 --- a/dev-util/gertty/gertty-1.5.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system." -HOMEPAGE="https://pypi.org/project/gertty/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="" - -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] - !~dev-python/urwid-1.3.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] - >=dev-python/git-python-0.3.7[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-2.5.3[${PYTHON_USEDEP}] - <dev-python/requests-3.0.0[${PYTHON_USEDEP}] - >=dev-python/alembic-0.6.4[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}] - >=dev-python/voluptuous-0.7[${PYTHON_USEDEP}] - >=dev-python/ply-3.4[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild index f25f90457452..cba65e08b2ed 100644 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 773f2d6e4dea..9cb8603575a9 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 diff --git a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild index 54da6b5385e1..b8302c17b2c9 100644 --- a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild +++ b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild index 0ed53b984fdc..ef9800d25dac 100644 --- a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild +++ b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 1b6079ac35b1..3c1cc600e32c 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -58,6 +58,9 @@ DIST genpatches-4.4-212.extras.tar.xz 16476 BLAKE2B 233b42e2d5ac1c7544e5322b163a DIST genpatches-4.4-213.base.tar.xz 3379100 BLAKE2B 799610a8603683b70e5f686616dd59a0c23bde3ebc8c5b47cb83b52ca6fe859584172a3aaa7bd464a2e1de6b31ccf7d313abae6ec602ffec4417c030084f38d9 SHA512 15e44669b4ed2dc3f12a5092d20c008b7d18e5a987851e2cec4ec1f385402a51a9b578183afee7973647628aafab3705066de44cabda0270a53fd2e1eb116260 DIST genpatches-4.4-213.experimental.tar.xz 83304 BLAKE2B ff00ecabf547ae0bbbfd902d1e26495573e33088240db066837d5edfdb0fe9dc41ef8717d8ea36da0690d08c87ed720a3838b266066b5bda7538006972c65b7b SHA512 ec6779c30c16a09ea09132e7ab57dbe9f5eb9dd3df47be9f108b2ad3d9fb321ca528f3e273e55ca832fde01af2d142730c045f79a989e4e35ec6316affa3b5e3 DIST genpatches-4.4-213.extras.tar.xz 16472 BLAKE2B 83607dd79f8e2fb24f65fb96a7de54fbd0bd3b3d2eacb83b5ac915273b85d69fd959ffefe13b5ba1ed260d091a13eba9e9ed172a2c968ea74088906807c0a48e SHA512 a8e3e9591b98b90483be59024da96d8594e9ca7838e1fb0127c2952360217a17bf5468b65db1285733755339362216e6d289bde77f9345758b7413b3814edef0 +DIST genpatches-4.4-214.base.tar.xz 3389216 BLAKE2B 5ff884734baa3316f6b4563bdc8a63490be2335f4400848416c8132c98dfaa1e7d49b8d7da0dc63bd84c448c5d00fb782668f5a80fbdefcad5762cf2704328e5 SHA512 9f3a62c8fee227818883a4da6e5d22a058922d53b4401de36286f548ca7b9e90f2d51892f546dc0f6127683e61e94aeb1f6eb93c11a948b8321de03ed3fc7973 +DIST genpatches-4.4-214.experimental.tar.xz 83308 BLAKE2B 7cd17a23dc62f09102b1b3096f5e56dd92db1c23b87de448202899a6a449f89525e7126b21200d3c864d1cb4b0de6ec7c0f120e55ff1d71eb35345198a070cf0 SHA512 ab83459fd25051b11fd7f62d62a4da40769b952b0b39d58c468fc4a39bfa102fa446afdc4532159b06bab1929b6ed40b8c39ecd8bb40645aa7ddaeaf2f9112c5 +DIST genpatches-4.4-214.extras.tar.xz 16480 BLAKE2B 8bed6bab5d1603fb8027e220f71d3992b34557b4c6d455dc5c2e0f85bc2f6d9c1017e8e428df62c5185b00ea54f735da12bb422789e87ca7bc3e5c07f77b804c SHA512 aae856ce94c20d6ae1cf4567e2d9439364fd059825763682fe0c34431ca041ce2201d5e55c2cf26326270cf7cf4ad854549b3c1b31aa17c3a69fdc49ac48181b DIST genpatches-4.9-208.base.tar.xz 3556800 BLAKE2B e2b1669a938b4283a1a2f10f21ca7420b5d9195124e19ee07fa797b174b5ca8f6fb82fa11763f6dc9278cee248c62ea7dd6a53917746165b26312d3848fe28ee SHA512 bd71eed8091e2329af51d06535b544a807b11f03512b4d94cf063021e007a1a5ce982b056d4667268a1fb8a0b86aab8b29854161002d89ba05445e1fdb6c2b88 DIST genpatches-4.9-208.experimental.tar.xz 106404 BLAKE2B 44fdfc1fcaa908d7a3be59e2d6778322af8a72c7a475fa02548a4eabe13e5ad1fab275b7de8c1e766f4c1d9f0258ebf0062864b8e29acbe79e637054fa5009c7 SHA512 bd2e0bfb5be072fe5e2535aabb50b51e0ac522f6d22e6c48afdc4af4eab411bf5596c5ec4cd70de005eac2124b88bbf9041937bc4191693d9c5bdfeb222bf038 DIST genpatches-4.9-208.extras.tar.xz 17360 BLAKE2B 95edefd4d14829086b477b1c8995b19a1a5a801c357f7736688eb28ef1e12788b6ba0d5c7fa592fae378348c718779b0f85dc04f963d98cd47833c9433d74637 SHA512 44caaefb6836314b2f5db4723726415d5ab9254d5aad54aa1f72fbd3adfa055c77aa9c0494ab87468c55223704f161b4b73f4ac23b57793f0e4b2028a35c3442 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.213.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.213.ebuild new file mode 100644 index 000000000000..e59e1549ad8b --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.213.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="214" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} |