diff options
author | Alex Alexander <wired@gentoo.org> | 2013-01-12 13:36:03 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2013-01-12 13:36:03 +0000 |
commit | 75d112431ea334e72f1ee4c30dfe4131148fa9af (patch) | |
tree | ac561ab4d2ebdf3895cc3cf1001ad9568ba944a9 /net-misc | |
parent | Keyword ~arm, wrt bug #451464 (diff) | |
download | gentoo-2-75d112431ea334e72f1ee4c30dfe4131148fa9af.tar.gz gentoo-2-75d112431ea334e72f1ee4c30dfe4131148fa9af.tar.bz2 gentoo-2-75d112431ea334e72f1ee4c30dfe4131148fa9af.zip |
version bump
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/googlecl/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/googlecl/googlecl-0.9.14.ebuild | 33 |
2 files changed, 40 insertions, 2 deletions
diff --git a/net-misc/googlecl/ChangeLog b/net-misc/googlecl/ChangeLog index 7a120bbb4283..05682c806dbe 100644 --- a/net-misc/googlecl/ChangeLog +++ b/net-misc/googlecl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/googlecl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/googlecl/ChangeLog,v 1.10 2011/04/01 08:56:17 wired Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/googlecl/ChangeLog,v 1.11 2013/01/12 13:36:03 wired Exp $ + +*googlecl-0.9.14 (12 Jan 2013) + + 12 Jan 2013; Alex Alexander <wired@gentoo.org> +googlecl-0.9.14.ebuild: + version bump *googlecl-0.9.13 (01 Apr 2011) diff --git a/net-misc/googlecl/googlecl-0.9.14.ebuild b/net-misc/googlecl/googlecl-0.9.14.ebuild new file mode 100644 index 000000000000..658fc2d4973d --- /dev/null +++ b/net-misc/googlecl/googlecl-0.9.14.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/googlecl/googlecl-0.9.14.ebuild,v 1.1 2013/01/12 13:36:03 wired Exp $ + +EAPI=3 +PYTHON_DEPEND="2:2.5:2.7" + +inherit distutils + +DESCRIPTION="Command line tools for the Google Data APIs" +HOMEPAGE="http://code.google.com/p/googlecl/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + dev-python/gdata +" + +pkg_setup() { + python_set_active_version 2 +} + +src_install() { + distutils_src_install + + dodoc changelog || die "dodoc failed" + doman man/*.1 || die "doman failed" +} |