From 2e9dde64dffdada65e7ea6c8b73f45cf84fbda41 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 26 Feb 2012 04:00:30 +0000 Subject: Set EAPI=4. (Portage version: 2.2.0_alpha89/cvs/Linux x86_64) --- dev-python/gdata/ChangeLog | 5 ++++- dev-python/gdata/gdata-2.0.16.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'dev-python/gdata') diff --git a/dev-python/gdata/ChangeLog b/dev-python/gdata/ChangeLog index 558f7db6313d..026d56e80d9c 100644 --- a/dev-python/gdata/ChangeLog +++ b/dev-python/gdata/ChangeLog @@ -1,6 +1,9 @@ # 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.102 2012/02/26 03:58:46 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/ChangeLog,v 1.103 2012/02/26 04:00:30 floppym Exp $ + + 26 Feb 2012; Mike Gilbert gdata-2.0.16.ebuild: + Set EAPI=4. 26 Feb 2012; Mike Gilbert gdata-2.0.16.ebuild: Simplify dev-lang/python[xml] dependencies. diff --git a/dev-python/gdata/gdata-2.0.16.ebuild b/dev-python/gdata/gdata-2.0.16.ebuild index c881b1affd0f..ab54e451b042 100644 --- a/dev-python/gdata/gdata-2.0.16.ebuild +++ b/dev-python/gdata/gdata-2.0.16.ebuild @@ -1,8 +1,8 @@ # 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.16.ebuild,v 1.2 2012/02/26 03:58:46 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.16.ebuild,v 1.3 2012/02/26 04:00:30 floppym Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" PYTHON_USE_WITH="ssl xml" SUPPORT_PYTHON_ABIS="1" @@ -40,6 +40,6 @@ src_install() { if use examples; then insinto /usr/share/doc/${PF}/examples - doins -r samples/* || die "Installation of examples failed" + doins -r samples/* fi } -- cgit v1.2.3-65-gdbad