[Lunar-commits] <moonbase> ion: remove it from the moonbase.
Florin Braescu
florin at lunar-linux.org
Tue Apr 28 20:45:30 CEST 2009
commit 4fdd3b404d0c5157a810a1e2caed47a79f2fdd67
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Apr 28 21:45:30 2009 +0300
ion: remove it from the moonbase.
---
x11-wm/blackbox/BUILD | 8 ++++----
x11-wm/blackbox/DETAILS | 4 ++--
x11-wm/ion/BUILD | 9 ---------
x11-wm/ion/DETAILS | 12 ------------
x11-wm/ion/Ion | 2 --
x11-wm/ion/POST_INSTALL | 1 -
6 files changed, 6 insertions(+), 30 deletions(-)
diff --git a/x11-wm/blackbox/BUILD b/x11-wm/blackbox/BUILD
index 42008b9..f6cba32 100644
--- a/x11-wm/blackbox/BUILD
+++ b/x11-wm/blackbox/BUILD
@@ -1,9 +1,9 @@
(
- ./configure --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --disable-nls \
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-nls \
$OPTS &&
default_make
diff --git a/x11-wm/blackbox/DETAILS b/x11-wm/blackbox/DETAILS
index 7b9dcb5..0732214 100644
--- a/x11-wm/blackbox/DETAILS
+++ b/x11-wm/blackbox/DETAILS
@@ -1,12 +1,12 @@
MODULE=blackbox
VERSION=0.70.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/blackboxwm/
+ SOURCE_URL=$SFORGE_URL/blackboxwm
SOURCE_VFY=sha1:f0ab7e4b44ae6ee4c2a2136651afc567c47fe2cd
WEB_SITE=http://blackbox.alug.org
ENTERED=20010922
UPDATED=20051107
- SHORT="X11 windows manager."
+ SHORT="X11 windows manager"
cat << EOF
Blackbox is yet another addition to the list of window managers for X.
diff --git a/x11-wm/ion/BUILD b/x11-wm/ion/BUILD
deleted file mode 100644
index c91bbf0..0000000
--- a/x11-wm/ion/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
- sedit 's/-pedantic-errors//g' system.mk
- make PREFIX=/usr ETCDIR=/etc depend &&
- make PREFIX=/usr ETCDIR=/etc &&
- prepare_install &&
- make PREFIX=/usr ETCDIR=/etc install
-
-) > $C_FIFO 2>&1
diff --git a/x11-wm/ion/DETAILS b/x11-wm/ion/DETAILS
deleted file mode 100644
index a16b677..0000000
--- a/x11-wm/ion/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
- MODULE=ion
- VERSION=20020207
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://iki.fi/tuomov/dl/archives/
- WEB_SITE=http://modeemi.cs.tut.fi/~tuomov/ion/
- ENTERED=20020127
- UPDATED=20020303
- SHORT="keyboard-friendly tiling window manager"
-cat << EOF
-Ion, based on PWM, is a keyboard-friendly window manager with a very
-text-editorish interface and no overlapping windows.
-EOF
diff --git a/x11-wm/ion/Ion b/x11-wm/ion/Ion
deleted file mode 100755
index b295865..0000000
--- a/x11-wm/ion/Ion
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-ion
diff --git a/x11-wm/ion/POST_INSTALL b/x11-wm/ion/POST_INSTALL
deleted file mode 100644
index 23d5602..0000000
--- a/x11-wm/ion/POST_INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-if module_installed gdm2; then cp $SCRIPT_DIRECTORY/Ion /etc/X11/gdm/Sessions/ ; fi
More information about the Lunar-commits
mailing list