vapier 15/05/20 10:47:23 Modified: ChangeLog Added: oauth2client-1.4.11.ebuild Log: Version bump from Chromium OS. (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.7 dev-python/oauth2client/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth2client/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth2client/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth2client/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauth2client/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 8 Mar 2015 23:54:32 -0000 1.6 +++ ChangeLog 20 May 2015 10:47:23 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/oauth2client # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2client/ChangeLog,v 1.6 2015/03/08 23:54:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2client/ChangeLog,v 1.7 2015/05/20 10:47:23 vapier Exp $ + +*oauth2client-1.4.11 (20 May 2015) + + 20 May 2015; Mike Frysinger <vap...@gentoo.org> +oauth2client-1.4.11.ebuild: + Version bump from Chromium OS. 08 Mar 2015; Pacho Ramos <pa...@gentoo.org> oauth2client-1.4.6.ebuild: x86 stable, bug 540290 1.1 dev-python/oauth2client/oauth2client-1.4.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth2client/oauth2client-1.4.11.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth2client/oauth2client-1.4.11.ebuild?rev=1.1&content-type=text/plain Index: oauth2client-1.4.11.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2client/oauth2client-1.4.11.ebuild,v 1.1 2015/05/20 10:47:23 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Library for accessing resources protected by OAuth 2.0" HOMEPAGE="https://github.com/google/oauth2client" SRC_URI="https://github.com/google/oauth2client/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}] >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}] >=dev-python/pyasn1-modules-0.0.5[${PYTHON_USEDEP}] >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}] >=dev-python/six-1.6.1[${PYTHON_USEDEP}] !<=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] ) " # Needs network RESTRICT=test python_test() { nosetests || die }