commit:     62e2a921c4299193d91e21ed0e267f485fc5a207
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 05:10:03 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 05:19:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e2a921

net-misc/gsutil: drop old 4.x versions

 net-misc/gsutil/Manifest                           |  3 --
 .../gsutil-4.15-use-friendy-version-checks.patch   | 24 ----------
 .../gsutil-4.16-use-friendy-version-checks.patch   | 24 ----------
 net-misc/gsutil/gsutil-4.15.ebuild                 | 54 ----------------------
 net-misc/gsutil/gsutil-4.16.ebuild                 | 53 ---------------------
 net-misc/gsutil/gsutil-4.17.ebuild                 | 53 ---------------------
 6 files changed, 211 deletions(-)

diff --git a/net-misc/gsutil/Manifest b/net-misc/gsutil/Manifest
index 6c02f11..0e51ff1 100644
--- a/net-misc/gsutil/Manifest
+++ b/net-misc/gsutil/Manifest
@@ -1,5 +1,2 @@
 DIST gsutil_3.42.tar.gz 1878904 SHA256 
50fc7acb7d1db8752f3eee106a3d8d65188107943e7cb30cfd3f94a9cfcdcf37 SHA512 
084aaf43a44528af0cdfd9bd22beeb5d6abff240c09843cf35016d685d51b854ed5b2837eaa50c97bb44d5e1a3cdccbae6688ef27aa13f2a5db6040bf501b381
 WHIRLPOOL 
5b0d0fb1d2446a7b8777f368f073fdb4f7ad2d6407735976c178a2727a2548bf28522e06469dd0b7df1578d5586bc152fba3520b66f88d706417947aa3aa5578
-DIST gsutil_4.15.tar.gz 2826243 SHA256 
faf481515be2ee0af2a04560ec207fe6253e9854804813eae1d800adbfd2a419 SHA512 
60cd516e354505d47267aa46b54d56373443e630d79c012df8712238fa63746de8b3509932222ea920ec9bc45b664f305136f2a2686640c72c246d550e2b558f
 WHIRLPOOL 
34c5ed0ff717c3749ffc76e31c1962b94ffe888091173ab0abfffd42e690bf8a37429fa2edfd5253e41c02781792182d8ff75161c89df538d5bad5138bddd54a
-DIST gsutil_4.16.tar.gz 2676340 SHA256 
4c2fc1b900b75ada9b7636cba00db35e55c5a1d40063ea222e3cc2335cb5dea7 SHA512 
5e0009d551eaf163169dc90b634bc2d3be5b1ac19bff5e9c69f9e7c977576b7b9cc334fce7d4b4f643b9b6e9feb6386ba81958321645dd0b43e4977c730cfedd
 WHIRLPOOL 
defbd62c81c3658eb500dbd6c4b6c3a7a8545e565551c32f2913c4281a97dbd56896632e6cdccfecd0c28b40507d13e67776549fb42eba98a4e6417e9b86886d
-DIST gsutil_4.17.tar.gz 2677212 SHA256 
bdb0037c74f425d0cbd3c70d5ed3777a44051840c4ccf950185f34a8c9eb079f SHA512 
a1a207aa7f1c145492d1b78bab2e9a486b729729c38f0be5db67149562673614ca8a3187fa7e8ecaaf099c4d9d4e3e1fe41e955b728b95e8bda084b8c1b524c8
 WHIRLPOOL 
99964c49b5e18cb0c3f9d1565bff8ded9e86610a19094be268c2408ea43eb121c6507187bc9e0c4a4af1733a4dd00233a73b015090f80b87b8cb2bb1b7609118
 DIST gsutil_4.18.tar.gz 2704520 SHA256 
b7f2b7fe2f14b3e5ffa0679507be8d84a0add268dff729de53d22b2f5b61ce24 SHA512 
74dd2898faa1615dbd7d560a7ed9f2a78788b2f1ce6e97fa5019c55c7827d93de1923f6985f210bb334e8064bdbd7d169f805ac7add722db0f0e20ff0f85494e
 WHIRLPOOL 
6188f1f4ae352a61e9ad4f67afa5773810519d9d96ad1a534dcd3a6ca58b914a336a4682438800bf242573a00a327f52d541810362f84a5104a165a8566dabd5

diff --git a/net-misc/gsutil/files/gsutil-4.15-use-friendy-version-checks.patch 
b/net-misc/gsutil/files/gsutil-4.15-use-friendy-version-checks.patch
deleted file mode 100644
index e97f7a5..0000000
--- a/net-misc/gsutil/files/gsutil-4.15-use-friendy-version-checks.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -35,10 +35,10 @@
- """
- 
- requires = [
--    'boto==2.38.0',
-+    'boto>=2.38.0',
-     'crcmod>=1.7',
-     'gcs-oauth2-boto-plugin>=1.9',
--    'google-apitools==0.4.10',
-+    'google-apitools>=0.4.10',
-     'httplib2>=0.8',
-     'oauth2client>=1.4.11',
-     'protorpc>=0.10.0',
-@@ -48,7 +48,7 @@
-     'six>=1.8.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.16-use-friendy-version-checks.patch 
b/net-misc/gsutil/files/gsutil-4.16-use-friendy-version-checks.patch
deleted file mode 100644
index 5f8b747..0000000
--- a/net-misc/gsutil/files/gsutil-4.16-use-friendy-version-checks.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -35,10 +35,10 @@
- """
- 
- requires = [
--    'boto==2.38.0',
-+    'boto>=2.38.0',
-     'crcmod>=1.7',
-     'gcs-oauth2-boto-plugin>=1.9',
--    'google-apitools==0.4.12',
-+    'google-apitools>=0.4.12',
-     'httplib2>=0.8',
-     '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/gsutil-4.15.ebuild 
b/net-misc/gsutil/gsutil-4.15.ebuild
deleted file mode 100644
index 94a5902..0000000
--- a/net-misc/gsutil/gsutil-4.15.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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=""
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-python/boto-2.38.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.9[${PYTHON_USEDEP}]
-       >=dev-python/google-apitools-0.4.10[${PYTHON_USEDEP}]
-       >=dev-python/oauth2client-1.4.11[${PYTHON_USEDEP}]
-       >=dev-python/protorpc-0.10.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.15-use-friendy-version-checks.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.16.ebuild 
b/net-misc/gsutil/gsutil-4.16.ebuild
deleted file mode 100644
index 687b8c9..0000000
--- a/net-misc/gsutil/gsutil-4.16.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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=""
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-python/boto-2.38.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.9[${PYTHON_USEDEP}]
-       >=dev-python/google-apitools-0.4.12[${PYTHON_USEDEP}]
-       >=dev-python/oauth2client-1.5.2[${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.16-use-friendy-version-checks.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.17.ebuild 
b/net-misc/gsutil/gsutil-4.17.ebuild
deleted file mode 100644
index 687b8c9..0000000
--- a/net-misc/gsutil/gsutil-4.17.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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=""
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-python/boto-2.38.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.9[${PYTHON_USEDEP}]
-       >=dev-python/google-apitools-0.4.12[${PYTHON_USEDEP}]
-       >=dev-python/oauth2client-1.5.2[${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.16-use-friendy-version-checks.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"
-}

Reply via email to