[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (b37a55af6cd44798bc1d5b5d20f7ac73aadcf545)

Juuso Alasuutari scm at mail.sourcemage.org
Mon Feb 5 14:15:31 EST 2007


GIT changes to master grimoire by Juuso Alasuutari <iuso at sourcemage.org>:

 ChangeLog                       |    4 +
 dev/null                        |binary
 windowmanagers/ion/BUILD        |   21 ------
 windowmanagers/ion/CONFIGURE    |    9 --
 windowmanagers/ion/CONFLICTS    |    1 
 windowmanagers/ion/DEPENDS      |   15 ----
 windowmanagers/ion/DETAILS      |   15 ++--
 windowmanagers/ion/HISTORY      |    3 
 windowmanagers/ion/INSTALL      |    3 
 windowmanagers/ion/PRE_BUILD    |    1 
 windowmanagers/ion/TRIGGERS     |    1 
 windowmanagers/ion/ion.desktop  |    8 --
 windowmanagers/ion/ion.gpg      |    0 
 windowmanagers/ion/startion     |   22 ------
 windowmanagers/ion3/BUILD       |   20 ++++++
 windowmanagers/ion3/CONFIGURE   |    9 ++
 windowmanagers/ion3/DEPENDS     |   14 ++++
 windowmanagers/ion3/DETAILS     |   17 +++++
 windowmanagers/ion3/HISTORY     |  131 ++++++++++++++++++++++++++++++++++++++++
 windowmanagers/ion3/INSTALL     |    2 
 windowmanagers/ion3/ion.desktop |    8 ++
 windowmanagers/ion3/ion.gpg     |binary
 windowmanagers/ion3/startion    |   22 ++++++
 23 files changed, 244 insertions(+), 82 deletions(-)

New commits:
commit b37a55af6cd44798bc1d5b5d20f7ac73aadcf545
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    ion3: Added, renamed from ion. I didn't export the old variables from ion because I added them myself yesterday, and I seriously doubt that they are used by anyone but me since then.

commit 6d4f54e83fcfe647e1c3e7b960154679469f5b33
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    ion: Deprecated, renamed to ion3

diff --git a/ChangeLog b/ChangeLog
index fc68778..563ad3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-05 Juuso Alasuutari <iuso at sourcemage.org>
+	* windowmanagers/ion: Deprecated (renamed to ion3).
+	* windowmanagers/ion3: Added, was ion.
+
 2007-02-05 Ladislav Hagara <hgr at vabo.cz>
 	* crypto/xca: new spell, a graphical certification authority
 	* e/efreet: new spell, an implementation of the freedesktop icon and menu specs
diff --git a/windowmanagers/ion/BUILD b/windowmanagers/ion/BUILD
index b46c03e..27ba77d 100755
--- a/windowmanagers/ion/BUILD
+++ b/windowmanagers/ion/BUILD
@@ -1,20 +1 @@
-cd  "$SOURCE_DIRECTORY/build/ac"  &&
-autoreconf                        &&
-
-OPTS="$ION_XINERAMA $ION_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
+true
diff --git a/windowmanagers/ion/CONFIGURE b/windowmanagers/ion/CONFIGURE
deleted file mode 100755
index 904e78b..0000000
--- a/windowmanagers/ion/CONFIGURE
+++ /dev/null
@@ -1,9 +0,0 @@
-config_query_option  ION_XINERAMA                   \
-                     "Enable Xinerama support?"  y  \
-                     "--enable-xinerama"            \
-                     "--disable-xinerama"           &&
-
-config_query_option  ION_LOCALE                   \
-                     "Enable locale support?"  y  \
-                     "--enable-locale"            \
-                     "--disable-locale"
diff --git a/windowmanagers/ion/CONFLICTS b/windowmanagers/ion/CONFLICTS
new file mode 100644
index 0000000..91faa07
--- /dev/null
+++ b/windowmanagers/ion/CONFLICTS
@@ -0,0 +1 @@
+conflicts  ion  y
diff --git a/windowmanagers/ion/DEPENDS b/windowmanagers/ion/DEPENDS
index 040d85f..9e1ba9b 100755
--- a/windowmanagers/ion/DEPENDS
+++ b/windowmanagers/ion/DEPENDS
@@ -1,14 +1 @@
-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
+depends  ion3
diff --git a/windowmanagers/ion/DETAILS b/windowmanagers/ion/DETAILS
index 60d82ea..ebd08d3 100755
--- a/windowmanagers/ion/DETAILS
+++ b/windowmanagers/ion/DETAILS
@@ -1,14 +1,15 @@
            SPELL=ion
          VERSION=3ds-20070203
-          SOURCE=$SPELL-$VERSION.tar.gz
-         SOURCE2=${SOURCE}.asc
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-      SOURCE_URL=http://iki.fi/tuomov/dl/$SOURCE
-     SOURCE2_URL=${SOURCE_URL}.asc
-      SOURCE_GPG=ion.gpg:${SOURCE}.asc:ESTABLISHED_UPSTREAM_KEY
-  SOURCE2_IGNORE=signature
+#          SOURCE=$SPELL-$VERSION.tar.gz
+#         SOURCE2=${SOURCE}.asc
+#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+#      SOURCE_URL=http://iki.fi/tuomov/dl/$SOURCE
+#     SOURCE2_URL=${SOURCE_URL}.asc
+#      SOURCE_GPG=ion.gpg:${SOURCE}.asc:ESTABLISHED_UPSTREAM_KEY
+#  SOURCE2_IGNORE=signature
         WEB_SITE=http://iki.fi/tuomov/ion/
          ENTERED=20020127
+      PATCHLEVEL=1
       LICENSE[0]=ART
         KEYWORDS="windowmanagers"
            SHORT="A tiling tabbed window manager."
diff --git a/windowmanagers/ion/HISTORY b/windowmanagers/ion/HISTORY
index c2209c2..7a7e203 100644
--- a/windowmanagers/ion/HISTORY
+++ b/windowmanagers/ion/HISTORY
@@ -1,3 +1,6 @@
+2007-02-05 Juuso Alasuutari <iuso at sourcemage.org>
+	* all: Deprecated (renamed to ion3).
+
 2007-02-04 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: Updated to 20070203, updated descriptions.
 	* CONFIGURE: Added, query about xinerama and locale support.
diff --git a/windowmanagers/ion/INSTALL b/windowmanagers/ion/INSTALL
index ea39e30..27ba77d 100755
--- a/windowmanagers/ion/INSTALL
+++ b/windowmanagers/ion/INSTALL
@@ -1,2 +1 @@
-default_install  &&
-install_wmfiles
+true
diff --git a/windowmanagers/ion/PRE_BUILD b/windowmanagers/ion/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/windowmanagers/ion/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/windowmanagers/ion/TRIGGERS b/windowmanagers/ion/TRIGGERS
new file mode 100755
index 0000000..f406a35
--- /dev/null
+++ b/windowmanagers/ion/TRIGGERS
@@ -0,0 +1 @@
+on_cast  ion  dispel_self
diff --git a/windowmanagers/ion/ion.desktop b/windowmanagers/ion/ion.desktop
deleted file mode 100644
index ad6d69b..0000000
--- a/windowmanagers/ion/ion.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/ion/ion.gpg b/windowmanagers/ion/ion.gpg
deleted file mode 100644
index b0b97e5..0000000
Binary files a/windowmanagers/ion/ion.gpg and /dev/null differ
diff --git a/windowmanagers/ion/startion b/windowmanagers/ion/startion
deleted file mode 100644
index 1f347cc..0000000
--- a/windowmanagers/ion/startion
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-#
-#  startion
-#
-#  Copyright (C) 2004 Eric Sandall <eric at sandall.us>
-#
-#  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
diff --git a/windowmanagers/ion3/BUILD b/windowmanagers/ion3/BUILD
new file mode 100755
index 0000000..eec72fb
--- /dev/null
+++ b/windowmanagers/ion3/BUILD
@@ -0,0 +1,20 @@
+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
new file mode 100755
index 0000000..59a032a
--- /dev/null
+++ b/windowmanagers/ion3/CONFIGURE
@@ -0,0 +1,9 @@
+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
new file mode 100755
index 0000000..040d85f
--- /dev/null
+++ b/windowmanagers/ion3/DEPENDS
@@ -0,0 +1,14 @@
+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
new file mode 100755
index 0000000..60d82ea
--- /dev/null
+++ b/windowmanagers/ion3/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=ion
+         VERSION=3ds-20070203
+          SOURCE=$SPELL-$VERSION.tar.gz
+         SOURCE2=${SOURCE}.asc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+      SOURCE_URL=http://iki.fi/tuomov/dl/$SOURCE
+     SOURCE2_URL=${SOURCE_URL}.asc
+      SOURCE_GPG=ion.gpg:${SOURCE}.asc:ESTABLISHED_UPSTREAM_KEY
+  SOURCE2_IGNORE=signature
+        WEB_SITE=http://iki.fi/tuomov/ion/
+         ENTERED=20020127
+      LICENSE[0]=ART
+        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
new file mode 100644
index 0000000..6478ee8
--- /dev/null
+++ b/windowmanagers/ion3/HISTORY
@@ -0,0 +1,131 @@
+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 <eric at sandall.us>
+	* 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 <eric at sandall.us>
+	* 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
new file mode 100755
index 0000000..ea39e30
--- /dev/null
+++ b/windowmanagers/ion3/INSTALL
@@ -0,0 +1,2 @@
+default_install  &&
+install_wmfiles
diff --git a/windowmanagers/ion3/ion.desktop b/windowmanagers/ion3/ion.desktop
new file mode 100644
index 0000000..ad6d69b
--- /dev/null
+++ b/windowmanagers/ion3/ion.desktop
@@ -0,0 +1,8 @@
+[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/ion.gpg b/windowmanagers/ion3/ion.gpg
new file mode 100644
index 0000000..b0b97e5
Binary files /dev/null and b/windowmanagers/ion3/ion.gpg differ
diff --git a/windowmanagers/ion3/startion b/windowmanagers/ion3/startion
new file mode 100644
index 0000000..1f347cc
--- /dev/null
+++ b/windowmanagers/ion3/startion
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+#  startion
+#
+#  Copyright (C) 2004 Eric Sandall <eric at sandall.us>
+#
+#  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