# 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,
# 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
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() {
into /usr
dosbin Xorgautoconfig
- exeinto /etc/init.d
- newexe Xorgautoconfig.init Xorgautoconfig
+ newinitd Xorgautoconfig.init Xorgautoconfig
dodoc ChangeLog
}
# 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
-# 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
##
# 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() {
src_install() {
dosbin afbinit
dosbin rc.afb
- exeinto /etc/init.d ; newexe ${FILESDIR}/afbinit.init afbinit
+ newinitd "${FILESDIR}"/afbinit.init afbinit
}
pkg_postinst() {