diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2005-08-28 16:13:36 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2005-08-28 16:13:36 +0000 |
commit | 5c2f65e0aa5ab14dc5fa78770f2acdc8b5197349 (patch) | |
tree | 79632162f385e5b92f27f39133005088e6653cb2 /net-im/pymsn-t/files | |
parent | Added ~amd64 keywords. Closes bug #103870. (diff) | |
download | gentoo-2-5c2f65e0aa5ab14dc5fa78770f2acdc8b5197349.tar.gz gentoo-2-5c2f65e0aa5ab14dc5fa78770f2acdc8b5197349.tar.bz2 gentoo-2-5c2f65e0aa5ab14dc5fa78770f2acdc8b5197349.zip |
update to 0.9.5 and deleted older versions
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-im/pymsn-t/files')
-rw-r--r-- | net-im/pymsn-t/files/digest-pymsn-t-0.9.3 | 1 | ||||
-rw-r--r-- | net-im/pymsn-t/files/digest-pymsn-t-0.9.5 | 1 | ||||
-rw-r--r-- | net-im/pymsn-t/files/pymsn-t-0.9.3-arguments.patch | 10 | ||||
-rw-r--r-- | net-im/pymsn-t/files/pymsn-t-0.9.3-config.patch | 24 | ||||
-rw-r--r-- | net-im/pymsn-t/files/pymsn-t-0.9.5-arguments.patch | 11 | ||||
-rw-r--r-- | net-im/pymsn-t/files/pymsn-t.initd | 8 |
6 files changed, 16 insertions, 39 deletions
diff --git a/net-im/pymsn-t/files/digest-pymsn-t-0.9.3 b/net-im/pymsn-t/files/digest-pymsn-t-0.9.3 deleted file mode 100644 index 0e0499e332a6..000000000000 --- a/net-im/pymsn-t/files/digest-pymsn-t-0.9.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 a98ecc23688e76f7841060e4fb0b7de9 PyMSNt-0.9.3.tar.gz 77414 diff --git a/net-im/pymsn-t/files/digest-pymsn-t-0.9.5 b/net-im/pymsn-t/files/digest-pymsn-t-0.9.5 new file mode 100644 index 000000000000..ec36da56fe0a --- /dev/null +++ b/net-im/pymsn-t/files/digest-pymsn-t-0.9.5 @@ -0,0 +1 @@ +MD5 f175084a62fd3dc8de2f5b68792b4103 PyMSNt-0.9.5.tar.gz 80571 diff --git a/net-im/pymsn-t/files/pymsn-t-0.9.3-arguments.patch b/net-im/pymsn-t/files/pymsn-t-0.9.3-arguments.patch deleted file mode 100644 index 8f388c6509e3..000000000000 --- a/net-im/pymsn-t/files/pymsn-t-0.9.3-arguments.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- PyMSNt-0.9.2/PyMSNt 2005-04-10 12:32:29.646079867 +0200 -+++ PyMSNt-0.9.2/PyMSNt 2005-04-10 11:51:39.130483794 +0200 -@@ -1,6 +1,6 @@ - #!/bin/bash - - cd `dirname $0`/src --exec -a PyMSNt python main.py -+exec -a PyMSNt python main.py $* - cd `dirname $0` - diff --git a/net-im/pymsn-t/files/pymsn-t-0.9.3-config.patch b/net-im/pymsn-t/files/pymsn-t-0.9.3-config.patch deleted file mode 100644 index 29bfdc2307cb..000000000000 --- a/net-im/pymsn-t/files/pymsn-t-0.9.3-config.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- config.xml.ori 2005-06-12 18:39:21.007989736 +0100 -+++ config.xml 2005-06-12 18:41:56.621332912 +0100 -@@ -8,10 +8,10 @@ - - <!-- The location of the spool directory.. if relative, relative to the PyMSNt dir. - Do not include the jid of the transport --> --<!-- <spooldir>/path/to/data</spooldir> --> -+<spooldir>/var/spool/pymsn-t</spooldir> - - <!-- The location of the PID file (if relative, relative to the PyMSNt dir) --> --<pid>PyMSNt.pid</pid> -+<pid>/var/run/PyMSNt.pid</pid> - - - <!-- The IP address of the main Jabber server to connect to --> -@@ -51,7 +51,7 @@ - <debugSmart/> - <!-- Set the debug log file location here, (comment out to output to the screen) --> - <!-- (if relative, relative to the PyMSNt dir) --> --<debugLog>debug.log</debugLog> -+<debugLog>/var/spool/pymsn-t/debug.log</debugLog> - - - </pymsnt> diff --git a/net-im/pymsn-t/files/pymsn-t-0.9.5-arguments.patch b/net-im/pymsn-t/files/pymsn-t-0.9.5-arguments.patch new file mode 100644 index 000000000000..31c4c968ab39 --- /dev/null +++ b/net-im/pymsn-t/files/pymsn-t-0.9.5-arguments.patch @@ -0,0 +1,11 @@ +--- PyMSNt-ori 2005-08-28 16:38:26.000000000 +0100 ++++ PyMSNt 2005-08-28 16:39:06.000000000 +0100 +@@ -1,6 +1,6 @@ + #!/bin/bash + +-cd `dirname $0`/src +-exec -a PyMSNt python main.py ++cd `dirname $0`/pymsn-t/src ++exec -a PyMSNt python main.py $* + cd `dirname $0` + diff --git a/net-im/pymsn-t/files/pymsn-t.initd b/net-im/pymsn-t/files/pymsn-t.initd index 9fb448a38616..92fc8f7eab40 100644 --- a/net-im/pymsn-t/files/pymsn-t.initd +++ b/net-im/pymsn-t/files/pymsn-t.initd @@ -7,14 +7,14 @@ depend() { start() { ebegin "Starting MSN Jabber Transport" - cd /var/run/pymsn-t - start-stop-daemon --start --quiet --background --chuid pymsn-t:jabber \ - --exec /usr/lib/pymsn-t/pymsn-t -- /etc/pymsn-t.xml + cd /var/run/jabber + start-stop-daemon --start --quiet --background --chuid jabber:jabber \ + --exec /usr/lib/PATH/site-packages/PyMSNt -- /etc/jabber/pymsn-t.xml eend $? } stop() { ebegin "Stopping MSN Jabber Transport" - start-stop-daemon --stop --quiet --pidfile /var/run/pymsn-t/PyMSNt.pid + start-stop-daemon --stop --quiet --pidfile /var/run/jabber/pymsn-t.pid eend $? } |