aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-pygoogle_0.6.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-pygoogle_0.6.oe')
-rw-r--r--python/python-pygoogle_0.6.oe14
1 files changed, 0 insertions, 14 deletions
diff --git a/python/python-pygoogle_0.6.oe b/python/python-pygoogle_0.6.oe
deleted file mode 100644
index 38314d1a1e..0000000000
--- a/python/python-pygoogle_0.6.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "This module is a wrapper for the Google Web APIs. \
-It allows you to do Google searches, retrieve pages from the \
-Google cache, and ask Google for spelling suggestions."
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core python-soappy"
-SRCNAME = "pygoogle"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils
-