Use newinitd
authorTorsten Veller <tove@gentoo.org>
Sat, 28 Apr 2007 12:56:19 +0000 (12:56 +0000)
committerTorsten Veller <tove@gentoo.org>
Sat, 28 Apr 2007 12:56:19 +0000 (12:56 +0000)
Package-Manager: portage-2.1.2.5

x11-misc/Xorgautoconfig/ChangeLog
x11-misc/Xorgautoconfig/Xorgautoconfig-0.2.4-r1.ebuild
x11-misc/afbinit/ChangeLog
x11-misc/afbinit/afbinit-1.0.1-r5.ebuild

index 3bf0ff0220090529dfd2fdced782d65e733da87a..858bf10f5d2041680e4c44a92ab60e033e339a34 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/Xorgautoconfig
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xorgautoconfig/ChangeLog,v 1.20 2007/02/13 01:02:44 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xorgautoconfig/ChangeLog,v 1.21 2007/04/28 12:54:14 tove Exp $
+
+  28 Apr 2007; Torsten Veller <tove@gentoo.org>
+  Xorgautoconfig-0.2.4-r1.ebuild:
+  Use newinitd
 
   13 Feb 2007; Joseph Jezak <josejx@gentoo.org>
   +files/Xorgautoconfig-lz.patch, -Xorgautoconfig-0.2.3.ebuild,
index 7715a80e5caf62133af7bcf88a18054f8b7d7309..c3849933154b5ab0dd3ee9f098314a98185c73ac 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/x11-misc/Xorgautoconfig/Xorgautoconfig-0.2.4-r1.ebuild,v 1.4 2007/02/13 01:02:44 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xorgautoconfig/Xorgautoconfig-0.2.4-r1.ebuild,v 1.5 2007/04/28 12:54:14 tove Exp $
 
 inherit eutils toolchain-funcs
 
@@ -18,10 +18,10 @@ RDEPEND="sys-apps/pciutils"
 
 src_unpack() {
        unpack ${A}
-       cd ${S}
+       cd "${S}"
 
-       epatch ${FILESDIR}/backingstore.patch
-       epatch ${FILESDIR}/${PN}-lz.patch
+       epatch "${FILESDIR}"/backingstore.patch
+       epatch "${FILESDIR}"/${PN}-lz.patch
 }
 
 src_compile() {
@@ -33,8 +33,7 @@ src_install() {
        into /usr
        dosbin Xorgautoconfig
 
-       exeinto /etc/init.d
-       newexe Xorgautoconfig.init Xorgautoconfig
+       newinitd Xorgautoconfig.init Xorgautoconfig
 
        dodoc ChangeLog
 }
index 78cbeba12f439efff157ec5927412f88869da9b9..09336233b1b28d3ce8b408b3f9c2bafd8f18f650 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/afbinit
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.19 2006/11/16 12:40:01 fmccor Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.20 2007/04/28 12:56:19 tove Exp $
+
+  28 Apr 2007; Torsten Veller <tove@gentoo.org> afbinit-1.0.1-r5.ebuild:
+  Use newinitd
 
   16 Nov 2006; Ferris McCormick <fmccor@gentoo.org> afbinit-1.0.1-r5.ebuild:
   Marking stable and closing Bug #132464 --- No new problems have been reported
index bb3a04d30dcf9c56bc05a3472cf86ac25eb8e1e3..cb05e7766c97bd6246e5ec413e728421449a1144 100644 (file)
@@ -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/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild,v 1.2 2006/11/16 12:40:01 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild,v 1.3 2007/04/28 12:56:19 tove Exp $
 
 inherit eutils
 
@@ -23,10 +23,10 @@ src_unpack() {
        ##
        # Patch rc.afb to handle both kernels 2.4.x and 2.6.x
        einfo "Patching to handle both kernel 2.4.x and 2.6.x style afb identification"
-       cd ${S}
-       epatch ${FILESDIR}/rc.afb-${PVR}.patch || die "Cannot patch rc.afb init script"
+       cd "${S}"
+       epatch "${FILESDIR}"/rc.afb-${PVR}.patch || die "Cannot patch rc.afb init script"
        einfo 'Patching afbinit.c to use MMAP_PUBLIC (needed for kernels > 2.6.14)'
-       epatch ${FILESDIR}/afbinit-mmap-${PV}.patch || die "Cannot patch for mmap"
+       epatch "${FILESDIR}"/afbinit-mmap-${PV}.patch || die "Cannot patch for mmap"
 }
 
 src_compile() {
@@ -36,7 +36,7 @@ src_compile() {
 src_install() {
        dosbin afbinit
        dosbin rc.afb
-       exeinto /etc/init.d ; newexe ${FILESDIR}/afbinit.init afbinit
+       newinitd "${FILESDIR}"/afbinit.init afbinit
 }
 
 pkg_postinst() {