About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
radhermit 12/05/26 03:44:44 Modified: ChangeLog Added: gdata-2.0.17.ebuild Log: Version bump. (Portage version: 2.2.0_alpha108/cvs/Linux x86_64) Revision Changes Path 1.104 dev-python/gdata/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/ChangeLog?rev=1.104&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/ChangeLog?rev=1.104&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/ChangeLog?r1=1.103&r2=1.104 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- ChangeLog 26 Feb 2012 04:00:30 -0000 1.103 +++ ChangeLog 26 May 2012 03:44:44 -0000 1.104 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/gdata # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.103 2012/02/26 04:00:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.104 2012/05/26 03:44:44 radhermit Exp $ + +*gdata-2.0.17 (26 May 2012) + + 26 May 2012; Tim Harder <radhermit@g.o> +gdata-2.0.17.ebuild: + Version bump. 26 Feb 2012; Mike Gilbert <floppym@g.o> gdata-2.0.16.ebuild: Set EAPI=4. 1.1 dev-python/gdata/gdata-2.0.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/gdata-2.0.17.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdata/gdata-2.0.17.ebuild?rev=1.1&content-type=text/plain Index: gdata-2.0.17.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.17.ebuild,v 1.1 2012/05/26 03:44:44 radhermit Exp $ EAPI="4" PYTHON_DEPEND="2" PYTHON_USE_WITH="ssl xml" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils MY_P="gdata-${PV}" DESCRIPTION="Python client library for Google data APIs" HOMEPAGE="http://code.google.com/p/gdata-python-client/ http://pypi.python.org/pypi/gdata" SRC_URI="http://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="examples" S="${WORKDIR}/${MY_P}" PYTHON_MODNAME="atom gdata" src_test() { testing() { PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" tests/run_data_tests.py -v || return 1 # run_service_tests.py requires interaction (and a valid Google account), so skip it. # PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" tests/run_service_tests.py -v || return 1 } python_execute_function testing } src_install() { distutils_src_install if use examples; then insinto /usr/share/doc/${PF}/examples doins -r samples/* fi }
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.