aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-01 11:12:30 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-02 00:27:31 +0200
commit82b394467d9142edf2721176244c3a7eb26ba69a (patch)
treebceafa1a385b7cb54b423ea0be6dc434d73d3b80 /recipes/e17
parentc652a39e6c87f4d4e5efdda3bcc7a120a99b14d8 (diff)
downloadopenembedded-82b394467d9142edf2721176244c3a7eb26ba69a.tar.gz
EFL: move SRCREVs from sane-srcrevs.inc to efl/e17 recipes
* Or we can move them to e.bbclass, python-efl.inc instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/bubble-keyboard_svn.bb1
-rw-r--r--recipes/e17/cpu_svn.bb4
-rw-r--r--recipes/e17/e-wm_svn.bb1
-rw-r--r--recipes/e17/edje-editor_svn.bb1
-rw-r--r--recipes/e17/edje-player_svn.bb1
-rw-r--r--recipes/e17/edje-viewer_svn.bb1
-rw-r--r--recipes/e17/elementary-alarm_svn.bb1
-rw-r--r--recipes/e17/elementary-sms_svn.bb1
-rw-r--r--recipes/e17/elmdentica_svn.bb1
-rw-r--r--recipes/e17/enna_svn.bb1
-rw-r--r--recipes/e17/entrance_0.9.0.010.bb3
-rw-r--r--recipes/e17/essential-dialer_svn.bb1
-rw-r--r--recipes/e17/eve_svn.bb1
-rw-r--r--recipes/e17/exalt_svn.bb1
-rw-r--r--recipes/e17/exhibit_svn.bb1
-rw-r--r--recipes/e17/expedite_svn.bb1
-rw-r--r--recipes/e17/exquisite-theme-illume.bb1
-rw-r--r--recipes/e17/exquisite_svn.bb1
-rw-r--r--recipes/e17/gridpad_svn.bb1
-rw-r--r--recipes/e17/illume-keyboard-default_svn.bb1
-rw-r--r--recipes/e17/intuition_svn.bb1
-rw-r--r--recipes/e17/rage_svn.bb1
-rw-r--r--recipes/e17/waker_svn.bb1
23 files changed, 24 insertions, 4 deletions
diff --git a/recipes/e17/bubble-keyboard_svn.bb b/recipes/e17/bubble-keyboard_svn.bb
index 202771ccf0..ad5ce704b8 100644
--- a/recipes/e17/bubble-keyboard_svn.bb
+++ b/recipes/e17/bubble-keyboard_svn.bb
@@ -4,6 +4,7 @@ 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"
diff --git a/recipes/e17/cpu_svn.bb b/recipes/e17/cpu_svn.bb
index 3c0a8c7e71..3dc049d42d 100644
--- a/recipes/e17/cpu_svn.bb
+++ b/recipes/e17/cpu_svn.bb
@@ -2,7 +2,3 @@ LICENSE = "MIT"
PV = "0.0.1+svnr${SRCREV}"
require e-module.inc
-
-
-
-
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index f1a5715872..2ab6b82198 100644
--- a/recipes/e17/e-wm_svn.bb
+++ b/recipes/e17/e-wm_svn.bb
@@ -4,6 +4,7 @@ LICENSE = "MIT BSD"
SRCNAME = "e"
PV = "0.16.999.060+svnr${SRCPV}"
PR = "r13"
+SRCREV = "${EFL_SRCREV}"
inherit e update-alternatives
diff --git a/recipes/e17/edje-editor_svn.bb b/recipes/e17/edje-editor_svn.bb
index 4978fa76dd..12ffa2d39b 100644
--- a/recipes/e17/edje-editor_svn.bb
+++ b/recipes/e17/edje-editor_svn.bb
@@ -6,6 +6,7 @@ SRCNAME = "edje_editor"
PV = "0.0.0+svnr${SRCPV}"
PR = "r1"
+SRCREV = "${EFL_SRCREV}"
inherit e
diff --git a/recipes/e17/edje-player_svn.bb b/recipes/e17/edje-player_svn.bb
index 847483517c..40c0c99c94 100644
--- a/recipes/e17/edje-player_svn.bb
+++ b/recipes/e17/edje-player_svn.bb
@@ -5,6 +5,7 @@ DEPENDS = "etk"
SRCNAME = "edje_editor"
PV = "0.0.0+svnr${SRCPV}"
PR = "r0"
+SRCREV = "${EFL_SRCREV}"
inherit e
diff --git a/recipes/e17/edje-viewer_svn.bb b/recipes/e17/edje-viewer_svn.bb
index a572879e13..40a5f174ca 100644
--- a/recipes/e17/edje-viewer_svn.bb
+++ b/recipes/e17/edje-viewer_svn.bb
@@ -3,6 +3,7 @@ LICENSE = "MIT BSD"
DEPENDS = "elementary"
PV = "0.0.0+svnr${SRCPV}"
PR = "r3"
+SRCREV = "${EFL_SRCREV}"
inherit e
diff --git a/recipes/e17/elementary-alarm_svn.bb b/recipes/e17/elementary-alarm_svn.bb
index 2123f486db..9fee65dc98 100644
--- a/recipes/e17/elementary-alarm_svn.bb
+++ b/recipes/e17/elementary-alarm_svn.bb
@@ -4,6 +4,7 @@ DEPENDS = "elementary"
SECTION = "x11"
PV = "0.0.0+svnr${SRCPV}"
PR = "r1"
+SRCREV = "${EFL_SRCREV}"
inherit e
diff --git a/recipes/e17/elementary-sms_svn.bb b/recipes/e17/elementary-sms_svn.bb
index a6730365c1..a426aa596a 100644
--- a/recipes/e17/elementary-sms_svn.bb
+++ b/recipes/e17/elementary-sms_svn.bb
@@ -4,6 +4,7 @@ DEPENDS = "ecore edbus elementary libefso"
SECTION = "x11"
PV = "0.0.0+svnr${SRCPV}"
PR = "r1"
+SRCREV = "${EFL_SRCREV}"
inherit e
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index c0cf56a7e1..c6fb2847e7 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -8,3 +8,4 @@ AUTHOR = "seabra"
inherit e
PV = "0.9.0+svnr${SRCPV}"
+SRCREV = "${EFL_SRCREV}"
diff --git a/recipes/e17/enna_svn.bb b/recipes/e17/enna_svn.bb
index 8f4ddc4da6..f81990cd1a 100644
--- a/recipes/e17/enna_svn.bb
+++ b/recipes/e17/enna_svn.bb
@@ -5,6 +5,7 @@ DEPENDS += "libmusicbrainz lightmediascanner libxml2 taglib"
SECTION = "x11/multimedia"
PV = "0.2.0+svnr${SRCPV}"
PR = "r1"
+SRCREV = "${EFL_SRCREV}"
inherit e
diff --git a/recipes/e17/entrance_0.9.0.010.bb b/recipes/e17/entrance_0.9.0.010.bb
index 34b6f8a9fa..a988e50b80 100644
--- a/recipes/e17/entrance_0.9.0.010.bb
+++ b/recipes/e17/entrance_0.9.0.010.bb
@@ -5,6 +5,9 @@ DEPENDS = "evas ecore edje esmart bash keylaunch xserver-common login-manager"
RDEPENDS += "glibc-gconv-iso8859-1 entrance-themes"
PR = "r2"
+# entrance and estickies were removed in 46590 for rewrite, move back to EFL_SRCREV when they're back
+SRCREV = "46589"
+
inherit e
SRC_URI += "\
diff --git a/recipes/e17/essential-dialer_svn.bb b/recipes/e17/essential-dialer_svn.bb
index ff7d4db9ad..7fdb52c3c1 100644
--- a/recipes/e17/essential-dialer_svn.bb
+++ b/recipes/e17/essential-dialer_svn.bb
@@ -3,6 +3,7 @@ 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"
diff --git a/recipes/e17/eve_svn.bb b/recipes/e17/eve_svn.bb
index baa4a6cece..d51aed3d46 100644
--- a/recipes/e17/eve_svn.bb
+++ b/recipes/e17/eve_svn.bb
@@ -3,6 +3,7 @@ LICENSE = "GPL"
DEPENDS = "webkit-efl evas ecore edje"
PV = "0.0.1+svnr${SRCPV}"
PR = "r4"
+SRCREV = "${EFL_SRCREV}"
LDFLAGS += "-lstdc++"
diff --git a/recipes/e17/exalt_svn.bb b/recipes/e17/exalt_svn.bb
index 9dc3b03b59..4e9f39f9cc 100644
--- a/recipes/e17/exalt_svn.bb
+++ b/recipes/e17/exalt_svn.bb
@@ -6,6 +6,7 @@ DEPENDS = "elementary vpnc wpa-supplicant ecore eet edbus"
RDEPENDS = "vpnc wpa-supplicant"
PV = "0.9+svnr${SRCPV}"
+SRCREV = "${EFL_SRCREV}"
inherit e
diff --git a/recipes/e17/exhibit_svn.bb b/recipes/e17/exhibit_svn.bb
index 1742ed8fc5..b897582f6c 100644
--- a/recipes/e17/exhibit_svn.bb
+++ b/recipes/e17/exhibit_svn.bb
@@ -3,6 +3,7 @@ LICENSE = "MIT BSD"
DEPENDS = "evas ecore epsilon edje eet etk efreet"
PV = "0.1.1+svnr${SRCPV}"
PR = "r2"
+SRCREV = "${EFL_SRCREV}"
inherit e
diff --git a/recipes/e17/expedite_svn.bb b/recipes/e17/expedite_svn.bb
index 800e586761..f5c26e31a9 100644
--- a/recipes/e17/expedite_svn.bb
+++ b/recipes/e17/expedite_svn.bb
@@ -4,6 +4,7 @@ RDEPENDS = "expedite-themes evas-engine-buffer evas-engine-fb evas-engine-softwa
LICENSE = "MIT BSD"
PV = "0.6.0+svnr${SRCPV}"
PR = "r3"
+SRCREV = "${EFL_SRCREV}"
inherit e
diff --git a/recipes/e17/exquisite-theme-illume.bb b/recipes/e17/exquisite-theme-illume.bb
index 49be863a3f..cfbebc2b07 100644
--- a/recipes/e17/exquisite-theme-illume.bb
+++ b/recipes/e17/exquisite-theme-illume.bb
@@ -4,6 +4,7 @@ LICENSE = "MIT/BSD"
SECTION = "x11"
PV = "1.0+svnr${SRCPV}"
PR = "r6"
+SRCREV = "${EFL_SRCREV}"
inherit update-alternatives
diff --git a/recipes/e17/exquisite_svn.bb b/recipes/e17/exquisite_svn.bb
index 9c1bc2ca38..256b5bde13 100644
--- a/recipes/e17/exquisite_svn.bb
+++ b/recipes/e17/exquisite_svn.bb
@@ -3,6 +3,7 @@ LICENSE = "MIT BSD"
DEPENDS = "eet evas ecore embryo edje"
PV = "0.0.1+svnr${SRCPV}"
PR = "r9"
+SRCREV = "${EFL_SRCREV}"
RDEPENDS = "initscripts"
RRECOMMENDS_${PN} = "exquisite-themes"
RCONFLICTS_${PN} = "psplash virtual-psplash"
diff --git a/recipes/e17/gridpad_svn.bb b/recipes/e17/gridpad_svn.bb
index 82be81670d..fa0808131e 100644
--- a/recipes/e17/gridpad_svn.bb
+++ b/recipes/e17/gridpad_svn.bb
@@ -4,6 +4,7 @@ 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"
diff --git a/recipes/e17/illume-keyboard-default_svn.bb b/recipes/e17/illume-keyboard-default_svn.bb
index f9fd8fd72f..4eb8ed2156 100644
--- a/recipes/e17/illume-keyboard-default_svn.bb
+++ b/recipes/e17/illume-keyboard-default_svn.bb
@@ -3,6 +3,7 @@ SECTION = "x11/data"
SRCNAME = "e/src/modules/illume/keyboards"
PV = "0.16.999.060+svnr${SRCPV}"
PR = "r1"
+SRCREV = "${EFL_SRCREV}"
SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http"
S = "${WORKDIR}/${SRCNAME}"
diff --git a/recipes/e17/intuition_svn.bb b/recipes/e17/intuition_svn.bb
index caa0fdd528..9b2d594c16 100644
--- a/recipes/e17/intuition_svn.bb
+++ b/recipes/e17/intuition_svn.bb
@@ -4,6 +4,7 @@ LICENSE = "GPLv2"
DEPENDS = "elementary sqlite"
PV = "0.2.0+svnr${SRCPV}"
PR = "r0"
+SRCREV = "194"
SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=intuition"
S = "${WORKDIR}/intuition"
diff --git a/recipes/e17/rage_svn.bb b/recipes/e17/rage_svn.bb
index 3a4ccb0136..edf6e699d1 100644
--- a/recipes/e17/rage_svn.bb
+++ b/recipes/e17/rage_svn.bb
@@ -5,5 +5,6 @@ LICENSE = "MIT BSD"
DEPENDS = "emotion evas ecore edje"
SECTION = "x11/multimedia"
PV = "0.3.0.042+svnr${SRCPV}"
+SRCREV = "${EFL_SRCREV}"
inherit e
diff --git a/recipes/e17/waker_svn.bb b/recipes/e17/waker_svn.bb
index 1b8b39ec5f..b1707d4f98 100644
--- a/recipes/e17/waker_svn.bb
+++ b/recipes/e17/waker_svn.bb
@@ -4,6 +4,7 @@ DEPENDS = "ecore edbus"
SECTION = "console"
PV = "0.0.0+svnr${SRCPV}"
PR = "r1"
+SRCREV = "${EFL_SRCREV}"
inherit efl