From 4d14966c298c522931390372ae83d84fdbc1678d Mon Sep 17 00:00:00 2001 From: Joseph Jezak Date: Sat, 21 Apr 2007 22:26:50 +0000 Subject: Updated to use newconfd and newinitd. (Portage version: 2.1.2.4) --- x11-misc/xac/ChangeLog | 6 +++++- x11-misc/xac/xac-0.6_pre1.ebuild | 8 +++----- x11-misc/xac/xac-0.6_pre2.ebuild | 8 +++----- x11-misc/xac/xac-0.6_pre3.ebuild | 8 +++----- 4 files changed, 14 insertions(+), 16 deletions(-) (limited to 'x11-misc/xac') diff --git a/x11-misc/xac/ChangeLog b/x11-misc/xac/ChangeLog index 19a00aad9504..f2691c2ed4a2 100644 --- a/x11-misc/xac/ChangeLog +++ b/x11-misc/xac/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xac # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/ChangeLog,v 1.7 2007/02/19 04:45:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/ChangeLog,v 1.8 2007/04/21 22:26:50 josejx Exp $ + + 21 Apr 2007; Joseph Jezak xac-0.6_pre1.ebuild, + xac-0.6_pre2.ebuild, xac-0.6_pre3.ebuild: + Updated to use newconfd and newinitd. *xac-0.6_pre3 (19 Feb 2007) diff --git a/x11-misc/xac/xac-0.6_pre1.ebuild b/x11-misc/xac/xac-0.6_pre1.ebuild index 665e5c52e6c3..05d3dca4f386 100644 --- a/x11-misc/xac/xac-0.6_pre1.ebuild +++ b/x11-misc/xac/xac-0.6_pre1.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/x11-misc/xac/xac-0.6_pre1.ebuild,v 1.3 2007/02/13 00:58:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre1.ebuild,v 1.4 2007/04/21 22:26:50 josejx Exp $ inherit eutils toolchain-funcs @@ -50,8 +50,6 @@ src_install() { insinto ${xac_base} doins "${S}"/py/* - exeinto /etc/init.d - newexe "${S}"/xac.init xac - insinto /etc/conf.d - newins "${S}"/xac.conf xac + newinitd "${S}"/xac.init xac + newconfd "${S}"/xac.conf xac } diff --git a/x11-misc/xac/xac-0.6_pre2.ebuild b/x11-misc/xac/xac-0.6_pre2.ebuild index bf49f6a5b17f..f693cd6e921c 100644 --- a/x11-misc/xac/xac-0.6_pre2.ebuild +++ b/x11-misc/xac/xac-0.6_pre2.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/x11-misc/xac/xac-0.6_pre2.ebuild,v 1.1 2007/02/18 06:54:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre2.ebuild,v 1.2 2007/04/21 22:26:50 josejx Exp $ inherit toolchain-funcs @@ -47,8 +47,6 @@ src_install() { insinto ${xac_base} doins "${S}"/py/* - exeinto /etc/init.d - newexe "${S}"/xac.init xac - insinto /etc/conf.d - newins "${S}"/xac.conf xac + newinitd "${S}"/xac.init xac + newconfd "${S}"/xac.conf xac } diff --git a/x11-misc/xac/xac-0.6_pre3.ebuild b/x11-misc/xac/xac-0.6_pre3.ebuild index 0f2f8adc8ac6..39f6df452a17 100644 --- a/x11-misc/xac/xac-0.6_pre3.ebuild +++ b/x11-misc/xac/xac-0.6_pre3.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/x11-misc/xac/xac-0.6_pre3.ebuild,v 1.1 2007/02/19 04:45:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre3.ebuild,v 1.2 2007/04/21 22:26:50 josejx Exp $ inherit toolchain-funcs @@ -49,9 +49,7 @@ src_install() { ### Only install the init scripts if livecd is enabled if use livecd; then - exeinto /etc/init.d - newexe "${S}"/xac.init xac - insinto /etc/conf.d - newins "${S}"/xac.conf xac + newinitd "${S}"/xac.init xac + newconfd "${S}"/xac.conf xac fi } -- cgit v1.2.3-65-gdbad