enter: remove dead project.
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 8 Apr 2009 22:50:53 +0000 (00:50 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 11 Apr 2009 19:31:50 +0000 (21:31 +0200)
pylgrim: remove dead project.

recipes/freesmartphone/enter_0.0.2.bb [deleted file]
recipes/freesmartphone/pylgrim_svn.bb [deleted file]

diff --git a/recipes/freesmartphone/enter_0.0.2.bb b/recipes/freesmartphone/enter_0.0.2.bb
deleted file mode 100644 (file)
index 2a51af6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "An easy-to-use virtual keyboard for small touchscreen displays"
-SECTION = "openmoko/inputmethods"
-DEPENDS = "ecore evas edje"
-PR = "r0"
-
-inherit autotools
-
-SRC_URI = "http://gstaedtner.net/projects/enter/enter.tar.gz"
-
-FILES_${PN} += "${datadir}"
diff --git a/recipes/freesmartphone/pylgrim_svn.bb b/recipes/freesmartphone/pylgrim_svn.bb
deleted file mode 100644 (file)
index beeb44c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "A GPS moving map application featuring OpenStreetMap tiles"
-HOMEPAGE = "http://neo1973-germany.de/wiki/pylgrim"
-AUTHOR = "Josch"
-LICENSE = "GPL"
-SECTION = "x11/navigation"
-DEPENDS = "edje-native"
-RDEPENDS = "task-python-efl python-textutils"
-PV = "0.0+svnr${SRCREV}"
-PE = "1"
-
-SRC_URI = "svn://neo1973-germany.de/svn;module=pylgrim;proto=http"
-S = "${WORKDIR}/pylgrim"
-
-do_compile() {
-       edje_cc pylgrim.edc
-}
-
-do_install() {
-       install -d ${D}${datadir}/pylgrim
-       for i in *.py pylgrim.edj; do
-               install -m 0755 $i ${D}${datadir}/pylgrim/
-       done
-}
-
-FILES_${PN} += "${datadir}"