summaryrefslogtreecommitdiff
path: root/packages/e17
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-04-17 17:30:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-17 17:30:10 +0000
commit763fc4bd4ffd86aae4fe1318f2144af52cbb8e46 (patch)
tree49102a4191aec1f4b689616f245d64667bf946b7 /packages/e17
parent7e88558f381418bda78375f4c88151954107dc77 (diff)
efl, e17: Remove CVS bbfiles for any package which has numbered releases
Diffstat (limited to 'packages/e17')
-rw-r--r--packages/e17/e-wm_20060128.bb31
-rw-r--r--packages/e17/entrance_20060128.bb36
2 files changed, 0 insertions, 67 deletions
diff --git a/packages/e17/e-wm_20060128.bb b/packages/e17/e-wm_20060128.bb
deleted file mode 100644
index 965ef916e1..0000000000
--- a/packages/e17/e-wm_20060128.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "E17 - the Enlightenment Window Mananger"
-DEPENDS = "evas-x11 ecore-x11 edje eet embryo e"
-LICENSE = "MIT"
-PR = "r3"
-
-inherit e
-
-SRC_URI = "${E_CVS};module=e17/apps/e;date=${PV} \
- file://Xsession.d/98enlightenment \
- file://fix-configure.patch;patch=1 \
- file://remove-large-fonts.patch;patch=1"
-
-S = "${WORKDIR}/e"
-
-PROFILE = "LOWRES_PDA"
-PROFILE_c7x0 = "HIRES_PDA"
-PROFILE_tosa = "HIRES_PDA"
-PROFILE_spitz = "HIRES_PDA"
-PROFILE_akita = "HIRES_PDA"
-
-EXTRA_OECONF = "--with-profile=${PROFILE} \
- --with-edje-cc=${STAGING_BINDIR}/edje_cc \
- --x-includes=${STAGING_INCDIR}/X11 \
- --x-libraries=${STAGING_LIBDIR}"
-
-FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir}"
-
-do_install_append() {
- install -d ${D}/${sysconfdir}/X11/Xsession.d
- install -m 755 ${WORKDIR}/Xsession.d/98enlightenment ${D}/${sysconfdir}/X11/Xsession.d
-}
diff --git a/packages/e17/entrance_20060128.bb b/packages/e17/entrance_20060128.bb
deleted file mode 100644
index 825a81cdec..0000000000
--- a/packages/e17/entrance_20060128.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-DESCRIPTION = "Entrance is the Enlightenment login manager"
-LICENSE = "MIT"
-# can also use pam and crypt
-DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch detect-stylus xserver-common"
-RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1"
-HOMEPAGE = "http://www.enlightenment.org"
-PR = "r11"
-
-inherit e update-rc.d
-
-SRC_URI = "${E_CVS};module=e17/apps/entrance;date=${PV} \
- file://config-db.patch;patch=1 \
- file://allow-missing-xsession.patch;patch=1 \
- file://run-Xinit.patch;patch=1 \
- file://set-display-env.patch;patch=1 \
- file://fix-auth-mode.patch;patch=1 \
- file://use-bash.patch;patch=1 \
- file://Sessions"
-
-S = "${WORKDIR}/entrance"
-
-INITSCRIPT_NAME = "entrance"
-INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
-
-EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \
- --with-xsession=/etc/X11/Xsession \
- --with-auth-mode=0"
-
-FILES += "${datadir}"
-
-do_install_append() {
- install -d ${D}/etc/X11/Xsession.d
- install -d ${D}/etc/X11/Sessions
-
- install -m 755 ${WORKDIR}/Sessions/* ${D}/etc/X11/Sessions
-}