mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 23:01:02 +02:00
pygoogle-ajax: added, replaces deprecated dev-python/pygoogle
This commit is contained in:
parent
b159dcc7ce
commit
3580f9fb96
2 changed files with 21 additions and 0 deletions
1
dev-python/pygoogle-ajax/Manifest
Normal file
1
dev-python/pygoogle-ajax/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD pygoogle-ajax-9999.ebuild 438 RMD160 5adaff0903c7567562312bb54c862fdc3a3e674a SHA1 06148262e8112e6fec95ee161f71bd2680f5547e SHA256 c92b6a84d7cbbb77f76dbd063a2ef1559805ec065188086ea78d6a98ed94a0a3
|
||||
20
dev-python/pygoogle-ajax/pygoogle-ajax-9999.ebuild
Normal file
20
dev-python/pygoogle-ajax/pygoogle-ajax-9999.ebuild
Normal 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"
|
||||
Loading…
Reference in a new issue