[SM-Commit] GIT changes to master grimoire by Puppet_Master (02185e9aad83bcc13eca1411896460102a58f4ec)

Puppet_Master scm at sourcemage.org
Mon Oct 4 16:40:17 EDT 2010


GIT changes to master grimoire by Puppet_Master <puppetmaster at sourcemage.org>:

 ChangeLog                     |    3 +
 e-17/entrance/BUILD           |   13 ------
 e-17/entrance/CONFIGURE       |    2 
 e-17/entrance/CONFLICTS       |    7 ---
 e-17/entrance/DEPENDS         |   10 ----
 e-17/entrance/DETAILS         |   23 ----------
 e-17/entrance/HISTORY         |   89 ------------------------------------------
 e-17/entrance/PREPARE         |    2 
 e-17/entrance/PRE_BUILD       |    3 -
 e-17/entrance/init.d/entrance |    8 ---
 10 files changed, 3 insertions(+), 157 deletions(-)

New commits:
commit 02185e9aad83bcc13eca1411896460102a58f4ec
Author: Philippe Caseiro <puppetmaster at sourcemage.org>
Commit: Puppet_Master <puppetmaster at sourcemage.org>

       e-17/entrance: Removing depreciated spell (removed from e SVN)

diff --git a/ChangeLog b/ChangeLog
index a1638e2..6ceb927 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-10-04 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
+	* e-17/entrance: removed deprecated spell
+
 2010-10-03 Andraž "ruskie" Levstik <ruskie+f03a580f at codemages.net>
 	* utils/findwild: new spell, a GUI find utility - very similar to what some
 	  IDEs have
