summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-05-22 16:19:12 +0000
committerJim Ramsay <lack@gentoo.org>2007-05-22 16:19:12 +0000
commit36d372e47fc22383aa64b5d8af8539558a0c3b45 (patch)
treedad05ba54bc8461935628ed30380f62639367bdf /dev-python/gdata/gdata-1.0.2.ebuild
parentAdded ~ppc64; bug #178854 (diff)
downloadhistorical-36d372e47fc22383aa64b5d8af8539558a0c3b45.tar.gz
historical-36d372e47fc22383aa64b5d8af8539558a0c3b45.tar.bz2
historical-36d372e47fc22383aa64b5d8af8539558a0c3b45.zip
New package: dev-python/gdata - The official python interface to the Google Data API
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'dev-python/gdata/gdata-1.0.2.ebuild')
-rw-r--r--dev-python/gdata/gdata-1.0.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/gdata/gdata-1.0.2.ebuild b/dev-python/gdata/gdata-1.0.2.ebuild
new file mode 100644
index 000000000000..787a84f0e595
--- /dev/null
+++ b/dev-python/gdata/gdata-1.0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-1.0.2.ebuild,v 1.1 2007/05/22 16:19:12 lack Exp $
+
+inherit distutils
+
+MY_P="gdata.py-${PV}"
+DESCRIPTION="The Google data Python Client Library provides a library and source code that make it easy to access data through Google Data APIs."
+HOMEPAGE="http://code.google.com/p/gdata-python-client/"
+SRC_URI="http://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"