From 1ead1a9196e0003652bc99d0d5739ab59c221209 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 22 Feb 2014 15:33:58 +0100 Subject: rage, emprint, news: Move to nonworking * if you want to use these modules with E18, then you need to update them to git recipes fetching newer sources from http://git.enlightenment.org/enlightenment/modules/news.git/ http://git.enlightenment.org/apps/rage.git/ http://git.enlightenment.org/apps/emprint.git/ Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/e17/emprint_svn.bb | 12 ------------ meta-efl/recipes-efl/e17/news_svn.bb | 12 ------------ meta-efl/recipes-efl/e17/nonworking/emprint_svn.bb | 12 ++++++++++++ meta-efl/recipes-efl/e17/nonworking/news_svn.bb | 12 ++++++++++++ meta-efl/recipes-efl/e17/nonworking/rage_svn.bb | 13 +++++++++++++ meta-efl/recipes-efl/e17/rage_svn.bb | 13 ------------- 6 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 meta-efl/recipes-efl/e17/emprint_svn.bb delete mode 100644 meta-efl/recipes-efl/e17/news_svn.bb create mode 100644 meta-efl/recipes-efl/e17/nonworking/emprint_svn.bb create mode 100644 meta-efl/recipes-efl/e17/nonworking/news_svn.bb create mode 100644 meta-efl/recipes-efl/e17/nonworking/rage_svn.bb delete mode 100644 meta-efl/recipes-efl/e17/rage_svn.bb (limited to 'meta-efl') diff --git a/meta-efl/recipes-efl/e17/emprint_svn.bb b/meta-efl/recipes-efl/e17/emprint_svn.bb deleted file mode 100644 index 777e30218d..0000000000 --- a/meta-efl/recipes-efl/e17/emprint_svn.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Emprint is a utility for taking screenshots of the entire screen, a specific window, or a specific region." -LICENSE = "MIT BSD" -DEPENDS = "imlib2 virtual/libx11 ecore evas edje eina" -PV = "0.0.1+svnr${SRCPV}" -LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" -SRCREV = "${EFL_SRCREV}" - -inherit e -SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" -S = "${WORKDIR}/${SRCNAME}" - -FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug" diff --git a/meta-efl/recipes-efl/e17/news_svn.bb b/meta-efl/recipes-efl/e17/news_svn.bb deleted file mode 100644 index 9b89d80315..0000000000 --- a/meta-efl/recipes-efl/e17/news_svn.bb +++ /dev/null @@ -1,12 +0,0 @@ -LICENSE = "GPL-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -PV = "0.1.0+svnr${SRCPV}" -PR = "${INC_PR}.0" - -require e-module.inc - -do_configure_prepend() { - sed -i -e /po/d configure.ac - sed -i -e s:\ po::g Makefile.am -} diff --git a/meta-efl/recipes-efl/e17/nonworking/emprint_svn.bb b/meta-efl/recipes-efl/e17/nonworking/emprint_svn.bb new file mode 100644 index 0000000000..777e30218d --- /dev/null +++ b/meta-efl/recipes-efl/e17/nonworking/emprint_svn.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Emprint is a utility for taking screenshots of the entire screen, a specific window, or a specific region." +LICENSE = "MIT BSD" +DEPENDS = "imlib2 virtual/libx11 ecore evas edje eina" +PV = "0.0.1+svnr${SRCPV}" +LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" +SRCREV = "${EFL_SRCREV}" + +inherit e +SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" +S = "${WORKDIR}/${SRCNAME}" + +FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug" diff --git a/meta-efl/recipes-efl/e17/nonworking/news_svn.bb b/meta-efl/recipes-efl/e17/nonworking/news_svn.bb new file mode 100644 index 0000000000..9b89d80315 --- /dev/null +++ b/meta-efl/recipes-efl/e17/nonworking/news_svn.bb @@ -0,0 +1,12 @@ +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +PV = "0.1.0+svnr${SRCPV}" +PR = "${INC_PR}.0" + +require e-module.inc + +do_configure_prepend() { + sed -i -e /po/d configure.ac + sed -i -e s:\ po::g Makefile.am +} diff --git a/meta-efl/recipes-efl/e17/nonworking/rage_svn.bb b/meta-efl/recipes-efl/e17/nonworking/rage_svn.bb new file mode 100644 index 0000000000..3cf576f08f --- /dev/null +++ b/meta-efl/recipes-efl/e17/nonworking/rage_svn.bb @@ -0,0 +1,13 @@ +SUMMARY = "Rage is a media center application based on EFL" +AUTHOR = "Carsten 'The Rasterman' Haitzler" +HOMEPAGE = "http://www.rasterman.com" +LICENSE = "MIT BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" +DEPENDS = "emotion evas ecore edje" +SECTION = "x11/multimedia" +PV = "0.3.0.042+svnr${SRCPV}" +SRCREV = "${EFL_SRCREV}" + +inherit e +SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" +S = "${WORKDIR}/${SRCNAME}" diff --git a/meta-efl/recipes-efl/e17/rage_svn.bb b/meta-efl/recipes-efl/e17/rage_svn.bb deleted file mode 100644 index 3cf576f08f..0000000000 --- a/meta-efl/recipes-efl/e17/rage_svn.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Rage is a media center application based on EFL" -AUTHOR = "Carsten 'The Rasterman' Haitzler" -HOMEPAGE = "http://www.rasterman.com" -LICENSE = "MIT BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" -DEPENDS = "emotion evas ecore edje" -SECTION = "x11/multimedia" -PV = "0.3.0.042+svnr${SRCPV}" -SRCREV = "${EFL_SRCREV}" - -inherit e -SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" -S = "${WORKDIR}/${SRCNAME}" -- cgit 1.2.3-korg