[oe-commits] Michael 'Mickey' Lauer : enter: remove dead project.

GIT User account git at amethyst.openembedded.net
Sat Apr 11 19:35:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8c242916f8e887dde80e39acc7ab6d322447c839
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8c242916f8e887dde80e39acc7ab6d322447c839

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Apr  9 00:50:53 2009 +0200

enter: remove dead project.
pylgrim: remove dead project.

---

 recipes/freesmartphone/enter_0.0.2.bb |   10 ----------
 recipes/freesmartphone/pylgrim_svn.bb |   25 -------------------------
 2 files changed, 0 insertions(+), 35 deletions(-)

diff --git a/recipes/freesmartphone/enter_0.0.2.bb b/recipes/freesmartphone/enter_0.0.2.bb
deleted file mode 100644
index 2a51af6..0000000
--- a/recipes/freesmartphone/enter_0.0.2.bb
+++ /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
index beeb44c..0000000
--- a/recipes/freesmartphone/pylgrim_svn.bb
+++ /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}"





More information about the Openembedded-commits mailing list