pygoogle-ajax: added, replaces deprecated dev-python/pygoogle

This commit is contained in:
jensp 2010-07-18 09:37:30 +00:00
parent b159dcc7ce
commit 3580f9fb96
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD pygoogle-ajax-9999.ebuild 438 RMD160 5adaff0903c7567562312bb54c862fdc3a3e674a SHA1 06148262e8112e6fec95ee161f71bd2680f5547e SHA256 c92b6a84d7cbbb77f76dbd063a2ef1559805ec065188086ea78d6a98ed94a0a3

View file

@ -0,0 +1,20 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit subversion distutils
DESCRIPTION="a very basic Google search module for Python using the AJAX API"
HOMEPAGE="http://code.google.com/p/pygoogle/"
ESVN_REPO_URI="http://pygoogle.googlecode.com/svn/trunk/"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
!dev-python/pygoogle"