summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2005-07-30 00:07:30 +0000
committerBertrand Jacquin <beber@meleeweb.net>2005-07-30 00:07:30 +0000
commit99d97b002fdf7764acd19d73358c1b345f44c07f (patch)
treea9170073ac51e5fe2c39fdfd2e93117b4f40887e
parentRemove keywords (diff)
downloadportage-99d97b002fdf7764acd19d73358c1b345f44c07f.tar.xz
Del old files
-rw-r--r--gentoofr/x11-misc/entrance/Manifest2
-rw-r--r--gentoofr/x11-misc/entrance/entrance-9999-r1.ebuild82
-rw-r--r--gentoofr/x11-misc/entrance/files/digest-entrance-9999-r11
3 files changed, 0 insertions, 85 deletions
diff --git a/gentoofr/x11-misc/entrance/Manifest b/gentoofr/x11-misc/entrance/Manifest
index ed6a5962..5571349c 100644
--- a/gentoofr/x11-misc/entrance/Manifest
+++ b/gentoofr/x11-misc/entrance/Manifest
@@ -1,7 +1,5 @@
-MD5 ee4d3217d2f3cc182a59f2909db9d160 entrance-9999-r1.ebuild 2498
MD5 308622652f1a12a9c4097ad2a2292d54 ChangeLog 1139
MD5 088d07394fa8372e79b7757075ea4a7d metadata.xml 515
MD5 1739a160d16ea55c87e9fbc8e49a2f5e entrance-9999-r2.ebuild 2582
MD5 e96746829116e24c379e88663da20667 files/no-listen-tcp.patch 711
-MD5 8c2c9320269ef791ea0b6a00729a9104 files/digest-entrance-9999-r1 64
MD5 8c2c9320269ef791ea0b6a00729a9104 files/digest-entrance-9999-r2 64
diff --git a/gentoofr/x11-misc/entrance/entrance-9999-r1.ebuild b/gentoofr/x11-misc/entrance/entrance-9999-r1.ebuild
deleted file mode 100644
index fe540440..00000000
--- a/gentoofr/x11-misc/entrance/entrance-9999-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.3 2005/02/12 03:43:31 vapier Exp $
-
-inherit enlightenment eutils
-
-DESCRIPTION="next generation of Elogin, a login/display manager for X"
-HOMEPAGE="http://xcomputerman.com/pages/entrance.html"
-SRC_URI="${SRC_URI}
- mirror://gentoo/extraicons-1.tar.bz2
- http://wh0rd.de/gentoo/distfiles/extraicons-1.tar.bz2"
-# http://www.atmos.org/files/gentooed-src.tar.gz"
-
-IUSE="pam"
-
-DEPEND="virtual/x11
- pam? ( sys-libs/pam )
- >=dev-db/edb-1.0.5
- >=x11-libs/evas-1.0.0_pre13
- >=x11-libs/ecore-1.0.0_pre7
- >=media-libs/edje-0.5.0
- >=x11-libs/esmart-0.0.2.20040501
- >=sys-apps/sed-4"
-
-src_unpack() {
- enlightenment_src_unpack
- if [ -d gentooed ] ; then
- mv gentooed ${S}/data/themes/
- cd ${S}/data/themes
- sed -i '/^SUBDIRS/s:$: gentooed:' Makefile.am
- cp default/{Makefile.am,build_theme.sh} gentooed/
- cd gentooed
- ln -s images img
- sed -i 's:default:gentooed:g' Makefile.am build_theme.sh
- sed -i 's:\(data/themes/default/Makefile\):\1 data/themes/gentooed/Makefile:' ${S}/configure.in
- fi
- cd ${S}
-}
-
-src_compile() {
- if use pam ; then
- export MY_ECONF="--with-auth-mode=pam"
- else
- export MY_ECONF="--with-auth-mode=shadow"
- fi
- enlightenment_src_compile
-}
-
-src_install() {
- enlightenment_src_install
- rm -rf ${D}/etc/init.d
- insinto /usr/share/entrance/images/sessions
- doins ${WORKDIR}/extraicons/*
- exeinto /usr/share/entrance
- doexe data/config/build_config.sh
-
- cd /etc/X11/Sessions
- local edb="${D}/etc/entrance_config.db"
- local count="`edb_ed ${edb} get /entrance/session/count int`"
- local datadir="${D}/usr/share/entrance/images/sessions"
- local icon=""
- while [ ${count} -ge 0 ] ; do
- edb_ed ${edb} del /entrance/session/${count}/icon
- edb_ed ${edb} del /entrance/session/${count}/session
- edb_ed ${edb} del /entrance/session/${count}/title
- count=$((${count} - 1))
- done
- count=0
- for s in default * failsafe ; do
- [ "${s}" == "Xsession" ] && continue
- icon="`find ${datadir} -iname ${s}.png -printf %f`"
- if [ -z "${icon}" ] ; then
- edb_ed ${edb} add /entrance/session/${count}/icon str default.png
- else
- edb_ed ${edb} add /entrance/session/${count}/icon str ${icon}
- fi
- edb_ed ${edb} add /entrance/session/${count}/session str ${s}
- edb_ed ${edb} add /entrance/session/${count}/title str ${s}
- count=$((${count} + 1))
- done
- edb_ed ${edb} add /entrance/session/count int ${count}
-}
diff --git a/gentoofr/x11-misc/entrance/files/digest-entrance-9999-r1 b/gentoofr/x11-misc/entrance/files/digest-entrance-9999-r1
deleted file mode 100644
index 8cf3b1b3..00000000
--- a/gentoofr/x11-misc/entrance/files/digest-entrance-9999-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b1d2a452028c3a09443d84968e24144c extraicons-1.tar.bz2 16770