From: Andrej Kacian Date: Sun, 22 Apr 2007 09:15:56 +0000 (+0000) Subject: Use newinitd and newconfd. Bug #174266. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af65b340866b9904116db27d20ee323dd05f75ac;p=gentoo.git Use newinitd and newconfd. Bug #174266. Package-Manager: portage-2.1.2.3 --- diff --git a/net-mail/cyrus-imspd/ChangeLog b/net-mail/cyrus-imspd/ChangeLog index 62f930d13ecd..a5e11f3048be 100644 --- a/net-mail/cyrus-imspd/ChangeLog +++ b/net-mail/cyrus-imspd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/cyrus-imspd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/ChangeLog,v 1.11 2007/02/22 01:41:27 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/ChangeLog,v 1.12 2007/04/22 09:11:11 ticho Exp $ + + 22 Apr 2007; Andrej Kacian cyrus-imspd-1.7b.ebuild, + cyrus-imspd-1.7b-r1.ebuild: + Use newinitd and newconfd. Bug #174266. 22 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/net-mail/cyrus-imspd/cyrus-imspd-1.7b-r1.ebuild b/net-mail/cyrus-imspd/cyrus-imspd-1.7b-r1.ebuild index b2b36da9323a..cbd056fb36b1 100644 --- a/net-mail/cyrus-imspd/cyrus-imspd-1.7b-r1.ebuild +++ b/net-mail/cyrus-imspd/cyrus-imspd-1.7b-r1.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/net-mail/cyrus-imspd/cyrus-imspd-1.7b-r1.ebuild,v 1.2 2007/01/05 07:11:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.7b-r1.ebuild,v 1.3 2007/04/22 09:11:11 ticho Exp $ inherit eutils ssl-cert @@ -71,10 +71,8 @@ src_compile() { src_install() { newsbin imsp/cyrus-imspd imspd - exeinto /etc/init.d - newexe "${FILESDIR}/imspd.rc6" imspd - insinto /etc/conf.d - newins "${FILESDIR}/imspd.conf" imspd + newinitd "${FILESDIR}/imspd.rc6" imspd + newconfd "${FILESDIR}/imspd.conf" imspd keepdir /var/imsp{,/user} diff --git a/net-mail/cyrus-imspd/cyrus-imspd-1.7b.ebuild b/net-mail/cyrus-imspd/cyrus-imspd-1.7b.ebuild index 37efa93bb3a5..fc05e5f2f05e 100644 --- a/net-mail/cyrus-imspd/cyrus-imspd-1.7b.ebuild +++ b/net-mail/cyrus-imspd/cyrus-imspd-1.7b.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/net-mail/cyrus-imspd/cyrus-imspd-1.7b.ebuild,v 1.10 2007/01/05 07:11:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.7b.ebuild,v 1.11 2007/04/22 09:11:11 ticho Exp $ inherit eutils ssl-cert @@ -66,10 +66,8 @@ src_compile() { src_install() { newsbin imsp/cyrus-imspd imspd - exeinto /etc/init.d - newexe "${FILESDIR}/imspd.rc6" imspd - insinto /etc/conf.d - newins "${FILESDIR}/imspd.conf" imspd + newinitd "${FILESDIR}/imspd.rc6" imspd + newconfd "${FILESDIR}/imspd.conf" imspd keepdir /var/imsp{,/user} diff --git a/net-mail/teapop/ChangeLog b/net-mail/teapop/ChangeLog index 106001a53f38..4a26890cc4d0 100644 --- a/net-mail/teapop/ChangeLog +++ b/net-mail/teapop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/teapop # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/ChangeLog,v 1.22 2007/01/06 01:17:06 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/ChangeLog,v 1.23 2007/04/22 09:13:32 ticho Exp $ + + 22 Apr 2007; Andrej Kacian teapop-0.3.8.ebuild, + teapop-0.3.8-r1.ebuild: + Use newinitd and newconfd. Bug #174266. 06 Jan 2007; Fernando J. Pereda -teapop-0.3.3.ebuild, -teapop-0.3.5.ebuild, -teapop-0.3.7.ebuild, -teapop-0.3.7-r1.ebuild: diff --git a/net-mail/teapop/teapop-0.3.8-r1.ebuild b/net-mail/teapop/teapop-0.3.8-r1.ebuild index 052d3d052054..05daffd26ff3 100644 --- a/net-mail/teapop/teapop-0.3.8-r1.ebuild +++ b/net-mail/teapop/teapop-0.3.8-r1.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/net-mail/teapop/teapop-0.3.8-r1.ebuild,v 1.2 2006/11/23 16:10:40 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.8-r1.ebuild,v 1.3 2007/04/22 09:13:32 ticho Exp $ DESCRIPTION="Tiny POP3 server" SRC_URI="ftp://ftp.toontown.org/pub/teapop/${P}.tar.gz" @@ -50,9 +50,6 @@ src_install () { docinto rfc dodoc rfc/rfc*.txt - exeinto /etc/init.d - newexe ${FILESDIR}/teapop-init teapop - - insinto /etc/conf.d - newins ${FILESDIR}/teapop-confd teapop + newinitd ${FILESDIR}/teapop-init teapop + newconfd ${FILESDIR}/teapop-confd teapop } diff --git a/net-mail/teapop/teapop-0.3.8.ebuild b/net-mail/teapop/teapop-0.3.8.ebuild index 4f954be19133..abdd6077b7bc 100644 --- a/net-mail/teapop/teapop-0.3.8.ebuild +++ b/net-mail/teapop/teapop-0.3.8.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/net-mail/teapop/teapop-0.3.8.ebuild,v 1.7 2006/11/23 16:10:40 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.8.ebuild,v 1.8 2007/04/22 09:13:32 ticho Exp $ DESCRIPTION="Tiny POP3 server" SRC_URI="ftp://ftp.toontown.org/pub/teapop/${P}.tar.gz" @@ -49,9 +49,6 @@ src_install () { docinto rfc dodoc rfc/rfc*.txt - exeinto /etc/init.d - newexe ${FILESDIR}/teapop-init teapop - - insinto /etc/conf.d - newins ${FILESDIR}/teapop-confd teapop + newinitd ${FILESDIR}/teapop-init teapop + newconfd ${FILESDIR}/teapop-confd teapop } diff --git a/net-mail/vm-pop3d/ChangeLog b/net-mail/vm-pop3d/ChangeLog index e0767c479799..a886a5a60b4e 100644 --- a/net-mail/vm-pop3d/ChangeLog +++ b/net-mail/vm-pop3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/vm-pop3d # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vm-pop3d/ChangeLog,v 1.17 2007/02/08 13:40:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vm-pop3d/ChangeLog,v 1.18 2007/04/22 09:15:56 ticho Exp $ + + 22 Apr 2007; Andrej Kacian vm-pop3d-1.1.6-r1.ebuild: + Use newinitd and newconfd. Bug #174266. 08 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-mail/vm-pop3d/vm-pop3d-1.1.6-r1.ebuild b/net-mail/vm-pop3d/vm-pop3d-1.1.6-r1.ebuild index 81fa6dcdf571..5b7934873cbc 100644 --- a/net-mail/vm-pop3d/vm-pop3d-1.1.6-r1.ebuild +++ b/net-mail/vm-pop3d/vm-pop3d-1.1.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vm-pop3d/vm-pop3d-1.1.6-r1.ebuild,v 1.4 2005/05/01 18:23:04 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vm-pop3d/vm-pop3d-1.1.6-r1.ebuild,v 1.5 2007/04/22 09:15:56 ticho Exp $ inherit eutils @@ -51,10 +51,8 @@ src_install() { dodoc AUTHORS CHANGES COPYING FAQ INSTALL README TODO - exeinto /etc/init.d - newexe ${FILESDIR}/vm-pop3d.rc3 vm-pop3d - insinto /etc/conf.d - newins ${FILESDIR}/vm-pop3d.confd vm-pop3d + newinitd ${FILESDIR}/vm-pop3d.rc3 vm-pop3d + newconfd ${FILESDIR}/vm-pop3d.confd vm-pop3d if use pam; then