[SM-Commit] GIT changes to master grimoire by Arjan Bouter (ad477182048f0f6dd7c2c28d42740058aeb9bfca)

Arjan Bouter scm at sourcemage.org
Sun Dec 16 14:34:34 EST 2007


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 ChangeLog                        |    3 
 dev/null                         |binary
 windowmanagers/ion3/BUILD        |   20 -----
 windowmanagers/ion3/CONFIGURE    |    9 --
 windowmanagers/ion3/DEPENDS      |   14 ---
 windowmanagers/ion3/DETAILS      |   18 ----
 windowmanagers/ion3/HISTORY      |  142 ---------------------------------------
 windowmanagers/ion3/INSTALL      |    2 
 windowmanagers/ion3/ion3.desktop |    8 --
 windowmanagers/ion3/ion3.gpg     |    0 
 windowmanagers/ion3/startion3    |   22 ------
 11 files changed, 3 insertions(+), 235 deletions(-)

New commits:
commit ad477182048f0f6dd7c2c28d42740058aeb9bfca
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    ion3: moved spell to z-rejected/z-windowmanagers

diff --git a/ChangeLog b/ChangeLog
index 67a4f21..0170102 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-12-16 Arjan Bouter <abouter at sourcemage.org>
+	* windowmanagers/ion3: moved spell to z-rejected/z-windowmanagers
+
 2007-12-16 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* libs/libfcgi: new spell, fastcgi development kit
 	* libs/ruby-mmap: new spell, ruby mmap support
