vapier 15/07/09 10:26:42 Modified: ChangeLog Added: gsutil-4.13.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.25 net-misc/gsutil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/gsutil/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 20 May 2015 10:47:48 -0000 1.24 +++ ChangeLog 9 Jul 2015 10:26:42 -0000 1.25 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/gsutil # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsutil/ChangeLog,v 1.24 2015/05/20 10:47:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsutil/ChangeLog,v 1.25 2015/07/09 10:26:42 vapier Exp $ + +*gsutil-4.13 (09 Jul 2015) + + 09 Jul 2015; Mike Frysinger <[email protected]> + +files/gsutil-4.13-use-friendy-version-checks.patch, +gsutil-4.13.ebuild: + Version bump. *gsutil-4.12 (20 May 2015) 1.1 net-misc/gsutil/gsutil-4.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/gsutil-4.13.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gsutil/gsutil-4.13.ebuild?rev=1.1&content-type=text/plain Index: gsutil-4.13.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.13.ebuild,v 1.1 2015/07/09 10:26:42 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="" 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.8[${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.8.0[${PYTHON_USEDEP}] >=dev-python/socksipy-1.01[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" S=${WORKDIR}/${PN} DOCS=( README.md CHANGES.md ) PATCHES=( "${FILESDIR}/${PN}-4.13-use-friendy-version-checks.patch" ) python_test() { export BOTO_CONFIG=${FILESDIR}/dummy.boto ${PYTHON} gslib/__main__.py test -u || die "tests failed" }
