pisi: remove old releases
authorMichael Pilgermann <kichkasch@gmx.de>
Mon, 11 Jan 2010 15:57:53 +0000 (15:57 +0000)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 14 Jan 2010 23:48:31 +0000 (00:48 +0100)
* Only minor updates.. so probably nobody would have P_V for that.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/openmoko-3rdparty/pisi_0.4.7.bb [deleted file]
recipes/openmoko-3rdparty/pisi_0.4.9.bb [deleted file]

diff --git a/recipes/openmoko-3rdparty/pisi_0.4.7.bb b/recipes/openmoko-3rdparty/pisi_0.4.7.bb
deleted file mode 100644 (file)
index b3425d2..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "PISI is synchronizing information"
-AUTHOR = "Michael Pilgermann"
-PRIORITY = "optional"
-LICENSE = "GPL"
-HOMEPAGE = "http://projects.openmoko.org/projects/pisi/"
-SRCNAME = "pisi"
-DEPENDS = "python-native python"
-RDEPENDS = "python-vobject python python-pygtk python-pygobject python-pycairo\
-           python-gdata python-webdav python-ldap python-epydoc python-core\
-           python-dateutil python-sqlite3 python-netserver python-netclient\
-           python-misc"
-
-PACKAGE_ARCH = "all"
-
-PR = "r0"
-
-SRC_URI = "http://projects.openmoko.org/frs/download.php/907/pisi-src-${PV}.tar.gz"
-
-FILES_${PN} += "/opt/pisi \
-                ${datadir}/pixmaps \
-                ${datadir}/applications \
-                /home"
-CONFFILES_${PN} += "/home/root/.${PN}/conf.default"
-
-do_compile() {
-       ${STAGING_BINDIR_NATIVE}/python ${S}/setup.py build ${D}
-}
-
-do_install() {
-       ${STAGING_BINDIR_NATIVE}/python ${S}/setup.py install ${D}
-       rm -rf ${D}/opt/pisi/build/
-       rm -rf ${D}/opt/pisi/patches/
-}
diff --git a/recipes/openmoko-3rdparty/pisi_0.4.9.bb b/recipes/openmoko-3rdparty/pisi_0.4.9.bb
deleted file mode 100644 (file)
index 0a51233..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "PISI is synchronizing information"
-AUTHOR = "Michael Pilgermann"
-PRIORITY = "optional"
-LICENSE = "GPL"
-HOMEPAGE = "http://projects.openmoko.org/projects/pisi/"
-SRCNAME = "pisi"
-DEPENDS = "python-native python"
-RDEPENDS = "python-vobject python python-pygtk python-pygobject python-pycairo\
-           python-gdata python-webdav python-ldap python-epydoc python-core\
-           python-dateutil python-sqlite3 python-netserver python-netclient\
-           python-misc"
-
-PACKAGE_ARCH = "all"
-
-PR = "r0"
-
-SRC_URI = "http://projects.openmoko.org/frs/download.php/934/pisi-src-${PV}.tar.gz"
-
-FILES_${PN} += "/opt/pisi \
-                ${datadir}/pixmaps \
-                ${datadir}/applications \
-                /home"
-CONFFILES_${PN} += "/home/root/.${PN}/conf.default"
-
-do_compile() {
-       ${STAGING_BINDIR_NATIVE}/python ${S}/setup.py build ${D}
-}
-
-do_install() {
-       ${STAGING_BINDIR_NATIVE}/python ${S}/setup.py install ${D}
-       rm -rf ${D}/opt/pisi/build/
-       rm -rf ${D}/opt/pisi/patches/
-}