vapier 15/01/27 22:05:54 Modified: ChangeLog Added: oauth2client-1.4.6.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.4 dev-python/oauth2client/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth2client/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth2client/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth2client/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauth2client/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 30 Dec 2014 17:43:38 -0000 1.3 +++ ChangeLog 27 Jan 2015 22:05:54 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/oauth2client -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2client/ChangeLog,v 1.3 2014/12/30 17:43:38 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2client/ChangeLog,v 1.4 2015/01/27 22:05:54 vapier Exp $ + +*oauth2client-1.4.6 (27 Jan 2015) + + 27 Jan 2015; Mike Frysinger <vap...@gentoo.org> +oauth2client-1.4.6.ebuild: + Version bump. 30 Dec 2014; Markus Meier <mae...@gentoo.org> oauth2client-1.4.2.ebuild: add ~arm, bug #531816 @@ -13,4 +18,3 @@ 06 Dec 2014; Justin Lecher <j...@gentoo.org> +oauth2client-1.4.2.ebuild, +metadata.xml: New addition, written by me - 1.1 dev-python/oauth2client/oauth2client-1.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth2client/oauth2client-1.4.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauth2client/oauth2client-1.4.6.ebuild?rev=1.1&content-type=text/plain Index: oauth2client-1.4.6.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.6.ebuild,v 1.1 2015/01/27 22:05:54 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.8[${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 }