vapier      15/01/27 22:07:21

  Modified:             ChangeLog
  Added:                gsutil-4.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.21                 net-misc/gsutil/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/ChangeLog?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/ChangeLog?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gsutil/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   31 Dec 2014 01:55:27 -0000      1.20
+++ ChangeLog   27 Jan 2015 22:07:21 -0000      1.21
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/gsutil
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsutil/ChangeLog,v 1.20 2014/12/31 
01:55:27 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gsutil/ChangeLog,v 1.21 2015/01/27 
22:07:21 vapier Exp $
+
+*gsutil-4.8 (27 Jan 2015)
+
+  27 Jan 2015; Mike Frysinger <vap...@gentoo.org> +gsutil-4.8.ebuild:
+  Version bump.
 
 *gsutil-4.7 (31 Dec 2014)
 



1.1                  net-misc/gsutil/gsutil-4.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/gsutil-4.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/gsutil-4.8.ebuild?rev=1.1&content-type=text/plain

Index: gsutil-4.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gsutil/gsutil-4.8.ebuild,v 1.1 
2015/01/27 22:07:21 vapier Exp $

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.30.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.8[${PYTHON_USEDEP}]
        >=dev-python/oauth2client-1.4.4[${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/six-1.8.0[${PYTHON_USEDEP}]
        >=dev-python/socksipy-1.01[${PYTHON_USEDEP}]"

S=${WORKDIR}/${PN}

DOCS=( README.md CHANGES.md )

PATCHES=(
        "${FILESDIR}/${PN}-4.7-use-friendy-version-checks.patch"
)

python_test() {
        export BOTO_CONFIG=${FILESDIR}/dummy.boto
        ${PYTHON} gslib/__main__.py test -u || die "tests failed"
}




Reply via email to