remove nonworking versions of emotion and esmart
authorMichael Lauer <mickey@vanille-media.de>
Mon, 15 Aug 2005 23:32:54 +0000 (23:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 15 Aug 2005 23:32:54 +0000 (23:32 +0000)
packages/nonworking/emotion/.mtn2git_empty [deleted file]
packages/nonworking/emotion/emotion_cvs.bb [deleted file]
packages/nonworking/esmart/.mtn2git_empty [deleted file]
packages/nonworking/esmart/esmart_cvs.bb [deleted file]

diff --git a/packages/nonworking/emotion/.mtn2git_empty b/packages/nonworking/emotion/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/nonworking/emotion/emotion_cvs.bb b/packages/nonworking/emotion/emotion_cvs.bb
deleted file mode 100644 (file)
index 1f41434..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Emotion is an Evas smart-object library providing video capabilities. \
-Emotion leverages libxine 1.0 and integrates seemlessly with the rest of the EFL. \
-Because its based on libxine, any format that it supports (Theora, DiVX, MPEG2, etc) \
-is avalible using Emotion."
-SECTION = "libs"
-DEPENDS = "libxine edb eet evas ecore embryo edje"
-PV = "${CVSDATE}"
-PR = "r0"
-
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/emotion"
-S = "${WORKDIR}/emotion"
-
-inherit autotools binconfig
-
-do_stage () {
-       oe_libinstall -C src libemotion ${STAGING_LIBDIR}/
-       install -m 0644 ${S}/src/Emotion.h ${STAGING_INCDIR}/
-}
-
-PACKAGES += "emotion-examples"
-
-FILES_${PN} = "${libdir}/libemotion*.so*"
-FILES_${PN}-dev += "${bindir}/emotion-config ${libdir}/pkgconfig"
-FILES_${PN}-examples = "${bindir}/emotion* ${datadir}"
-
diff --git a/packages/nonworking/esmart/.mtn2git_empty b/packages/nonworking/esmart/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/nonworking/esmart/esmart_cvs.bb b/packages/nonworking/esmart/esmart_cvs.bb
deleted file mode 100644 (file)
index d12048e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "A collection of smart Evas objects"
-SECTION = "libs"
-DEPENDS = "evas evas-x11 ecore imlib2 edje libtool"
-PV = "${CVSDATE}"
-
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/esmart"
-S = "${WORKDIR}/esmart"
-
-inherit autotools pkgconfig binconfig
-
-do_stage () {
-       oe_libinstall -C src/lib libesmart ${STAGING_LIBDIR}/
-       install -m 0644 ${S}/src/lib/Esmart.h ${STAGING_INCDIR}/
-}