diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-07-01 19:38:14 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-07-01 19:38:14 +0000 |
commit | 55e8c5d06bffce9ebd49d01d9cac6579e409f534 (patch) | |
tree | d3ff932ae36346d91a67161dc9ef5c877780855e /mail-mta | |
parent | (#138688) Missing close parenthesis on one of the getuid() calls (Rudo Thomas). (diff) | |
download | gentoo-2-55e8c5d06bffce9ebd49d01d9cac6579e409f534.tar.gz gentoo-2-55e8c5d06bffce9ebd49d01d9cac6579e409f534.tar.bz2 gentoo-2-55e8c5d06bffce9ebd49d01d9cac6579e409f534.zip |
Add Makefile.qmail.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/netqmail/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/netqmail/files/tcprules.d-Makefile.qmail | 3 | ||||
-rw-r--r-- | mail-mta/netqmail/netqmail-1.05-r4.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/mail-mta/netqmail/ChangeLog b/mail-mta/netqmail/ChangeLog index a7d7578a9c65..700f41aeef8b 100644 --- a/mail-mta/netqmail/ChangeLog +++ b/mail-mta/netqmail/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for mail-mta/netqmail # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v 1.13 2006/07/01 11:07:40 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v 1.14 2006/07/01 19:38:14 hansmi Exp $ 01 Jul 2006; Michael Hanselmann <hansmi@gentoo.org> - netqmail-1.05-r4.ebuild: - Stable on ppc, x86. + +files/tcprules.d-Makefile.qmail, netqmail-1.05-r4.ebuild: + Add Makefile.qmail. Stable on ppc, x86. 17 Jun 2006; Michael Hanselmann <hansmi@gentoo.org> -netqmail-1.05-r3.ebuild, netqmail-1.05-r4.ebuild: diff --git a/mail-mta/netqmail/files/tcprules.d-Makefile.qmail b/mail-mta/netqmail/files/tcprules.d-Makefile.qmail new file mode 100644 index 000000000000..d10be0f3a87b --- /dev/null +++ b/mail-mta/netqmail/files/tcprules.d-Makefile.qmail @@ -0,0 +1,3 @@ +QMAIL_CDBS = tcp.qmail-pop3.cdb tcp.qmail-qmqp.cdb tcp.qmail-qmtp.cdb tcp.qmail-smtp.cdb +CDBS += $(QMAIL_CDBS) +qmail: $(QMAIL_CDBS) diff --git a/mail-mta/netqmail/netqmail-1.05-r4.ebuild b/mail-mta/netqmail/netqmail-1.05-r4.ebuild index 8695e917bd9a..6c2f7994c559 100644 --- a/mail-mta/netqmail/netqmail-1.05-r4.ebuild +++ b/mail-mta/netqmail/netqmail-1.05-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.05-r4.ebuild,v 1.4 2006/07/01 11:07:40 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.05-r4.ebuild,v 1.5 2006/07/01 19:38:14 hansmi Exp $ inherit eutils toolchain-funcs fixheadtails flag-o-matic @@ -29,6 +29,7 @@ IUSE="gencertdaily highvolume mailwrapper noauthcram qmail-spp ssl vanilla" RESTRICT="test" DEPEND=" + !mail-mta/qmail sys-apps/groff net-mail/queue-repair ssl? ( dev-libs/openssl ) @@ -240,6 +241,7 @@ src_install() { dodir ${TCPRULES_DIR} insinto ${TCPRULES_DIR} + newins ${FILESDIR}/tcprules.d-Makefile.qmail Makefile.qmail for i in smtp qmtp qmqp pop3; do newins ${FILESDIR}/tcp.${i}.sample tcp.qmail-${i} done |