diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:54:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:25 +0100 |
commit | e59d08fc45d27293d05df8fc87895525812c7f22 (patch) | |
tree | 2ac7dd58ce46469c157bb4f26c97ab255c47e6ef /sys-cluster/swift | |
parent | sys-cluster/resource-agents: eutils-- (diff) | |
download | gentoo-e59d08fc45d27293d05df8fc87895525812c7f22.tar.gz gentoo-e59d08fc45d27293d05df8fc87895525812c7f22.tar.bz2 gentoo-e59d08fc45d27293d05df8fc87895525812c7f22.zip |
sys-cluster/swift: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/swift')
-rw-r--r-- | sys-cluster/swift/swift-2.25.1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/swift/swift-2.26.0.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/swift/swift-2.27.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/swift/swift-2020.1.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/swift/swift-2020.2.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/swift/swift-2021.1.9999.ebuild | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/sys-cluster/swift/swift-2.25.1.ebuild b/sys-cluster/swift/swift-2.25.1.ebuild index 4b3308065970..38030d0f34f9 100644 --- a/sys-cluster/swift/swift-2.25.1.ebuild +++ b/sys-cluster/swift/swift-2.25.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info DESCRIPTION="A highly available, distributed, and eventually consistent object/blob store" HOMEPAGE="https://launchpad.net/swift" diff --git a/sys-cluster/swift/swift-2.26.0.ebuild b/sys-cluster/swift/swift-2.26.0.ebuild index b31a3f9eed76..eb0e61b3e73e 100644 --- a/sys-cluster/swift/swift-2.26.0.ebuild +++ b/sys-cluster/swift/swift-2.26.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_7 python3_8 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info DESCRIPTION="A highly available, distributed, and eventually consistent object/blob store" HOMEPAGE="https://launchpad.net/swift" diff --git a/sys-cluster/swift/swift-2.27.0.ebuild b/sys-cluster/swift/swift-2.27.0.ebuild index 53c71f5bc860..35794a21e22a 100644 --- a/sys-cluster/swift/swift-2.27.0.ebuild +++ b/sys-cluster/swift/swift-2.27.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_8 python3_9 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info DESCRIPTION="A highly available, distributed, and eventually consistent object/blob store" HOMEPAGE="https://launchpad.net/swift" diff --git a/sys-cluster/swift/swift-2020.1.9999.ebuild b/sys-cluster/swift/swift-2020.1.9999.ebuild index aa56a1fc1e64..aa87f6fac62e 100644 --- a/sys-cluster/swift/swift-2020.1.9999.ebuild +++ b/sys-cluster/swift/swift-2020.1.9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info DESCRIPTION="A highly available, distributed, and eventually consistent object/blob store" HOMEPAGE="https://launchpad.net/swift" diff --git a/sys-cluster/swift/swift-2020.2.9999.ebuild b/sys-cluster/swift/swift-2020.2.9999.ebuild index 084afc372ec6..b24cf5f48802 100644 --- a/sys-cluster/swift/swift-2020.2.9999.ebuild +++ b/sys-cluster/swift/swift-2020.2.9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_7 python3_8 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info DESCRIPTION="A highly available, distributed, and eventually consistent object/blob store" HOMEPAGE="https://launchpad.net/swift" diff --git a/sys-cluster/swift/swift-2021.1.9999.ebuild b/sys-cluster/swift/swift-2021.1.9999.ebuild index fba0fa2e0dda..bb3c5496848d 100644 --- a/sys-cluster/swift/swift-2021.1.9999.ebuild +++ b/sys-cluster/swift/swift-2021.1.9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_8 python3_9 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info DESCRIPTION="A highly available, distributed, and eventually consistent object/blob store" HOMEPAGE="https://launchpad.net/swift" |