diff --git a/windowmanagers/ion3/BUILD b/windowmanagers/ion3/BUILD
deleted file mode 100755
index eec72fb..0000000
--- a/windowmanagers/ion3/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-cd  "$SOURCE_DIRECTORY/build/ac"  &&
-autoreconf                        &&
-
-OPTS="$ION3_XINERAMA $ION3_LOCALE $OPTS --build=${BUILD}"  &&
-
-if [[ $CROSS_INSTALL == on ]]
-then
-  OPTS="$OPTS --host=${HOST}"
-fi  &&
-
-./configure  --prefix=${INSTALL_ROOT}/usr              \
-             --sysconfdir=${INSTALL_ROOT}/etc          \
-             --localstatedir=${INSTALL_ROOT}/var       \
-             --mandir=${INSTALL_ROOT}/usr/share/man    \
-             --infodir=${INSTALL_ROOT}/usr/share/info  \
-             $OPTS                                     &&
-
-cd  "$SOURCE_DIRECTORY"  &&
-
-make
diff --git a/windowmanagers/ion3/CONFIGURE b/windowmanagers/ion3/CONFIGURE
deleted file mode 100755
index 59a032a..0000000
--- a/windowmanagers/ion3/CONFIGURE
+++ /dev/null
@@ -1,9 +0,0 @@
-config_query_option  ION3_XINERAMA                   \
-                     "Enable Xinerama support?"  y   \
-                     "--enable-xinerama"             \
-                     "--disable-xinerama"            &&
-
-config_query_option  ION3_LOCALE                   \
-                     "Enable locale support?"  y   \
-                     "--enable-locale"             \
-                     "--disable-locale"
diff --git a/windowmanagers/ion3/DEPENDS b/windowmanagers/ion3/DEPENDS
deleted file mode 100755
index 040d85f..0000000
--- a/windowmanagers/ion3/DEPENDS
+++ /dev/null
@@ -1,14 +0,0 @@
-depends  X11-LIBS  &&
-depends  autoconf  &&
-depends  libtool   &&
-depends  lua       &&
-
-.  "$GRIMOIRE/FUNCTIONS"
-
-if  check_if_xorg_modular_libs
-then
-  depends  libsm    &&
-  depends  libx11   &&
-  depends  libice   &&
-  depends  libxext
-fi
diff --git a/windowmanagers/ion3/DETAILS b/windowmanagers/ion3/DETAILS
deleted file mode 100755
index 8574c3a..0000000
--- a/windowmanagers/ion3/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-           SPELL=ion3
-         VERSION=3ds-20070203
-          SOURCE=ion-$VERSION.tar.gz
-         SOURCE2=$SOURCE.asc
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/ion-$VERSION"
-      SOURCE_URL=http://iki.fi/tuomov/dl/$SOURCE
-     SOURCE2_URL=$SOURCE_URL.asc
-      SOURCE_GPG=ion3.gpg:$SOURCE.asc:ESTABLISHED_UPSTREAM_KEY
-  SOURCE2_IGNORE=signature
-        WEB_SITE=http://modeemi.cs.tut.fi/~tuomov/ion/
-         ENTERED=20020127
-      PATCHLEVEL=1
-      LICENSE[0]=LGPL
-        KEYWORDS="windowmanagers"
-           SHORT="A tiling tabbed window manager."
-cat << EOF
-Ion is a tiling tabbed window manager designed with keyboard users in mind.
-EOF
diff --git a/windowmanagers/ion3/HISTORY b/windowmanagers/ion3/HISTORY
deleted file mode 100644
index 2f7e137..0000000
--- a/windowmanagers/ion3/HISTORY
+++ /dev/null
@@ -1,142 +0,0 @@
-2007-12-05 Arjan Bouter <abouter at sourcemage.org>
-	* DETAILS: this version was LGPL
-
-2007-02-15 Juuso Alasuutari <iuso at sourcemage.org>
-	* DETAILS: Changed WEB_SITE.
-
-2007-02-06 Juuso Alasuutari <iuso at sourcemage.org>
-	* ion3.desktop, ion3.gpg, startion3: Renamed to make install_wmfiles() work and for consistency.
-	* ion.desktop, ion.gpg, startion: Deleted.
-	* DETAILS: Added PATCHLEVEL=1.
-
-2007-02-05 Juuso Alasuutari <iuso at sourcemage.org>
-	* all: Renamed to ion3 (was ion).
-
-2007-02-04 Juuso Alasuutari <iuso at sourcemage.org>
-	* DETAILS: Updated to 20070203, updated descriptions.
-	* CONFIGURE: Added, query about xinerama and locale support.
-	* DEPENDS: Added xorg-modular dependencies.
-	* BUILD: Added xinerama and locale options to OPTS, changed
-	  cross-install option check to not break the chain.
-
-2006-11-02 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: updated to 20061029
-
-2006-10-21 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: updated to 20061020, ESTABLISHED_UPSTREAM_KEY
-	* BUILD: autoreconf and ./configure needed in build/ac/ dir
-
-2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
-	* DETAILS: [automated] Removed BUILD_API=2.
-
-2006-06-20 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: updated to 20060524
-
-2006-03-20 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: updated to 20060519
-
-2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
-	* DETAILS: (automated) Add KEYWORDS
-
-2006-03-06 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: updated to 20060305
-
-2006-01-10 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: updated to 20060107, removed sha512sum
-
-2005-11-13 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: updated to 20051029, added md5 and sha512
-
-2005-08-22 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: updated to 20050820, added gpg verification
-	* added ion.gpg, from pgp.mit.edu, verified through irc
-
-2005-07-29 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: version 20050728
-
-2005-06-27 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: version 20050625
-
-2005-06-10 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: version 20050607
-	* added BUILD: needs autoconf
-	* DEPENDS: depends autoconf
-
-2005-05-05 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: version 20050502
-
-2005-04-07 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: version 20050406
-
-2005-04-06 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: v 20050322
-
-2005-03-17 Arjan Bouter <abouter at sourcemage.org>
-	* INSTALL: edited to call install_wmfiles
-
-2005-03-01 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: version 3ds-20050227
-
-2005-01-05 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: updated to version 3ds-20050102
-
-2004-10-06 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: updated to version 3ds-20041005
-	* HISTORY: swapped spaces for tabs in my 2004-09-22 entry
-
-2004-09-22 Pieter Lenaerts <e-type at sourcemage.org>
-	* DETAILS: version 3ds-20040906, update SOURCE_URL
-	* removed BUILD, added default_install to INSTALL
-
-2004-08-08 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
-	* DETAILS: version update
-
-2004-07-21 Arjan Bouter <a_bouter at ezrs.com>
-	* INSTALL: added check for xsessions
-
-2004-07-16 Eric Sandall <sandalle at sourcemage.org>
-	* DETAILS: Updated to 2-20040601 (old version gone)
-	  BUILD_API=2
-	  Shortened SHORT
-	* BUILD: Converted to BUILD_API 2
-	  Explicitly set location of LUA_DIR
-	* startion,ion.desktop: Added desktop scripts for login managers
-	* INSTALL: Added
-	  Install desktop scripts
-
-2004-05-17 Eric Sandall <sandalle at sourcemage.org>
-	* DEPENDS: Added dependency on libtool and lua
-	  http://forums.sourcemage.org/viewtopic.php?p=3297
-	  Thanks to e-type
-
-2004-04-05 Arwed v. Merkatz <v.merkatz at gmx.net>
-	* DETAILS: changed WEB_SITE to http://modeemi.fi/~tuomov/ion/
-
-2003-10-10 hgg <hgreig at bigpond.net.au>
-	* DEPENDS: Change x11-libs to X11-LIBS
-
-2003-10-03 hgg <hgreig at bigpond.net.au>
-	* DEPENDS: Change requires x11-libs to depends x11-libs
-
-2003-09-16 hgg <hgreig at bigpond.net.au>
-	* DEPENDS: Add requires x11-libs
-
-2003-08-28 Arwed v. Merkatz <v.merkatz at gmx.net>
-	* DEPENDS: add DEPENDS file with dependency on xfree86
-
-2002-12-18Tom Garland <tgarland at email.com>
- * DETAILS: Fixed bug 1757, DETAILS formatting.
-
-2002-10-14 Laurent Wandrebeck <wandre.l at free.fr>
-	* DETAILS: Added SMGL Mirror URL.
-
-2002-08-21 Laurent Wandrebeck <wandre.l at free.fr>
-	* DETAILS: Updated MD5[0] to reflect Grimoire Gurus Handbook 2.3.
-	* HISTORY: Updated HISTORY file format for the same reason.
-
-2002-18-19 Laurent Wandrebeck <wandre.l at free.fr>
-	* DETAILS: Added and filled up MD5[0] and LICENSE[0].
-
-2002-08-19 Laurent Wandrebeck <wandre.l at free.fr>
-	* HISTORY: Added missing HISTORY file.
-
diff --git a/windowmanagers/ion3/INSTALL b/windowmanagers/ion3/INSTALL
deleted file mode 100755
index ea39e30..0000000
--- a/windowmanagers/ion3/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-default_install  &&
-install_wmfiles
diff --git a/windowmanagers/ion3/ion3.desktop b/windowmanagers/ion3/ion3.desktop
deleted file mode 100644
index ad6d69b..0000000
--- a/windowmanagers/ion3/ion3.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Ion
-Comment=This session logs you into Ion
-Exec=startion
-TryExec=startion
-Icon=
-Type=Application
diff --git a/windowmanagers/ion3/ion3.gpg b/windowmanagers/ion3/ion3.gpg
deleted file mode 100644
index b0b97e5..0000000
Binary files a/windowmanagers/ion3/ion3.gpg and /dev/null differ
diff --git a/windowmanagers/ion3/startion3 b/windowmanagers/ion3/startion3
deleted file mode 100644
index 75cc345..0000000
--- a/windowmanagers/ion3/startion3
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-#
-#  startion
-#
-#  Copyright (C) 2004 Eric Sandall <sandalle at sourcemage.org>
-#
-#  This program is free software; you can redistribute it and/or modify
-#  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-
-exec  ion3



More information about the SM-Commit mailing list