From fc33fc54e57949215cdf4e08604c8620119608e8 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Mon, 12 Jan 2009 00:13:35 +0000 Subject: python-libgmail: 0.1.6 -> 0.1.11 --- packages/python/python-libgmail_0.1.11.bb | 31 +++++++++++++++++++++++++++++++ packages/python/python-libgmail_0.1.6.bb | 21 --------------------- 2 files changed, 31 insertions(+), 21 deletions(-) create mode 100644 packages/python/python-libgmail_0.1.11.bb delete mode 100644 packages/python/python-libgmail_0.1.6.bb (limited to 'packages/python') diff --git a/packages/python/python-libgmail_0.1.11.bb b/packages/python/python-libgmail_0.1.11.bb new file mode 100644 index 0000000000..b0fcb1f83f --- /dev/null +++ b/packages/python/python-libgmail_0.1.11.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "Python Bindings for Google's Gmail Service" +SECTION = "devel/python" +HOMEPAGE = "http://libgmail.sourceforge.net/" +PRIORITY = "optional" +LICENSE = "GPL" +SRCNAME = "libgmail" +PR = "ml0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils-base + +do_install() { + install -d ${D}${libdir}/${PYTHON_DIR} + for file in *.py + do + install -m 0755 ${file} ${D}${libdir}/${PYTHON_DIR} + done +} + +RDEPENDS = "\ + python-core \ + python-netclient \ + python-email \ + python-mime \ + python-pprint \ + python-re \ + python-pickle \ +" + diff --git a/packages/python/python-libgmail_0.1.6.bb b/packages/python/python-libgmail_0.1.6.bb deleted file mode 100644 index aeb08113ea..0000000000 --- a/packages/python/python-libgmail_0.1.6.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Python Bindings for Google's Gmail Service" -SECTION = "devel/python" -HOMEPAGE = "http://libgmail.sourceforge.net/" -PRIORITY = "optional" -LICENSE = "GPL" -RDEPENDS = "python-core python-netclient python-email python-mime python-pprint python-re python-pickle" -SRCNAME = "libgmail" -PR = "ml0" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils-base - -do_install() { - install -d ${D}${libdir}/${PYTHON_DIR} - for file in *.py - do - install -m 0755 ${file} ${D}${libdir}/${PYTHON_DIR} - done -} -- cgit v1.2.3