From 1bbfa5ad620873d443d059a4112989c35b9de365 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 2 May 2004 05:41:02 +0000 Subject: ver bump --- x11-misc/entrance/Manifest | 4 +- x11-misc/entrance/entrance-0.9.0.20040417.ebuild | 80 ---------------------- x11-misc/entrance/entrance-0.9.0.20040501.ebuild | 80 ++++++++++++++++++++++ .../entrance/files/digest-entrance-0.9.0.20040417 | 2 - .../entrance/files/digest-entrance-0.9.0.20040501 | 2 + 5 files changed, 84 insertions(+), 84 deletions(-) delete mode 100644 x11-misc/entrance/entrance-0.9.0.20040417.ebuild create mode 100644 x11-misc/entrance/entrance-0.9.0.20040501.ebuild delete mode 100644 x11-misc/entrance/files/digest-entrance-0.9.0.20040417 create mode 100644 x11-misc/entrance/files/digest-entrance-0.9.0.20040501 (limited to 'x11-misc/entrance') diff --git a/x11-misc/entrance/Manifest b/x11-misc/entrance/Manifest index e2eac3c027ad..734a998a81ef 100644 --- a/x11-misc/entrance/Manifest +++ b/x11-misc/entrance/Manifest @@ -1,4 +1,4 @@ -MD5 ccea5c17646442612ed0340bc4884c84 files/digest-entrance-0.9.0.20040417 141 MD5 5840757b090a585e4bec04873dc9fcc6 ChangeLog 673 -MD5 8566c145c672983b8f16bc5fdca9e2a5 entrance-0.9.0.20040417.ebuild 2540 +MD5 8566c145c672983b8f16bc5fdca9e2a5 entrance-0.9.0.20040501.ebuild 2540 MD5 088d07394fa8372e79b7757075ea4a7d metadata.xml 515 +MD5 fb4b6d4cbc0b53c880eacc3abeb0b59c files/digest-entrance-0.9.0.20040501 141 diff --git a/x11-misc/entrance/entrance-0.9.0.20040417.ebuild b/x11-misc/entrance/entrance-0.9.0.20040417.ebuild deleted file mode 100644 index da7ff2e3dcb4..000000000000 --- a/x11-misc/entrance/entrance-0.9.0.20040417.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20040417.ebuild,v 1.1 2004/04/19 04:00:28 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="${IUSE} pam" - -DEPEND="virtual/x11 - pam? ( sys-libs/pam ) - >=dev-db/edb-1.0.4.20031013 - >=x11-libs/evas-1.0.0.20031025_pre11 - >=x11-libs/ecore-0.0.2.20031018_pre4 - >=media-libs/edje-0.0.1.20031020 - >=x11-libs/esmart-0.0.2.20031025" - -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 -} - -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/x11-misc/entrance/entrance-0.9.0.20040501.ebuild b/x11-misc/entrance/entrance-0.9.0.20040501.ebuild new file mode 100644 index 000000000000..d274b7d5d204 --- /dev/null +++ b/x11-misc/entrance/entrance-0.9.0.20040501.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20040501.ebuild,v 1.1 2004/05/02 05:39:02 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="${IUSE} pam" + +DEPEND="virtual/x11 + pam? ( sys-libs/pam ) + >=dev-db/edb-1.0.4.20031013 + >=x11-libs/evas-1.0.0.20031025_pre11 + >=x11-libs/ecore-0.0.2.20031018_pre4 + >=media-libs/edje-0.0.1.20031020 + >=x11-libs/esmart-0.0.2.20031025" + +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 +} + +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/x11-misc/entrance/files/digest-entrance-0.9.0.20040417 b/x11-misc/entrance/files/digest-entrance-0.9.0.20040417 deleted file mode 100644 index a8b453c5c2c1..000000000000 --- a/x11-misc/entrance/files/digest-entrance-0.9.0.20040417 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 d80d7e1e6be71bfea513e9b31b137804 entrance-0.9.0.20040417.tar.bz2 7874961 -MD5 b1d2a452028c3a09443d84968e24144c extraicons-1.tar.bz2 16770 diff --git a/x11-misc/entrance/files/digest-entrance-0.9.0.20040501 b/x11-misc/entrance/files/digest-entrance-0.9.0.20040501 new file mode 100644 index 000000000000..2b6ff0de612a --- /dev/null +++ b/x11-misc/entrance/files/digest-entrance-0.9.0.20040501 @@ -0,0 +1,2 @@ +MD5 aa8d81cd600c045ec3e01741cffd2dc1 entrance-0.9.0.20040501.tar.bz2 7876573 +MD5 b1d2a452028c3a09443d84968e24144c extraicons-1.tar.bz2 16770 -- cgit v1.2.3-65-gdbad