summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-10-27 14:27:25 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-10-27 14:27:25 +0200
commitbb18d20f7e3ad5beeb6c030ae355b45838d4c9e9 (patch)
tree2994b440a730992e6f9b5037c0433afec4d8e252
parent05baf32a73fd6dd7c83465bb296759a0f2d2bc1e (diff)
downloadopenembedded-bb18d20f7e3ad5beeb6c030ae355b45838d4c9e9.tar.gz
bubble-keyboard/essential-dialer/gridpad/intuition/libefso: Remove, moved to
obsolete. My git-fu failed here for moving, sorry. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
-rw-r--r--recipes/e17/bubble-keyboard_svn.bb12
-rw-r--r--recipes/e17/essential-dialer_svn.bb11
-rw-r--r--recipes/e17/gridpad_svn.bb12
-rw-r--r--recipes/e17/intuition_svn.bb12
-rw-r--r--recipes/efl1/libefso_svn.bb17
5 files changed, 0 insertions, 64 deletions
diff --git a/recipes/e17/bubble-keyboard_svn.bb b/recipes/e17/bubble-keyboard_svn.bb
deleted file mode 100644
index ad5ce704b8..0000000000
--- a/recipes/e17/bubble-keyboard_svn.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Simple dialpad keyboard"
-SECTION = "x11"
-LICENSE = "GPLv2"
-DEPENDS = "ecore evas edje libfakekey"
-PV = "0.1.4+svnr${SRCPV}"
-PR = "r0"
-SRCREV = "194"
-
-SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=bubble-keyboard"
-S = "${WORKDIR}/bubble-keyboard"
-
-inherit autotools pkgconfig
diff --git a/recipes/e17/essential-dialer_svn.bb b/recipes/e17/essential-dialer_svn.bb
deleted file mode 100644
index 7fdb52c3c1..0000000000
--- a/recipes/e17/essential-dialer_svn.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-DESCRIPTION = "Simple Dialer based on Elementary and FSO"
-SECTION = "x11"
-LICENSE = "GPLv2"
-DEPENDS = "ecore edbus elementary libefso"
-PV = "0.1.0.0+svnr${SRCPV}"
-SRCREV = "194"
-
-SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=essential-dialer"
-S = "${WORKDIR}/essential-dialer"
-
-inherit autotools pkgconfig
diff --git a/recipes/e17/gridpad_svn.bb b/recipes/e17/gridpad_svn.bb
deleted file mode 100644
index fa0808131e..0000000000
--- a/recipes/e17/gridpad_svn.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Gridpad handstroke recognition"
-SECTION = "x11"
-LICENSE = "GPLv2"
-DEPENDS = "ecore evas edje libfakekey"
-PV = "2.0+svnr${SRCPV}"
-PR = "r0"
-SRCREV = "194"
-
-SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=GridPad"
-S = "${WORKDIR}/GridPad"
-
-inherit autotools pkgconfig
diff --git a/recipes/e17/intuition_svn.bb b/recipes/e17/intuition_svn.bb
deleted file mode 100644
index 287d6ebd2e..0000000000
--- a/recipes/e17/intuition_svn.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Intuition a prototype context dependent mobile search engine"
-SECTION = "x11"
-LICENSE = "GPLv2"
-DEPENDS = "elementary sqlite"
-PV = "0.2.0+svnr${SRCPV}"
-PR = "r4"
-SRCREV = "194"
-
-SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=intuition"
-S = "${WORKDIR}/intuition"
-
-inherit autotools pkgconfig
diff --git a/recipes/efl1/libefso_svn.bb b/recipes/efl1/libefso_svn.bb
deleted file mode 100644
index a9f77f5f44..0000000000
--- a/recipes/efl1/libefso_svn.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "EFL FSO wrapper library"
-SECTION = "e/libs"
-LICENSE = "GPLv2"
-DEPENDS = "ecore edbus efreet"
-PV = "0.0.1+svnr${SRCPV}"
-SRCREV = "194"
-
-SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=libefso"
-S = "${WORKDIR}/libefso"
-
-inherit autotools pkgconfig
-
-do_stage () {
- install -m 0644 src/lib/efso.h ${STAGING_INCDIR}/efso.h
- oe_libinstall -a -so -C src/lib libefso ${STAGING_LIBDIR}
- autotools_stage_all
-}