[Lunar-commits] <moonbase> ion-3: moved to zdeprecated
Duncan Gibson
engelsman at lunar-linux.org
Sat Jul 24 14:19:33 CEST 2010
commit 572864a50f8d6fe684ac6bb967309841c744e2b7
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sat Jul 24 14:19:33 2010 +0200
ion-3: moved to zdeprecated
Thanks to ENKI-][ for pointing out that ion-3 is dead.
See also: http://en.wikipedia.org/wiki/Ion_%28window_manager%29
---
x11-wm/ion-3/BUILD | 6 ------
x11-wm/ion-3/DEPENDS | 2 --
x11-wm/ion-3/DETAILS | 32 --------------------------------
zdeprecated/ion-3/BUILD | 6 ++++++
zdeprecated/ion-3/DEPENDS | 2 ++
zdeprecated/ion-3/DETAILS | 32 ++++++++++++++++++++++++++++++++
6 files changed, 40 insertions(+), 40 deletions(-)
diff --git a/x11-wm/ion-3/BUILD b/x11-wm/ion-3/BUILD
deleted file mode 100644
index a536415..0000000
--- a/x11-wm/ion-3/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- sedit 's:/usr/local:/usr:' system.mk
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/x11-wm/ion-3/DEPENDS b/x11-wm/ion-3/DEPENDS
deleted file mode 100644
index baf8648..0000000
--- a/x11-wm/ion-3/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends gettext
-depends lua
diff --git a/x11-wm/ion-3/DETAILS b/x11-wm/ion-3/DETAILS
deleted file mode 100644
index 2fecb76..0000000
--- a/x11-wm/ion-3/DETAILS
+++ /dev/null
@@ -1,32 +0,0 @@
- MODULE=ion-3
- VERSION=20090110
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://iki.fi/tuomov/dl
- SOURCE_VFY=sha1:01d1574060520abcb16f511fac25e4b9f20137e7
- WEB_SITE=http://modeemi.fi/~tuomov/ion
- ENTERED=20090428
- UPDATED=20090428
- SHORT="A tiling tabbed window manager for keyboard users"
-
-cat << EOF
-Ion was written as an experiment on a different kind of window
-management model. It tries to address the navigation problem
-by dividing the screen into mutually non-overlapping frames that
-take up the whole screen. Big displays have so much space that this
-should be convenient and smaller displays couldn't show more than one
-window at a time anyway. The frame layout is, of course, dynamic and
-different on each workspace. Given the organised tree based instead
-of an unorganised coordinate-based frame layout, moving between the
-frames can be conveniently done from the keyboard. As in PWM, the
-frames may have multiple clients attached, each indicated with a tab.
-
-While this model makes using well-designed and well-behaving programs a
-joy, some applications, obviously, don't work well in this model. These
-are in particular those applications that do not conform to the ICCCM
-(Inter-Client Communications Conventions Manual; the standard on how
-WM:s and applications should communicate) and expect a particular
-window management model. Badly-designed applications with multiple
-top-level windows that affect a single document are also not
-particularly well suited to the Ion model and should be fixed,
-although can be occasionally kludged to be compatible.
-EOF
diff --git a/zdeprecated/ion-3/BUILD b/zdeprecated/ion-3/BUILD
new file mode 100644
index 0000000..a536415
--- /dev/null
+++ b/zdeprecated/ion-3/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sedit 's:/usr/local:/usr:' system.mk
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/ion-3/DEPENDS b/zdeprecated/ion-3/DEPENDS
new file mode 100644
index 0000000..baf8648
--- /dev/null
+++ b/zdeprecated/ion-3/DEPENDS
@@ -0,0 +1,2 @@
+depends gettext
+depends lua
diff --git a/zdeprecated/ion-3/DETAILS b/zdeprecated/ion-3/DETAILS
new file mode 100644
index 0000000..2fecb76
--- /dev/null
+++ b/zdeprecated/ion-3/DETAILS
@@ -0,0 +1,32 @@
+ MODULE=ion-3
+ VERSION=20090110
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://iki.fi/tuomov/dl
+ SOURCE_VFY=sha1:01d1574060520abcb16f511fac25e4b9f20137e7
+ WEB_SITE=http://modeemi.fi/~tuomov/ion
+ ENTERED=20090428
+ UPDATED=20090428
+ SHORT="A tiling tabbed window manager for keyboard users"
+
+cat << EOF
+Ion was written as an experiment on a different kind of window
+management model. It tries to address the navigation problem
+by dividing the screen into mutually non-overlapping frames that
+take up the whole screen. Big displays have so much space that this
+should be convenient and smaller displays couldn't show more than one
+window at a time anyway. The frame layout is, of course, dynamic and
+different on each workspace. Given the organised tree based instead
+of an unorganised coordinate-based frame layout, moving between the
+frames can be conveniently done from the keyboard. As in PWM, the
+frames may have multiple clients attached, each indicated with a tab.
+
+While this model makes using well-designed and well-behaving programs a
+joy, some applications, obviously, don't work well in this model. These
+are in particular those applications that do not conform to the ICCCM
+(Inter-Client Communications Conventions Manual; the standard on how
+WM:s and applications should communicate) and expect a particular
+window management model. Badly-designed applications with multiple
+top-level windows that affect a single document are also not
+particularly well suited to the Ion model and should be fixed,
+although can be occasionally kludged to be compatible.
+EOF
More information about the Lunar-commits
mailing list