From 15245baf7f863a80b581f80bef6e5c16c69ab17e Mon Sep 17 00:00:00 2001 From: Dan Armak Date: Thu, 28 Jul 2005 21:16:26 +0000 Subject: KDE 3.4.2 split ebuilds. p.masked, to be unmasked shortly. Package-Manager: portage-2.0.51.22-r2 --- kde-base/lisa/lisa-3.4.2.ebuild | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 kde-base/lisa/lisa-3.4.2.ebuild (limited to 'kde-base/lisa/lisa-3.4.2.ebuild') diff --git a/kde-base/lisa/lisa-3.4.2.ebuild b/kde-base/lisa/lisa-3.4.2.ebuild new file mode 100644 index 000000000000..9b1352ff0b5d --- /dev/null +++ b/kde-base/lisa/lisa-3.4.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/lisa-3.4.2.ebuild,v 1.1 2005/07/28 21:16:25 danarmak Exp $ + +KMNAME=kdenetwork +KMMODULE=lanbrowsing +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE Lan Information Server - allows KDE desktops to share information over a network" +KEYWORDS=" ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +KMEXTRA="doc/kcontrol/lanbrowser" + +src_install() { + kde-meta_src_install + + chmod u+s ${D}/${KDEDIR}/bin/reslisa + + # lisa, reslisa initscripts + dodir /etc/init.d + sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/lisa > ${D}/etc/init.d/lisa + sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/reslisa > ${D}/etc/init.d/reslisa + chmod +x ${D}/etc/init.d/* + + insinto /etc/conf.d + newins ${FILESDIR}/lisa.conf lisa + newins ${FILESDIR}/reslisa.conf reslisa + + for x in /etc/lisarc /etc/reslisarc; do + echo '# Default lisa/reslisa configfile' > $D/$x + done +} \ No newline at end of file -- cgit v1.2.3-65-gdbad