[Lunar-commits] psi: Moving it back to chat section

Stefan Wold ratler at lunar-linux.org
Wed Jan 9 10:02:37 CET 2008


commit 37c702c30cf41984fa52b7822d57d57250e74da7
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Wed Jan 9 10:02:37 2008 +0100

    psi: Moving it back to chat section
    
    Please don't move applications just because it's based on a certain
    widget library, that just doesn't make sense. psi is a chat application
    and should be kept in that section.
---
 chat/psi/BUILD       |   11 +++++++++++
 chat/psi/DEPENDS     |    3 +++
 chat/psi/DETAILS     |   16 ++++++++++++++++
 qt4-apps/psi/BUILD   |   11 -----------
 qt4-apps/psi/DEPENDS |    3 ---
 qt4-apps/psi/DETAILS |   16 ----------------
 6 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/chat/psi/BUILD b/chat/psi/BUILD
new file mode 100644
index 0000000..da37ec7
--- /dev/null
+++ b/chat/psi/BUILD
@@ -0,0 +1,11 @@
+(
+    . /etc/profile.d/qt4.rc
+    # Stupid which which function
+    sedit "s/^WHICH=.*/WHICH=which/" configure &&
+
+    ./configure --prefix=/usr  \
+                --datadir=/usr/share \
+                $OPTS  &&
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/chat/psi/DEPENDS b/chat/psi/DEPENDS
new file mode 100644
index 0000000..f018b01
--- /dev/null
+++ b/chat/psi/DEPENDS
@@ -0,0 +1,3 @@
+depends qt4
+depends qca2
+depends zlib
diff --git a/chat/psi/DETAILS b/chat/psi/DETAILS
new file mode 100644
index 0000000..eedc056
--- /dev/null
+++ b/chat/psi/DETAILS
@@ -0,0 +1,16 @@
+       MODULE=psi
+      VERSION=0.11
+       SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL=$SFORGE_URL/$MODULE/
+   SOURCE_VFY=sha1:834fac4b51d92e2502cb08d01d40f05ffcdce4a2
+     WEB_SITE=http://psi-im.org/
+   MAINTAINER="ratler at lunar-linux.org"
+      ENTERED=20040212
+      UPDATED=20071118
+        SHORT="Psi - an awesome client for the Jabber network."
+cat << EOF
+Psi is the premiere Instant Messaging application designed for Microsoft
+Windows, Apple Mac OS X and GNU/Linux. Built upon an open protocol named
+Jabber, Psi is a fast and lightweight messaging client that utilises the
+best in open source technologies.
+EOF
diff --git a/qt4-apps/psi/BUILD b/qt4-apps/psi/BUILD
deleted file mode 100644
index da37ec7..0000000
--- a/qt4-apps/psi/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-(
-    . /etc/profile.d/qt4.rc
-    # Stupid which which function
-    sedit "s/^WHICH=.*/WHICH=which/" configure &&
-
-    ./configure --prefix=/usr  \
-                --datadir=/usr/share \
-                $OPTS  &&
-    default_make
-
-) > $C_FIFO 2>&1
diff --git a/qt4-apps/psi/DEPENDS b/qt4-apps/psi/DEPENDS
deleted file mode 100644
index f018b01..0000000
--- a/qt4-apps/psi/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends qt4
-depends qca2
-depends zlib
diff --git a/qt4-apps/psi/DETAILS b/qt4-apps/psi/DETAILS
deleted file mode 100644
index eedc056..0000000
--- a/qt4-apps/psi/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-       MODULE=psi
-      VERSION=0.11
-       SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL=$SFORGE_URL/$MODULE/
-   SOURCE_VFY=sha1:834fac4b51d92e2502cb08d01d40f05ffcdce4a2
-     WEB_SITE=http://psi-im.org/
-   MAINTAINER="ratler at lunar-linux.org"
-      ENTERED=20040212
-      UPDATED=20071118
-        SHORT="Psi - an awesome client for the Jabber network."
-cat << EOF
-Psi is the premiere Instant Messaging application designed for Microsoft
-Windows, Apple Mac OS X and GNU/Linux. Built upon an open protocol named
-Jabber, Psi is a fast and lightweight messaging client that utilises the
-best in open source technologies.
-EOF


More information about the Lunar-commits mailing list