diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-05 12:40:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-05 12:40:14 +0000 |
commit | 811a7154483119ea9831d8fdfe78190d5f146f40 (patch) | |
tree | 1769dd645f3ad12960ee724355664d952ee01460 /kde-base/lisa | |
parent | Stable on sparc wrt #165335 (diff) | |
download | historical-811a7154483119ea9831d8fdfe78190d5f146f40.tar.gz historical-811a7154483119ea9831d8fdfe78190d5f146f40.tar.bz2 historical-811a7154483119ea9831d8fdfe78190d5f146f40.zip |
Remove unneeded patches.
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'kde-base/lisa')
-rw-r--r-- | kde-base/lisa/ChangeLog | 7 | ||||
-rwxr-xr-x | kde-base/lisa/files/lisa | 20 | ||||
-rw-r--r-- | kde-base/lisa/files/lisa-3.5.0-bindnow.patch | 13 | ||||
-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 |
6 files changed, 6 insertions, 76 deletions
diff --git a/kde-base/lisa/ChangeLog b/kde-base/lisa/ChangeLog index 1bb4c4955dd7..c972047fbd2c 100644 --- a/kde-base/lisa/ChangeLog +++ b/kde-base/lisa/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/lisa # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/ChangeLog,v 1.64 2007/02/04 03:14:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/ChangeLog,v 1.65 2007/02/05 11:46:13 flameeyes Exp $ + + 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> + -files/lisa-3.5.0-bindnow.patch, -files/lisa, -files/lisa.conf, + -files/reslisa, -files/reslisa.conf: + Remove unneeded patches. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -lisa-3.5.2.ebuild: Remove old versions. diff --git a/kde-base/lisa/files/lisa b/kde-base/lisa/files/lisa deleted file mode 100755 index f0da1fa0413f..000000000000 --- a/kde-base/lisa/files/lisa +++ /dev/null @@ -1,20 +0,0 @@ -#!/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-3.5.0-bindnow.patch b/kde-base/lisa/files/lisa-3.5.0-bindnow.patch deleted file mode 100644 index f55c5c6892d1..000000000000 --- a/kde-base/lisa/files/lisa-3.5.0-bindnow.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: kdenetwork-3.5.0/lanbrowsing/lisa/Makefile.am -=================================================================== ---- kdenetwork-3.5.0.orig/lanbrowsing/lisa/Makefile.am -+++ kdenetwork-3.5.0/lanbrowsing/lisa/Makefile.am -@@ -33,7 +33,7 @@ lisa_LDADD = $(LIBSOCKET) - lisa_LDFLAGS = $(KDE_EXTRA_RPATH) - - reslisa_LDADD = $(LIBSOCKET) --reslisa_LDFLAGS = $(KDE_EXTRA_RPATH) -+reslisa_LDFLAGS = $(KDE_EXTRA_RPATH) $(BINDNOW_FLAGS) - - misc_DATA = README - miscdir = $(kde_datadir)/lisa diff --git a/kde-base/lisa/files/lisa.conf b/kde-base/lisa/files/lisa.conf deleted file mode 100644 index bad3fa8261fc..000000000000 --- a/kde-base/lisa/files/lisa.conf +++ /dev/null @@ -1,11 +0,0 @@ -# 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 deleted file mode 100755 index c37d8851410a..000000000000 --- a/kde-base/lisa/files/reslisa +++ /dev/null @@ -1,20 +0,0 @@ -#!/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 deleted file mode 100644 index 04328058935c..000000000000 --- a/kde-base/lisa/files/reslisa.conf +++ /dev/null @@ -1,11 +0,0 @@ -# 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 |