diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-04-22 09:13:32 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-04-22 09:13:32 +0000 |
commit | 035edbec31eb464d2c7addfd84506b53fff8a07f (patch) | |
tree | c4882a2ec28b839a863e31003511257073630c3c /net-mail | |
parent | Use newinitd and newconfd. Bug #174266. (diff) | |
download | gentoo-2-035edbec31eb464d2c7addfd84506b53fff8a07f.tar.gz gentoo-2-035edbec31eb464d2c7addfd84506b53fff8a07f.tar.bz2 gentoo-2-035edbec31eb464d2c7addfd84506b53fff8a07f.zip |
Use newinitd and newconfd. Bug #174266.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/teapop/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/teapop/teapop-0.3.8-r1.ebuild | 11 | ||||
-rw-r--r-- | net-mail/teapop/teapop-0.3.8.ebuild | 11 |
3 files changed, 13 insertions, 15 deletions
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 <ticho@gentoo.org> teapop-0.3.8.ebuild, + teapop-0.3.8-r1.ebuild: + Use newinitd and newconfd. Bug #174266. 06 Jan 2007; Fernando J. Pereda <ferdy@gentoo.org> -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 } |