summaryrefslogtreecommitdiff
path: root/packages/nonworking/e17
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-28 16:35:43 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-28 16:35:43 +0000
commitf8efb715c231cfc285f6bc8cbad4c1aa1c14037c (patch)
tree2e70ff99a5372fab8449aa5055385849154fd51e /packages/nonworking/e17
parent78a12152c9703cb104fdcfc89d75531a8e79ddaf (diff)
remove obsolete stuff from nonworking (e17, efl, xfree86)
Diffstat (limited to 'packages/nonworking/e17')
-rw-r--r--packages/nonworking/e17/.mtn2git_empty0
-rw-r--r--packages/nonworking/e17/evidence29
2 files changed, 0 insertions, 29 deletions
diff --git a/packages/nonworking/e17/.mtn2git_empty b/packages/nonworking/e17/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/nonworking/e17/.mtn2git_empty
+++ /dev/null
diff --git a/packages/nonworking/e17/evidence b/packages/nonworking/e17/evidence
deleted file mode 100644
index 84a47ff570..0000000000
--- a/packages/nonworking/e17/evidence
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "evidence, an enlightenemt file manager"
-LICENSE = "GPL"
-# can support dbus, avifile, libmpeg3
-DEPENDS = "pkgconfig gtk+ glib-2.0 ecore-x11 evas-x11 edb eet edje imlib2-x11 libpng epeg jpeg libpcre curl taglib libvorbis libogg libxine-x11 emotion freetype"
-RDEPENDS += "examine"
-PR = "r0"
-
-inherit e
-
-SRC_URI = "cvs://anonymous@evidence.cvs.sourceforge.net/cvsroot/evidence;module=evidence;date=${PV}"
-S = "${WORKDIR}/evidence"
-
-EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
- --enable-ecore \
- --enable-ecore-ipc \
- --enable-canvas-evas2 \
- --enable-edje \
- --enable-x \
- --enable-tree-view \
- --enable-icon-view \
- --enable-browser-view \
- --with-libxine=${STAGING_LIBDIR}"
-
-do_compile_prepend() {
- sed -i 's:LDFLAGS = :LDFLAGS = -L${STAGING_LIBDIR} :' ${S}/src/providers/vorbis/Makefile
-}
-
-FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} /etc/* /usr/sbin/*"
-