summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-04-21 22:06:56 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-04-21 22:06:56 +0000
commit007631ec79d70f897e09c6e09aa5b6908e5558fc (patch)
tree668198d54823f52562bc70fc7f6545ab1049afe9 /kde-base/lisa
parentreplacing insinto with newconfd and newinitd functions (diff)
downloadgentoo-2-007631ec79d70f897e09c6e09aa5b6908e5558fc.tar.gz
gentoo-2-007631ec79d70f897e09c6e09aa5b6908e5558fc.tar.bz2
gentoo-2-007631ec79d70f897e09c6e09aa5b6908e5558fc.zip
Use newconfd instead of newins as per bug 174266.
(Portage version: 2.1.2.4)
Diffstat (limited to 'kde-base/lisa')
-rw-r--r--kde-base/lisa/ChangeLog6
-rw-r--r--kde-base/lisa/lisa-3.5.5.ebuild9
-rw-r--r--kde-base/lisa/lisa-3.5.6.ebuild7
3 files changed, 12 insertions, 10 deletions
diff --git a/kde-base/lisa/ChangeLog b/kde-base/lisa/ChangeLog
index c972047fbd2c..65b8c7ceba09 100644
--- a/kde-base/lisa/ChangeLog
+++ b/kde-base/lisa/ChangeLog
@@ -1,6 +1,10 @@
# 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.65 2007/02/05 11:46:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/ChangeLog,v 1.66 2007/04/21 22:06:56 philantrop Exp $
+
+ 21 Apr 2007; Wulf C. Krueger <philantrop@gentoo.org> lisa-3.5.5.ebuild,
+ lisa-3.5.6.ebuild:
+ Use newconfd instead of newins as per bug 174266.
05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org>
-files/lisa-3.5.0-bindnow.patch, -files/lisa, -files/lisa.conf,
diff --git a/kde-base/lisa/lisa-3.5.5.ebuild b/kde-base/lisa/lisa-3.5.5.ebuild
index 03817951bc99..9fa1ecaf9a57 100644
--- a/kde-base/lisa/lisa-3.5.5.ebuild
+++ b/kde-base/lisa/lisa-3.5.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/lisa-3.5.5.ebuild,v 1.9 2006/12/11 13:13:34 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/lisa-3.5.5.ebuild,v 1.10 2007/04/21 22:06:56 philantrop Exp $
KMNAME=kdenetwork
KMMODULE=lanbrowsing
@@ -32,9 +32,8 @@ src_install() {
sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/reslisa > ${D}/etc/init.d/reslisa
chmod +x ${D}/etc/init.d/*
- insinto /etc/conf.d
- newins ${WORKDIR}/patches/lisa.conf lisa
- newins ${WORKDIR}/patches/reslisa.conf reslisa
+ newconfd ${WORKDIR}/patches/lisa.conf lisa
+ newconfd ${WORKDIR}/patches/reslisa.conf reslisa
for x in /etc/lisarc /etc/reslisarc; do
echo '# Default lisa/reslisa configfile' > $D/$x
diff --git a/kde-base/lisa/lisa-3.5.6.ebuild b/kde-base/lisa/lisa-3.5.6.ebuild
index 52bb5162340e..1824d9df4148 100644
--- a/kde-base/lisa/lisa-3.5.6.ebuild
+++ b/kde-base/lisa/lisa-3.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/lisa-3.5.6.ebuild,v 1.1 2007/01/16 21:56:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/lisa-3.5.6.ebuild,v 1.2 2007/04/21 22:06:56 philantrop Exp $
KMNAME=kdenetwork
KMMODULE=lanbrowsing
@@ -32,9 +32,8 @@ src_install() {
sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/reslisa > ${D}/etc/init.d/reslisa
chmod +x ${D}/etc/init.d/*
- insinto /etc/conf.d
- newins ${WORKDIR}/patches/lisa.conf lisa
- newins ${WORKDIR}/patches/reslisa.conf reslisa
+ newconfd ${WORKDIR}/patches/lisa.conf lisa
+ newconfd ${WORKDIR}/patches/reslisa.conf reslisa
for x in /etc/lisarc /etc/reslisarc; do
echo '# Default lisa/reslisa configfile' > $D/$x