diff --git a/e-17/entrance/BUILD b/e-17/entrance/BUILD
deleted file mode 100755
index 3b482a9..0000000
--- a/e-17/entrance/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# We can't do this with DEPENDS as we can only
-# enable one at a time
-#
-if  [  "$ENTRANCE_AUTH"  ==  "pam"  ];  then
-  OPTS="--with-auth-mode=pam  \
-        $OPTS"
-else
-  OPTS="--with-auth-mode=shadow  \
-        $OPTS"
-fi  &&
-
-default_build
diff --git a/e-17/entrance/CONFIGURE b/e-17/entrance/CONFIGURE
deleted file mode 100755
index b5e0e46..0000000
--- a/e-17/entrance/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query_list  ENTRANCE_AUTH  "Which authentication method to use by default?"  \
-                                  'shadow'  'pam'
diff --git a/e-17/entrance/CONFLICTS b/e-17/entrance/CONFLICTS
deleted file mode 100755
index fd681d1..0000000
--- a/e-17/entrance/CONFLICTS
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# With linux-pam-headers entrance tries to build pam support, but pam support
-# needs the full linux-pam anyways
-#
-if  [  "$ENTRANCE_PAM"  ==  "n"  ];  then
-  conflicts  linux-pam-headers
-fi
diff --git a/e-17/entrance/DEPENDS b/e-17/entrance/DEPENDS
deleted file mode 100755
index 579c63f..0000000
--- a/e-17/entrance/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-depends  edb     &&
-depends  edje    &&
-
-if  [  "$ENTRANCE_AUTH"  ==  "shadow"  ];  then
-  depends  shadow &&
-depends  subversion
-else
-  depends  linux-pam &&
-depends  subversion
-fi
diff --git a/e-17/entrance/DETAILS b/e-17/entrance/DETAILS
deleted file mode 100755
index 1debe3b..0000000
--- a/e-17/entrance/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
-           SPELL=entrance
-if  [  "$ENTRANCE_CVS_AUTOUPDATE"  ==  "y"  ];  then
-         VERSION=$(date +%Y%m%d)
-else
-         VERSION=svn
-fi
-          SOURCE=$SPELL-svn.tar.bz2
-  FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
-   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
-   SOURCE_IGNORE=volatile
-      LICENSE[0]=BSD
-        WEB_SITE=http://xcomputerman.com/pages/entrance.html
-         ENTERED=20040311
-         UPDATED=20050922
-        KEYWORDS="enlightenment"
-           SHORT="Login/display manager for Linux XFree86"
-cat << EOF
-Entrance is the next generation of Elogin, a login/display manager for
-Linux XFree86 systems. It is designed to be extremely customizable and
-aesthetically attractive -- a refreshing relief from the traditional
-dull and boring interfaces of XDM and its descendants.
-EOF
diff --git a/e-17/entrance/HISTORY b/e-17/entrance/HISTORY
deleted file mode 100644
index bd27c4b..0000000
--- a/e-17/entrance/HISTORY
+++ /dev/null
@@ -1,89 +0,0 @@
-2010-08-17 Ladislav Hagara <hgr at vabo.cz>
-	* DEPENDS: esmart removed
-
-2009-05-02 Andraž "ruskie" Levstik <ruskie+f03a580f at codemages.net>
-	* init.d/entrance: made it non-sh, bug #13702
-
-2008-09-19 Eric Sandall <sandalle at sourcemage.org>
-	* DETAILS: CVS -> SVN
-	  Remove unneeded modification of SPELL for SOURCE_URL
-	* DEPENDS: Depends on subversion
-	  Removed dependency on CVS
-
-2006-03-28 Ladislav Hagara <hgr at vabo.cz>
-	* DETAILS: new SOURCE_URL, CVS is no longer hosted on SF
-
-2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
-	* DETAILS: (automated) Add KEYWORDS
-
-2006-02-10 Eric Sandall <sandalle at sourcemage.org>
-	* DETAILS: Removed broken thinktux mirror
-
-2005-11-01 Eric Sandall <sandalle at sourcemage.org>
-	* DETAILS: Added CVS mirror (faster than SourceForge, but 30 minutes behind)
-	  SOURCE_URL now uses $SPELL
-	  Changed MD5[0]=IGNORE to SOURCE_IGNORE=volatile
-
-2005-10-29 Eric Sandall <sandalle at sourcemage.org>
-	* PREPARE: Re-worded auto-update query
-
-2005-09-21 Eric Sandall <sandalle at sourcemage.org>
-	* DETAILS: Updated to proper multi-version support
-	  See http://www.sourcemage.org/grimoire/spell_multi_version
-	  Removed BUILD_API=2, section-wide now
-	  Shortened SHORT
-	  Updated UPDATED to force new dependency information
-	* PREPARE: Updated to proper multi-version support
-	  See http://www.sourcemage.org/grimoire/spell_multi_version
-	* DEPENDS: Added missing dependency on CVS if needed
-	  Removed confusing optional depends based on our CONFIGURE questions
-	* PRE_BUILD: Use NOCONFIGURE=ON ./autogen.sh
-
-2005-09-03 Eric Sandall <sandalle at sourcemage.org>
-	* PRE_BUILD: Run ./autogen.sh here
-	  Removed patching with init.d.patch
-	* BUILD: Removed ./autogen.sh run
-	  Add a little explanation for the BUILD
-	* init.d.patch: Removed, no longer needed
-
-2005-07-03 Eric Sandall <sandalle at sourcemage.org>
-	* BUILD: Tell ./autogen.sh to not run its own configure
-	  Pass default authentication method to OPTS
-	* CONFIGURE: Query for PAM or shadow support as default authentication
-	* DEPENDS: Optionally depends on linux-pam and shadow for authentication
-	* CONFLICTS: Conflicts with linux-pam-headers if using shadow
-
-2005-05-09 Ladislav Hagara <hgr at vabo.cz>
-	* DEPENDS: added edb [Bug 8815]
-
-2005-02-23 Eric Sandall <sandalle at sourcemage.org>
-	* init.d.patch: Updated to latest CVS checkouts
-	* PRE_BUILD: Now applies with -p1
-
-2005-01-17 Ladislav Hagara <hgr at vabo.cz>
-	* DETAILS: VERSION=$(date +%Y%m%d), FORCE_DOWNLOAD=on
-	* var.patch: removed, daemon/Makefile.am is fixed in cvs
-
-2005-01-03 Eric Sandall <sandalle at sourcemage.org>
-	* init.d.patch: Updated to 2005-01-04 CVS checkout
-
-2004-09-09 Eric Sandall <sandalle at sourcemage.org>
-	* PRE_BUILD: Apply init.d.patch and var.patch
-	* init.d.patch: Don't install /etc/init.d/entrance
-	* var.patch: Don't `chmod 700 /var`
-
-2004-09-04 Eric Sandall <sandalle at sourcemage.org>
-	* DEPENDS: Added dependency on esmart
-
-2004-08-05 Ladislav Hagara <hgr at vabo.cz>
-	* init.d/entrance: PROGRAM=/usr/sbin/entraced
-	* DETAILS, BUILD: BUILD_API=2
-	* WIP: removed
-
-2004-07-16 Eric Sandall <sandalle at sourcemage.org>
-	* init.d/entrace: Added
-	* WIP: Still needs work
-
-2004-03-11 Ladislav Hagara <hgr at vabo.cz>
-	* DETAILS, DEPENDS, BUILD, HISTORY: created this spell
-
diff --git a/e-17/entrance/PREPARE b/e-17/entrance/PREPARE
deleted file mode 100755
index 53f5402..0000000
--- a/e-17/entrance/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query  ENTRANCE_CVS_AUTOUPDATE                            \
-              "Automatically update on every system update?"  n
diff --git a/e-17/entrance/PRE_BUILD b/e-17/entrance/PRE_BUILD
deleted file mode 100755
index 534a7d3..0000000
--- a/e-17/entrance/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build             &&
-cd  $SOURCE_DIRECTORY         &&
-NOCONFIGURE=ON  ./autogen.sh
diff --git a/e-17/entrance/init.d/entrance b/e-17/entrance/init.d/entrance
deleted file mode 100755
index 154cb66..0000000
--- a/e-17/entrance/init.d/entrance
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-#
-
-PROGRAM=/usr/sbin/entranced
-RUNLEVEL=5
-PROVIDES=display_manager
-
-.  /etc/init.d/smgl_init



More information about the SM-Commit mailing list