diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-01-15 02:24:42 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-01-15 02:24:42 +0000 |
commit | a991c64f8c843d16a7f43b8cb8a15e7206c2b78f (patch) | |
tree | ad1c8a59a418f4d87e54ca58e306bf33d3596cda /kde-base/lisa/files | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-a991c64f8c843d16a7f43b8cb8a15e7206c2b78f.tar.gz gentoo-2-a991c64f8c843d16a7f43b8cb8a15e7206c2b78f.tar.bz2 gentoo-2-a991c64f8c843d16a7f43b8cb8a15e7206c2b78f.zip |
kde 3.4 split ebuilds, all masked
Diffstat (limited to 'kde-base/lisa/files')
-rw-r--r-- | kde-base/lisa/files/digest-lisa-3.4.0_beta1 | 3 | ||||
-rwxr-xr-x | kde-base/lisa/files/lisa | 20 | ||||
-rw-r--r-- | kde-base/lisa/files/lisa.conf | 11 | ||||
-rwxr-xr-x | kde-base/lisa/files/reslisa | 20 | ||||
-rw-r--r-- | kde-base/lisa/files/reslisa.conf | 11 |
5 files changed, 65 insertions, 0 deletions
diff --git a/kde-base/lisa/files/digest-lisa-3.4.0_beta1 b/kde-base/lisa/files/digest-lisa-3.4.0_beta1 new file mode 100644 index 000000000000..b8124c5a3b23 --- /dev/null +++ b/kde-base/lisa/files/digest-lisa-3.4.0_beta1 @@ -0,0 +1,3 @@ +MD5 9806e2569f7ce04d06a685b490ad9025 kdenetwork-3.3.90.tar.bz2 7105855 +MD5 a801f7e549402e859061ebdfd3c64ee0 kdenetwork-3.3.90-3.3.91.tar.xdelta 1063517 +MD5 962ff8207d025846cf8cbc15960be2ca kdenetwork-3.3.91.tar.bz2 7489946 diff --git a/kde-base/lisa/files/lisa b/kde-base/lisa/files/lisa new file mode 100755 index 000000000000..f0da1fa0413f --- /dev/null +++ b/kde-base/lisa/files/lisa @@ -0,0 +1,20 @@ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/files/lisa,v 1.1 2005/01/15 02:24:41 danarmak Exp $ + +depend() { + use net +} + +start() { + ebegin "Starting lisa" + start-stop-daemon --start -x _KDEDIR_/bin/lisa -q -- $LISACONF 1>/dev/null + eend $? "Failed to start lisa" +} + +stop() { + ebegin "Stopping lisa" + start-stop-daemon --stop -x _KDEDIR_/bin/lisa -q + eend $? "Failed to stop lisa" +} diff --git a/kde-base/lisa/files/lisa.conf b/kde-base/lisa/files/lisa.conf new file mode 100644 index 000000000000..bad3fa8261fc --- /dev/null +++ b/kde-base/lisa/files/lisa.conf @@ -0,0 +1,11 @@ +# Note: this is NOT the main lisa configuratio file. That is in /etc/lisarc. +# This merely sets startup options for the gentoo lisa initscript. +# Add anything you want to $LISACONF. + +# config file to use; overrides default +# note that default checks /etc/lisarc and ~/.lisarc +# LISACONF="$LISACONF --config=myfile" + +# port to use; overrides default of 7741 +# I think all lisas on the network have to use the same port +# LISACONF="$LISACONF --port 7741"
\ No newline at end of file diff --git a/kde-base/lisa/files/reslisa b/kde-base/lisa/files/reslisa new file mode 100755 index 000000000000..c37d8851410a --- /dev/null +++ b/kde-base/lisa/files/reslisa @@ -0,0 +1,20 @@ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/files/reslisa,v 1.1 2005/01/15 02:24:41 danarmak Exp $ + +depend() { + use net +} + +start() { + ebegin "Starting reslisa" + start-stop-daemon --start -x _KDEDIR_/bin/reslisa -q -- $RESLISACONF 1>/dev/null + eend $? "Failed to start reslisa" +} + +stop() { + ebegin "Stopping reslisa" + start-stop-daemon --stop -x _KDEDIR_/bin/reslisa -q + eend $? "Failed to stop reslisa" +} diff --git a/kde-base/lisa/files/reslisa.conf b/kde-base/lisa/files/reslisa.conf new file mode 100644 index 000000000000..04328058935c --- /dev/null +++ b/kde-base/lisa/files/reslisa.conf @@ -0,0 +1,11 @@ +# Note: this is NOT the main reslisa configuration file. +# This merely sets startup options for the gentoo lisa initscript. +# Add anything you want to $RESLISACONF. + +# config file to use; overrides default +# note that default checks /etc/lisarc and ~/.lisarc +# RESLISACONF="$RESLISACONF --config=myfile" + +# port to use; overrides default of 7741 +# I think all reslisas on the network have to use the same port +# RESLISACONF="$RESLISACONF --port 7741"
\ No newline at end of file |