summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-04-22 09:15:56 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-04-22 09:15:56 +0000
commitaf65b340866b9904116db27d20ee323dd05f75ac (patch)
tree881a0a31ebe3f8e35098c7924a52a72bc2282752 /net-mail/teapop
parentUse newinitd, newconfd and doenvd. Bug #174266. (diff)
downloadhistorical-af65b340866b9904116db27d20ee323dd05f75ac.tar.gz
historical-af65b340866b9904116db27d20ee323dd05f75ac.tar.bz2
historical-af65b340866b9904116db27d20ee323dd05f75ac.zip
Use newinitd and newconfd. Bug #174266.
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'net-mail/teapop')
-rw-r--r--net-mail/teapop/ChangeLog6
-rw-r--r--net-mail/teapop/teapop-0.3.8-r1.ebuild11
-rw-r--r--net-mail/teapop/teapop-0.3.8.ebuild11
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
}