summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-06 04:31:59 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-06 04:31:59 +0000
commita559988315a41464d5348d373ef75dd1b1fdbbfa (patch)
treeee50624ab485e5b613c42ef60df9bd170f44b317
parentheader fix (diff)
downloadgentoo-2-a559988315a41464d5348d373ef75dd1b1fdbbfa.tar.gz
gentoo-2-a559988315a41464d5348d373ef75dd1b1fdbbfa.tar.bz2
gentoo-2-a559988315a41464d5348d373ef75dd1b1fdbbfa.zip
use entrance
-rw-r--r--x11-misc/elogin/ChangeLog16
-rw-r--r--x11-misc/elogin/Manifest6
-rw-r--r--x11-misc/elogin/elogin-0.0.2.20030220.ebuild59
-rw-r--r--x11-misc/elogin/files/digest-elogin-0.0.2.200302201
-rw-r--r--x11-misc/elogin/files/elogin-0.0.2.20030220-autofiles.patch142
-rw-r--r--x11-misc/elogin/files/gentoo-paths.patch21
-rw-r--r--x11-misc/elogin/files/gentoo-sessions.patch42
7 files changed, 0 insertions, 287 deletions
diff --git a/x11-misc/elogin/ChangeLog b/x11-misc/elogin/ChangeLog
deleted file mode 100644
index c24f95f643b2..000000000000
--- a/x11-misc/elogin/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for x11-misc/elogin
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/elogin/ChangeLog,v 1.3 2003/03/22 08:22:03 vladimir Exp $
-
-*elogin-0.0.2.20030220 (02 Mar 2003)
-
- 22 Mar 2003; Graham Forest <vladimir@gentoo.org>
- elogin-0.0.2.20030220.ebuild:
- set ~ppc in keywords
-
- 13 Mar 2003; Aron Griffis <agriffis@gentoo.org>
- elogin-0.0.2.20030220.ebuild:
- Add ~alpha to KEYWORDS
-
- 02 Mar 2003; Mike Frysinger <vapier@gentoo.org> :
- Initial import. Ebuild submitted by me.
diff --git a/x11-misc/elogin/Manifest b/x11-misc/elogin/Manifest
deleted file mode 100644
index dc15ac1a81d5..000000000000
--- a/x11-misc/elogin/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 67594eeaf000afc1f82294b73510ec8b ChangeLog 562
-MD5 859b267cac67ffc221940c4ec90e2523 elogin-0.0.2.20030220.ebuild 1638
-MD5 b9446dcfa34350da783bce4292e2bdee files/digest-elogin-0.0.2.20030220 75
-MD5 4faf01f0b618f374f7bf174ddd153008 files/elogin-0.0.2.20030220-autofiles.patch 4148
-MD5 b90aec533897e1753204e5af5154d93d files/gentoo-paths.patch 833
-MD5 9fefb382b74b2953808e726418f8f71f files/gentoo-sessions.patch 1856
diff --git a/x11-misc/elogin/elogin-0.0.2.20030220.ebuild b/x11-misc/elogin/elogin-0.0.2.20030220.ebuild
deleted file mode 100644
index 28b8cd478040..000000000000
--- a/x11-misc/elogin/elogin-0.0.2.20030220.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/elogin/elogin-0.0.2.20030220.ebuild,v 1.3 2003/03/22 08:22:03 vladimir Exp $
-
-inherit eutils
-
-DESCRIPTION="Enlightenment Login Thingie, a login/display manager for X"
-HOMEPAGE="http://www.enlightenment.org/pages/elogin.html"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://wh0rd.tk/gentoo/distfiles/${P}.tar.bz2"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~ppc"
-
-DEPEND="virtual/x11
- virtual/glibc
- sys-devel/gcc
- sys-libs/pam
- >=dev-db/edb-1.0.3.2003*
- >=media-libs/ebg-1.0.0.2003*
- >=x11-libs/evas-1.0.0.2003*
- >=x11-libs/ecore-0.0.2.2003*
- >=media-libs/estyle-0.0.1.2003*
- >=dev-libs/ewd-0.0.1.2003*"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
- # the stupid gettextize script prevents non-interactive mode, so we hax it
- cp `which gettextize` ${T} || die "could not copy gettextize"
- cp ${T}/gettextize ${T}/gettextize.old
- sed -e 's:read dummy < /dev/tty::' ${T}/gettextize.old > ${T}/gettextize
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/gentoo-paths.patch
- epatch ${FILESDIR}/${P}-autofiles.patch
- epatch ${FILESDIR}/gentoo-sessions.patch
-}
-
-src_compile() {
- env PATH="${T}:${PATH}" WANT_AUTOCONF_2_5=1 NOCONFIGURE=yes ./autogen.sh || die
- econf --with-pam-prefix=/etc/pam.d/ || die
-
- emake || die
-
- cd data/config
- ./build_config.sh || die "could not create default session list"
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- find ${D} -name CVS -type d -exec rm -rf '{}' \;
- rm -rf ${D}/usr/share/${PN}/data/{init,pam}.d
- dodoc AUTHORS README TODO
-}
diff --git a/x11-misc/elogin/files/digest-elogin-0.0.2.20030220 b/x11-misc/elogin/files/digest-elogin-0.0.2.20030220
deleted file mode 100644
index f9df9602a25b..000000000000
--- a/x11-misc/elogin/files/digest-elogin-0.0.2.20030220
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9c1085aaee0d9a9e290c5c669bf7738d elogin-0.0.2.20030220.tar.bz2 2684236
diff --git a/x11-misc/elogin/files/elogin-0.0.2.20030220-autofiles.patch b/x11-misc/elogin/files/elogin-0.0.2.20030220-autofiles.patch
deleted file mode 100644
index a927b7e37583..000000000000
--- a/x11-misc/elogin/files/elogin-0.0.2.20030220-autofiles.patch
+++ /dev/null
@@ -1,142 +0,0 @@
-diff -urN elogin/Makefile.am elogin.new/Makefile.am
---- elogin/Makefile.am 2002-05-06 13:59:28.000000000 -0400
-+++ elogin.new/Makefile.am 2003-03-01 01:11:05.000000000 -0500
-@@ -13,8 +13,11 @@
- @$(NORMAL_INSTALL)
- if test -d $(srcdir)/data; then \
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
-- (cd $(srcdir); tar -cf - data) | (cd $(DESTDIR)$(pkgdatadir); tar -xf -) \
-+ (cd $(srcdir); tar -cf - data) | (cd $(DESTDIR)$(pkgdatadir); tar -xf -); \
-+ (cd $(srcdir)/config; tar -cf - init.d) | (cd $(DESTDIR)$(pkgdatadir); tar -xf -) \
- fi
-+ $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX); \
-+ (cd $(srcdir)/config/pam.d; tar -cf - elogin) | (cd $(DESTDIR)$(PAM_PREFIX); tar -xf -)
-
- dist-hook:
- if test -d data; then \
-diff -urN elogin/config/elogin elogin.new/config/elogin
---- elogin/config/elogin 2001-12-18 12:54:56.000000000 -0500
-+++ elogin.new/config/elogin 1969-12-31 19:00:00.000000000 -0500
-@@ -1,7 +0,0 @@
--#%PAM-1.0
--auth required pam_nologin.so
--auth required pam_env.so
--auth required pam_unix_auth.so
--account required pam_unix_acct.so
--password required pam_unix_passwd.so shadow
--session required pam_unix_session.so
-diff -urN elogin/config/init.d/elogin.in elogin.new/config/init.d/elogin.in
---- elogin/config/init.d/elogin.in 1969-12-31 19:00:00.000000000 -0500
-+++ elogin.new/config/init.d/elogin.in 2003-03-01 01:11:05.000000000 -0500
-@@ -0,0 +1,37 @@
-+#!/bin/sh
-+#
-+# Originally based on: gdm /etc/init.d script on debian
-+#
-+# THIS DOESN'T WORK YET atmos - May 6, 2002
-+# THIS DOES WORK ! atmos - May 27, 2002
-+
-+set -e
-+
-+# HEED_DEFAULT_DISPLAY_MANAGER to "false."
-+DAEMON=@prefix@/sbin/elogind
-+PIDFILE=/var/run/elogind.pid
-+
-+test -x $DAEMON || exit 0
-+
-+case "$1" in
-+ start)
-+ echo -n "Starting Elogind: elogin"
-+ $DAEMON
-+ echo "."
-+ ;;
-+ stop)
-+ echo -n "Stopping Elogind: elogin"
-+ kill -9 `cat $PIDFILE`
-+ echo "."
-+ ;;
-+ restart)
-+ $0 stop
-+ $0 start
-+ ;;
-+ *)
-+ echo "Usage: $0 {start|stop|restart}"
-+ exit 1
-+ ;;
-+esac
-+
-+exit 0
-diff -urN elogin/config/pam.d/elogin elogin.new/config/pam.d/elogin
---- elogin/config/pam.d/elogin 1969-12-31 19:00:00.000000000 -0500
-+++ elogin.new/config/pam.d/elogin 2003-03-01 01:11:05.000000000 -0500
-@@ -0,0 +1,7 @@
-+#%PAM-1.0
-+auth required pam_nologin.so
-+auth required pam_env.so
-+auth required pam_unix_auth.so
-+account required pam_unix_acct.so
-+password required pam_unix_passwd.so shadow
-+session required pam_unix_session.so
-diff -urN elogin/configure.in elogin.new/configure.in
---- elogin/configure.in 2003-01-21 13:27:26.000000000 -0500
-+++ elogin.new/configure.in 2003-03-01 01:11:05.000000000 -0500
-@@ -139,6 +139,6 @@
- src/client/Makefile
- src/daemon/Makefile
- src/daemon/elogin_wrapper
--data/init.d/elogin
-+config/init.d/elogin
- ])
-
-diff -urN elogin/data/init.d/elogin.in elogin.new/data/init.d/elogin.in
---- elogin/data/init.d/elogin.in 2003-01-21 13:19:09.000000000 -0500
-+++ elogin.new/data/init.d/elogin.in 1969-12-31 19:00:00.000000000 -0500
-@@ -1,37 +0,0 @@
--#!/bin/sh
--#
--# Originally based on: gdm /etc/init.d script on debian
--#
--# THIS DOESN'T WORK YET atmos - May 6, 2002
--# THIS DOES WORK ! atmos - May 27, 2002
--
--set -e
--
--# HEED_DEFAULT_DISPLAY_MANAGER to "false."
--DAEMON=@prefix@/sbin/elogind
--PIDFILE=/var/run/elogind.pid
--
--test -x $DAEMON || exit 0
--
--case "$1" in
-- start)
-- echo -n "Starting Elogind: elogin"
-- $DAEMON
-- echo "."
-- ;;
-- stop)
-- echo -n "Stopping Elogind: elogin"
-- kill -9 `cat $PIDFILE`
-- echo "."
-- ;;
-- restart)
-- $0 stop
-- $0 start
-- ;;
-- *)
-- echo "Usage: $0 {start|stop|restart}"
-- exit 1
-- ;;
--esac
--
--exit 0
-diff -urN elogin/data/pam.d/elogin elogin.new/data/pam.d/elogin
---- elogin/data/pam.d/elogin 2002-05-06 13:56:07.000000000 -0400
-+++ elogin.new/data/pam.d/elogin 1969-12-31 19:00:00.000000000 -0500
-@@ -1,7 +0,0 @@
--#%PAM-1.0
--auth required pam_nologin.so
--auth required pam_env.so
--auth required pam_unix_auth.so
--account required pam_unix_acct.so
--password required pam_unix_passwd.so shadow
--session required pam_unix_session.so
diff --git a/x11-misc/elogin/files/gentoo-paths.patch b/x11-misc/elogin/files/gentoo-paths.patch
deleted file mode 100644
index af2af92d5255..000000000000
--- a/x11-misc/elogin/files/gentoo-paths.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/client/callbacks.c.old 2003-02-22 00:24:10.000000000 -0500
-+++ src/client/callbacks.c 2003-02-22 00:25:54.000000000 -0500
-@@ -70,15 +70,15 @@
- {
- /* Handle the failsafe session */
- if (!strcmp(e->xsession->path, "failsafe"))
-- snprintf(buf, PATH_MAX, "/etc/X11/Xsession failsafe");
-+ snprintf(buf, PATH_MAX, "/etc/X11/Sessions/Xsession failsafe");
- else
- snprintf(buf, PATH_MAX, "%s", e->xsession->path);
- }
- else
-- snprintf(buf, PATH_MAX, "/etc/X11/Xsession %s", e->xsession->name);
-+ snprintf(buf, PATH_MAX, "/etc/X11/Sessions/%s", e->xsession->name);
- }
- else
-- snprintf(buf, PATH_MAX, "/etc/X11/Xsession");
-+ snprintf(buf, PATH_MAX, "/etc/X11/Sessions/Xsession");
- /* Default Session */
-
- #ifdef X_TESTING
diff --git a/x11-misc/elogin/files/gentoo-sessions.patch b/x11-misc/elogin/files/gentoo-sessions.patch
deleted file mode 100644
index 70c3fe6249cd..000000000000
--- a/x11-misc/elogin/files/gentoo-sessions.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- data/config/build_config.sh.orig 2003-01-21 13:28:48.000000000 -0500
-+++ data/config/build_config.sh 2003-03-01 00:28:53.000000000 -0500
-@@ -1,4 +1,4 @@
--#!/bin/sh -e
-+#!/bin/bash
- DB="./elogin_config.db"
- rm $DB
- edb_ed $DB add /elogin/welcome/mess str "Enter Your Username"
-@@ -38,22 +38,14 @@
- edb_ed $DB add /elogin/xinerama/screens/h int 1
- edb_ed $DB add /elogin/xinerama/on/w int 1
- edb_ed $DB add /elogin/xinerama/on/h int 1
--edb_ed $DB add /elogin/session/0/name str "E17"
--edb_ed $DB add /elogin/session/0/path str "/usr/local/e17/bin/enlightenment"
--edb_ed $DB add /elogin/session/1/name str "Enlightenment"
--edb_ed $DB add /elogin/session/1/path str "/usr/bin/enlightenment"
--edb_ed $DB add /elogin/session/2/name str "KDE"
--edb_ed $DB add /elogin/session/2/path str ""
--edb_ed $DB add /elogin/session/3/name str "GNOME"
--edb_ed $DB add /elogin/session/3/path str ""
--edb_ed $DB add /elogin/session/4/name str "Blackbox"
--edb_ed $DB add /elogin/session/4/path str ""
--edb_ed $DB add /elogin/session/5/name str "Sawfish"
--edb_ed $DB add /elogin/session/5/path str ""
--edb_ed $DB add /elogin/session/6/name str "XFce"
--edb_ed $DB add /elogin/session/6/path str ""
--edb_ed $DB add /elogin/session/7/name str "Failsafe"
--edb_ed $DB add /elogin/session/7/path str "failsafe"
--edb_ed $DB add /elogin/session/8/name str "Default"
--edb_ed $DB add /elogin/session/8/path str "~/.xinitrc"
--edb_ed $DB add /elogin/session/count int 9
-+
-+count=-1
-+for ses in /etc/X11/Sessions/* ; do
-+ let "count++"
-+ edb_ed $DB add /elogin/session/${count}/name str "`basename ${ses}`"
-+ edb_ed $DB add /elogin/session/${count}/path str "${ses}"
-+done
-+let "count++"
-+edb_ed $DB add /elogin/session/${count}/name str "Failsafe"
-+edb_ed $DB add /elogin/session/${count}/path str "/etc/X11/Sessions/Xsession failsafe"
-+edb_ed $DB add /elogin/session/count int ${count}