Use doinitd instead of other methods.
authorWulf Krueger <philantrop@gentoo.org>
Sat, 21 Apr 2007 23:05:01 +0000 (23:05 +0000)
committerWulf Krueger <philantrop@gentoo.org>
Sat, 21 Apr 2007 23:05:01 +0000 (23:05 +0000)
Package-Manager: portage-2.1.2.4

kde-base/kdenetwork/ChangeLog
kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild
kde-base/kdenetwork/kdenetwork-3.5.5-r2.ebuild
kde-base/kdenetwork/kdenetwork-3.5.6.ebuild
kde-base/lisa/ChangeLog
kde-base/lisa/lisa-3.5.5.ebuild
kde-base/lisa/lisa-3.5.6.ebuild

index a81851cfad143cc926f3d899dffbbdddb2932756..c916bf0b2a554d33297c7ecd27a06ebcadea92f5 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kdenetwork
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.254 2007/04/21 22:35:06 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.255 2007/04/21 23:03:46 philantrop Exp $
+
+  21 Apr 2007; Wulf C. Krueger <philantrop@gentoo.org>
+  kdenetwork-3.5.5-r1.ebuild, kdenetwork-3.5.5-r2.ebuild,
+  kdenetwork-3.5.6.ebuild:
+  Use doinitd instead of other methods.
 
   21 Apr 2007; Wulf C. Krueger <philantrop@gentoo.org>
   kdenetwork-3.5.5-r1.ebuild, kdenetwork-3.5.5-r2.ebuild,
index e836f2a4de38fb18556f5bebf2d63191bd947bfb..31bf813eb3632be275f710c0eefc3b91eb1303fc 100644 (file)
@@ -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/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.15 2007/04/21 22:35:06 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.16 2007/04/21 23:03:46 philantrop Exp $
 
 inherit kde-dist eutils flag-o-matic
 
@@ -80,8 +80,7 @@ src_install() {
        # lisa, reslisa initscripts
        sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa"
        sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa"
-       exeinto /etc/init.d
-       doexe "${T}/lisa" "${T}/reslisa"
+       doinitd "${T}/lisa" "${T}/reslisa"
 
        newconfd "${WORKDIR}/patches/lisa.conf" lisa
        newconfd "${WORKDIR}/patches/reslisa.conf" reslisa
index 439cfcc5bc5fb08bf598d68c6d9b4e99e8995c4d..30b884fb13503312c81a5e94e1823590f9588d53 100644 (file)
@@ -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/kdenetwork/kdenetwork-3.5.5-r2.ebuild,v 1.11 2007/04/21 22:35:06 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r2.ebuild,v 1.12 2007/04/21 23:03:46 philantrop Exp $
 
 inherit kde-dist eutils flag-o-matic
 
@@ -80,8 +80,7 @@ src_install() {
        # lisa, reslisa initscripts
        sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa"
        sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa"
-       exeinto /etc/init.d
-       doexe "${T}/lisa" "${T}/reslisa"
+       doinitd "${T}/lisa" "${T}/reslisa"
 
        newconfd "${WORKDIR}/patches/lisa.conf" lisa
        newconfd "${WORKDIR}/patches/reslisa.conf" reslisa
index 33a7377102f72deb04924490dd80b3a1f354716c..a6defc45d25b6e4f1027357b067f452fe477a0c8 100644 (file)
@@ -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/kdenetwork/kdenetwork-3.5.6.ebuild,v 1.7 2007/04/21 22:35:06 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.6.ebuild,v 1.8 2007/04/21 23:03:46 philantrop Exp $
 
 inherit kde-dist eutils flag-o-matic
 
@@ -81,8 +81,7 @@ src_install() {
        # lisa, reslisa initscripts
        sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa"
        sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa"
-       exeinto /etc/init.d
-       doexe "${T}/lisa" "${T}/reslisa"
+       doinitd "${T}/lisa" "${T}/reslisa"
 
        newconfd "${WORKDIR}/patches/lisa.conf" lisa
        newconfd "${WORKDIR}/patches/reslisa.conf" reslisa
index 65b8c7ceba090641d906056ee577bb84c8a65b0f..6b8c6790ef480585e007ef09669d204f16283312 100644 (file)
@@ -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.66 2007/04/21 22:06:56 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/ChangeLog,v 1.67 2007/04/21 23:05:01 philantrop Exp $
+
+  21 Apr 2007; Wulf C. Krueger <philantrop@gentoo.org> lisa-3.5.5.ebuild,
+  lisa-3.5.6.ebuild:
+  Use doinitd instead of other methods.
 
   21 Apr 2007; Wulf C. Krueger <philantrop@gentoo.org> lisa-3.5.5.ebuild,
   lisa-3.5.6.ebuild:
index 9fa1ecaf9a575f965491239b2c20402b24ca7a0c..b159e1d123c2f83c19021c66710ad23d0b40a073 100644 (file)
@@ -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.5.ebuild,v 1.10 2007/04/21 22:06:56 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/lisa-3.5.5.ebuild,v 1.11 2007/04/21 23:05:01 philantrop Exp $
 
 KMNAME=kdenetwork
 KMMODULE=lanbrowsing
@@ -27,10 +27,9 @@ src_install() {
        chmod u+s ${D}/${KDEDIR}/bin/reslisa
 
        # lisa, reslisa initscripts
-       dodir /etc/init.d
-       sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/lisa > ${D}/etc/init.d/lisa
-       sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/reslisa > ${D}/etc/init.d/reslisa
-       chmod +x ${D}/etc/init.d/*
+       sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/lisa > ${T}/lisa
+       sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/reslisa > ${T}/reslisa
+       doinitd "${T}/lisa" "${T}/reslisa"
 
        newconfd ${WORKDIR}/patches/lisa.conf lisa
        newconfd ${WORKDIR}/patches/reslisa.conf reslisa
index 1824d9df4148830f3a3984be24a52b3b7d9fa7bc..cbc2991fb17b55fd5aac0566f4ef276ed3fe8ddb 100644 (file)
@@ -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.2 2007/04/21 22:06:56 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/lisa-3.5.6.ebuild,v 1.3 2007/04/21 23:05:01 philantrop Exp $
 
 KMNAME=kdenetwork
 KMMODULE=lanbrowsing
@@ -27,10 +27,9 @@ src_install() {
        chmod u+s ${D}/${KDEDIR}/bin/reslisa
 
        # lisa, reslisa initscripts
-       dodir /etc/init.d
-       sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/lisa > ${D}/etc/init.d/lisa
-       sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/reslisa > ${D}/etc/init.d/reslisa
-       chmod +x ${D}/etc/init.d/*
+       sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/lisa > ${T}/lisa
+       sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/reslisa > ${T}/reslisa
+       doinitd "${T}/lisa" "${T}/reslisa"
 
        newconfd ${WORKDIR}/patches/lisa.conf lisa
        newconfd ${WORKDIR}/patches/reslisa.conf reslisa