diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-05 10:36:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-05 11:55:46 +0100 |
commit | cd3f25deb13cf4d6c9d721d515dbf772a988426f (patch) | |
tree | 423ea2268525779097c812fd1bef71091c26dc89 /app-backup | |
parent | sys-apps/openrc: arm stable wrt bug #704600 (diff) | |
download | gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.tar.gz gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.tar.bz2 gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.zip |
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/attic/attic-0.16-r1.ebuild | 4 | ||||
-rw-r--r-- | app-backup/attic/attic-9999.ebuild | 4 | ||||
-rw-r--r-- | app-backup/backintime/backintime-1.2.0_pre20180221.ebuild | 4 | ||||
-rw-r--r-- | app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild | 4 | ||||
-rw-r--r-- | app-backup/borgbackup/borgbackup-9999.ebuild | 4 | ||||
-rw-r--r-- | app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 4 | ||||
-rw-r--r-- | app-backup/borgweb/borgweb-0.3.0.ebuild | 4 | ||||
-rw-r--r-- | app-backup/cachedir/cachedir-1.4.ebuild | 4 | ||||
-rw-r--r-- | app-backup/rdiff-backup/rdiff-backup-1.4.0_beta.ebuild | 4 | ||||
-rw-r--r-- | app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/app-backup/attic/attic-0.16-r1.ebuild b/app-backup/attic/attic-0.16-r1.ebuild index 3ed349f9ac7a..de1ead336ea7 100644 --- a/app-backup/attic/attic-0.16-r1.ebuild +++ b/app-backup/attic/attic-0.16-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-backup/attic/attic-9999.ebuild b/app-backup/attic/attic-9999.ebuild index 3ed349f9ac7a..de1ead336ea7 100644 --- a/app-backup/attic/attic-9999.ebuild +++ b/app-backup/attic/attic-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild b/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild index f7312c15edf4..953a80145144 100644 --- a/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild +++ b/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) COMMIT=45ec81c185789b2dbafd7348d1af039b5183c9ff inherit python-single-r1 gnome2-utils vcs-snapshot diff --git a/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild b/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild index 97980ccba4e0..527493a36712 100644 --- a/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild +++ b/app-backup/borgbackup/borgbackup-1.1.10-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild index 81920946717e..b326c5264e41 100644 --- a/app-backup/borgbackup/borgbackup-9999.ebuild +++ b/app-backup/borgbackup/borgbackup-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild index 342689e50469..deba80138e33 100644 --- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild +++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild b/app-backup/borgweb/borgweb-0.3.0.ebuild index 342689e50469..deba80138e33 100644 --- a/app-backup/borgweb/borgweb-0.3.0.ebuild +++ b/app-backup/borgweb/borgweb-0.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-backup/cachedir/cachedir-1.4.ebuild b/app-backup/cachedir/cachedir-1.4.ebuild index f3366e1302a1..ea5ca2f87a59 100644 --- a/app-backup/cachedir/cachedir-1.4.ebuild +++ b/app-backup/cachedir/cachedir-1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python{2_7,3_6} ) inherit distutils-r1 diff --git a/app-backup/rdiff-backup/rdiff-backup-1.4.0_beta.ebuild b/app-backup/rdiff-backup/rdiff-backup-1.4.0_beta.ebuild index 348bfb31430e..6ddfec209fa7 100644 --- a/app-backup/rdiff-backup/rdiff-backup-1.4.0_beta.ebuild +++ b/app-backup/rdiff-backup/rdiff-backup-1.4.0_beta.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 UPSTREAM_PV=$(ver_rs 3 '.') diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild index 618e1cb77f52..4e304c461ec9 100644 --- a/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild +++ b/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 |