diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-12-21 20:04:02 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-21 20:07:36 +1100 |
commit | a64ddaf17dc547c506ef790fabe587d38ba9652a (patch) | |
tree | 34bd50f73970cd6b30eee690219a3f2bb9cce9fa /net-misc/gsutil | |
parent | app-misc/pax-utils: remove old (diff) | |
download | gentoo-a64ddaf17dc547c506ef790fabe587d38ba9652a.tar.gz gentoo-a64ddaf17dc547c506ef790fabe587d38ba9652a.tar.bz2 gentoo-a64ddaf17dc547c506ef790fabe587d38ba9652a.zip |
net-misc/gsutil: remove old
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-misc/gsutil')
-rw-r--r-- | net-misc/gsutil/Manifest | 3 | ||||
-rw-r--r-- | net-misc/gsutil/files/gsutil-3.37-drop-http_proxy-clearing.patch | 35 | ||||
-rw-r--r-- | net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch | 20 | ||||
-rw-r--r-- | net-misc/gsutil/files/gsutil-4.19-use-friendy-version-checks.patch | 25 | ||||
-rw-r--r-- | net-misc/gsutil/files/gsutil-4.20-use-friendy-version-checks.patch | 25 | ||||
-rw-r--r-- | net-misc/gsutil/gsutil-3.42.ebuild | 51 | ||||
-rw-r--r-- | net-misc/gsutil/gsutil-4.19.ebuild | 55 | ||||
-rw-r--r-- | net-misc/gsutil/gsutil-4.20.ebuild | 54 |
8 files changed, 0 insertions, 268 deletions
diff --git a/net-misc/gsutil/Manifest b/net-misc/gsutil/Manifest index 18d9f5c9391f..f2690b367699 100644 --- a/net-misc/gsutil/Manifest +++ b/net-misc/gsutil/Manifest @@ -1,4 +1 @@ -DIST gsutil_3.42.tar.gz 1878904 BLAKE2B 50690e295c1bbe16bda84b774ff309c8ec6cc31facfb1e70a0ed817b0cb7ea8350036fec533e1bdf56e32578a5bbdb7f0c08341e16026b4afb274414278287d6 SHA512 084aaf43a44528af0cdfd9bd22beeb5d6abff240c09843cf35016d685d51b854ed5b2837eaa50c97bb44d5e1a3cdccbae6688ef27aa13f2a5db6040bf501b381 -DIST gsutil_4.19.tar.gz 2715141 BLAKE2B c479ab9e8f7b5963b0fba9b253bfb37e4abb6ede2fe6bbbdbfdc38c99bfe73331fe351aeb8147efa8b85924c5107c901a10796b37d95978ad034cacd29d919a0 SHA512 59e96c9855a037300feae122462ff3c9f69e46f049812e88087ae532f590e84b81d67b4e961c47bd0f725c87aa6e0360f65bd8935a95a51c61eb80da0b82dcc1 -DIST gsutil_4.20.tar.gz 2872954 BLAKE2B e4210d560a3643cf0b24589aeaaedffdc17aa058c2ad22b922c794316931e797d63435f227f65abf347f1cc9b89a9f0472f2617ca06deb64d58709094cfbc1b0 SHA512 3fb7903f87eb18a0bece514d1cfc4030b056e47044ef0d9ffd673015358bd86cfc9dcdcf4191e0a4d8f3bae7ef70e12e6856912940d857dc7eec1b1d087026f6 DIST gsutil_4.27.tar.gz 3107288 BLAKE2B 4322335779645caf8d1ce717140a92a2173871e3c572c70a1a07cfe3f2c3b054becb74a3b4cdd2cfac912b3f84758b1b40e65223cc9e3582653392bc3fc180d5 SHA512 0c05e3f1baa8e11e89fc5af2a42474984fc4d5b3cfbd28f3a0efd7603aeee9062f55899c8325579a10e37a6b70a2ad770daf03589f43d0a8a696595c1cdf7b57 diff --git a/net-misc/gsutil/files/gsutil-3.37-drop-http_proxy-clearing.patch b/net-misc/gsutil/files/gsutil-3.37-drop-http_proxy-clearing.patch deleted file mode 100644 index 4c36035d21c5..000000000000 --- a/net-misc/gsutil/files/gsutil-3.37-drop-http_proxy-clearing.patch +++ /dev/null @@ -1,35 +0,0 @@ -http://crbug.com/318478 - -From 0067df5b08ebab29b88bbb7e6c1cd79dc4d96100 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger <vapier@gentoo.org> -Date: Wed, 27 Nov 2013 14:57:05 -0500 -Subject: [PATCH] drop http_proxy clearing - -The boto logic takes care of merging the env vars and the settings in its -boto config file, so there shouldn't be a need to clear things. ---- - gslib/__main__.py | 8 -------- - 1 file changed, 8 deletions(-) - -diff --git a/gslib/__main__.py b/gslib/__main__.py -index 82a69c1..a18db42 100644 ---- a/gslib/__main__.py -+++ b/gslib/__main__.py -@@ -247,14 +247,6 @@ def main(): - else: - command_name = args[0] - -- # Unset http_proxy environment variable if it's set, because it confuses -- # boto. (Proxies should instead be configured via the boto config file.) -- if 'http_proxy' in os.environ: -- if debug > 1: -- sys.stderr.write( -- 'Unsetting http_proxy environment variable within gsutil run.\n') -- del os.environ['http_proxy'] -- - return _RunNamedCommandAndHandleExceptions( - command_runner, command_name, args[1:], headers, debug, - parallel_operations) --- -1.8.4.3 - diff --git a/net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch deleted file mode 100644 index 5d8bbbc7635e..000000000000 --- a/net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -33,15 +33,13 @@ management tasks, including: - """ - - requires = [ -- 'boto==2.22.1', -+ 'boto>=2.22.1', - 'httplib2>=0.8', - 'python-gflags>=2.0', - 'google-api-python-client>=1.1', - 'pyOpenSSL>=0.13', - 'crcmod>=1.7', -- # Not using 1.02 because of: -- # https://code.google.com/p/socksipy-branch/issues/detail?id=3 -- 'SocksiPy-branch==1.01', -+ 'SocksiPy-branch>=1.01', - 'retry_decorator>=1.0.0', - ] - diff --git a/net-misc/gsutil/files/gsutil-4.19-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-4.19-use-friendy-version-checks.patch deleted file mode 100644 index 66d8144329f2..000000000000 --- a/net-misc/gsutil/files/gsutil-4.19-use-friendy-version-checks.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -35,10 +35,10 @@ - """ - - requires = [ -- 'boto==2.39.0', -+ 'boto>=2.39.0', - 'crcmod>=1.7', - 'gcs-oauth2-boto-plugin>=1.12', -- 'google-apitools==0.5.2', -+ 'google-apitools>=0.5.2', - 'httplib2>=0.8', -- 'oauth2client==1.5.2', -+ 'oauth2client>=1.5.2', - 'pyOpenSSL>=0.13', -@@ -48,7 +48,7 @@ - 'six>=1.9.0', - # Not using 1.02 because of: - # https://code.google.com/p/socksipy-branch/issues/detail?id=3 -- 'SocksiPy-branch==1.01', -+ 'SocksiPy-branch>=1.01', - ] - - dependency_links = [ diff --git a/net-misc/gsutil/files/gsutil-4.20-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-4.20-use-friendy-version-checks.patch deleted file mode 100644 index 8f0de98d0d38..000000000000 --- a/net-misc/gsutil/files/gsutil-4.20-use-friendy-version-checks.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -35,10 +35,10 @@ - """ - - requires = [ -- 'boto==2.39.0', -+ 'boto>=2.39.0', - 'crcmod>=1.7', - 'gcs-oauth2-boto-plugin>=1.14', -- 'google-apitools==0.5.3', -+ 'google-apitools>=0.5.3', - 'httplib2>=0.8', -- 'oauth2client==2.2.0', -+ 'oauth2client>=2.2.0', - 'pyOpenSSL>=0.13', -@@ -48,7 +48,6 @@ - 'six>=1.9.0', - # Not using 1.02 because of: - # https://code.google.com/p/socksipy-branch/issues/detail?id=3 -- 'SocksiPy-branch==1.01', -+ 'SocksiPy-branch>=1.01', - # TODO: Sync submodule with tag referenced here once #339 is fixed in mock. -- 'mock==2.0.0', - ] diff --git a/net-misc/gsutil/gsutil-3.42.ebuild b/net-misc/gsutil/gsutil-3.42.ebuild deleted file mode 100644 index 35ad072fb781..000000000000 --- a/net-misc/gsutil/gsutil-3.42.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="command line tool for interacting with cloud storage services" -HOMEPAGE="https://github.com/GoogleCloudPlatform/gsutil" -SRC_URI="http://commondatastorage.googleapis.com/pub/${PN}_${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - >=dev-python/boto-2.22.1[${PYTHON_USEDEP}] - >=dev-python/crcmod-1.7 - >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] - >=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}] - >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] - >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/PySocks-1.01[${PYTHON_USEDEP}] - " - -S=${WORKDIR}/${PN} - -DOCS=( README.md CHANGES.md ) - -PATCHES=( - "${FILESDIR}/${P}-use-friendy-version-checks.patch" - "${FILESDIR}/${PN}-3.37-drop-http_proxy-clearing.patch" -) - -python_prepare_all() { - distutils-r1_python_prepare_all - sed \ - -e '/SocksiPy-branch/d' \ - -i setup.py || die -} - -python_test() { - export BOTO_CONFIG=${FILESDIR}/dummy.boto - ${PYTHON} gslib/__main__.py test -u || die "tests failed" -} diff --git a/net-misc/gsutil/gsutil-4.19.ebuild b/net-misc/gsutil/gsutil-4.19.ebuild deleted file mode 100644 index 99c17123dd51..000000000000 --- a/net-misc/gsutil/gsutil-4.19.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="command line tool for interacting with cloud storage services" -HOMEPAGE="https://github.com/GoogleCloudPlatform/gsutil" -SRC_URI="http://commondatastorage.googleapis.com/pub/${PN}_${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -# The oauth2client-2 dep sucks. -# https://github.com/GoogleCloudPlatform/gsutil/issues/355 -RDEPEND="${PYTHON_DEPS} - >=dev-python/boto-2.39.0[${PYTHON_USEDEP}] - >=dev-python/crcmod-1.7[${PYTHON_USEDEP}] - >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] - >=dev-python/gcs-oauth2-boto-plugin-1.12[${PYTHON_USEDEP}] - >=dev-python/google-apitools-0.5.2[${PYTHON_USEDEP}] - >=dev-python/oauth2client-1.5.2[${PYTHON_USEDEP}] - <dev-python/oauth2client-2 - >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] - >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${PN} - -DOCS=( README.md CHANGES.md ) - -PATCHES=( - "${FILESDIR}"/${PN}-4.19-use-friendy-version-checks.patch -) - -python_prepare_all() { - distutils-r1_python_prepare_all - sed -i \ - -e '/SocksiPy-branch/d' \ - setup.py || die -} - -python_test() { - export BOTO_CONFIG=${FILESDIR}/dummy.boto - ${PYTHON} gslib/__main__.py test -u || die "tests failed" -} diff --git a/net-misc/gsutil/gsutil-4.20.ebuild b/net-misc/gsutil/gsutil-4.20.ebuild deleted file mode 100644 index 15361383febe..000000000000 --- a/net-misc/gsutil/gsutil-4.20.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="command line tool for interacting with cloud storage services" -HOMEPAGE="https://github.com/GoogleCloudPlatform/gsutil" -SRC_URI="http://commondatastorage.googleapis.com/pub/${PN}_${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -# The oauth2client-2 dep sucks. -# https://github.com/GoogleCloudPlatform/gsutil/issues/355 -RDEPEND="${PYTHON_DEPS} - >=dev-python/boto-2.39.0[${PYTHON_USEDEP}] - >=dev-python/crcmod-1.7[${PYTHON_USEDEP}] - >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] - >=dev-python/gcs-oauth2-boto-plugin-1.14[${PYTHON_USEDEP}] - >=dev-python/google-apitools-0.5.3[${PYTHON_USEDEP}] - >=dev-python/oauth2client-2.2.0[${PYTHON_USEDEP}] - >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] - >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${PN} - -DOCS=( README.md CHANGES.md ) - -PATCHES=( - "${FILESDIR}"/${PN}-4.20-use-friendy-version-checks.patch -) - -python_prepare_all() { - distutils-r1_python_prepare_all - sed -i \ - -e '/SocksiPy-branch/d' \ - setup.py || die -} - -python_test() { - export BOTO_CONFIG=${FILESDIR}/dummy.boto - ${PYTHON} gslib/__main__.py test -u || die "tests failed" -} |