diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-09-24 05:50:40 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-09-24 05:50:40 +0000 |
commit | 39237eaec016aeb4cf4dd7d75d10dc41e000fe7d (patch) | |
tree | a670224c78b40981cfa90db47acf376ab7cf712f /net-mail/qmail | |
parent | add more patches from bug #29485 (diff) | |
download | gentoo-2-39237eaec016aeb4cf4dd7d75d10dc41e000fe7d.tar.gz gentoo-2-39237eaec016aeb4cf4dd7d75d10dc41e000fe7d.tar.bz2 gentoo-2-39237eaec016aeb4cf4dd7d75d10dc41e000fe7d.zip |
install all the manpages
Diffstat (limited to 'net-mail/qmail')
-rw-r--r-- | net-mail/qmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/qmail/Manifest | 4 | ||||
-rw-r--r-- | net-mail/qmail/qmail-1.03-r12.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/qmail/ChangeLog b/net-mail/qmail/ChangeLog index 1eea34497100..ceed9fcb126c 100644 --- a/net-mail/qmail/ChangeLog +++ b/net-mail/qmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/qmail # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/ChangeLog,v 1.44 2003/09/24 05:25:35 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/ChangeLog,v 1.45 2003/09/24 05:50:20 robbat2 Exp $ + + 23 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> qmail-1.03-r12.ebuild: + install all the manpages 23 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> qmail-1.03-r12.ebuild: add more patches from bug #29485 diff --git a/net-mail/qmail/Manifest b/net-mail/qmail/Manifest index 64befa6ba82a..15fe6a91a695 100644 --- a/net-mail/qmail/Manifest +++ b/net-mail/qmail/Manifest @@ -2,8 +2,8 @@ MD5 f2193d3a327e5328b066c43a85be6b16 qmail-1.03-r11.ebuild 11396 MD5 9f63e83d10743897e07c25c28a6c57f3 qmail-1.03-r9.ebuild 9963 MD5 a44e4287eb93476321e39985a7217b65 qmail-1.03-r10.ebuild 11152 MD5 2e824ec277afa32dfbc8a5b796ecb15d qmail-1.03-r8.ebuild 8115 -MD5 013922080a4bd155828217928b246698 qmail-1.03-r12.ebuild 13628 -MD5 4edcb7c0745920ceab3e271248d21ecf ChangeLog 10389 +MD5 c40f7125b6cb8472486a0cb746f387a1 qmail-1.03-r12.ebuild 13624 +MD5 ffe7aeb92d66ca4d55c9b4e1d14f9f19 ChangeLog 10493 MD5 ff596e74b015e067a180fc78855aa87a metadata.xml 360 MD5 e0686e52df7f0c840a7ac2bfe1fd291a files/tcp.qmqp.sample 337 MD5 946a715ffdd5e6d2d29c6fdfb29376dd files/tcp.smtp.sample 3726 diff --git a/net-mail/qmail/qmail-1.03-r12.ebuild b/net-mail/qmail/qmail-1.03-r12.ebuild index 442c5833f35f..d13dae2ab19e 100644 --- a/net-mail/qmail/qmail-1.03-r12.ebuild +++ b/net-mail/qmail/qmail-1.03-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r12.ebuild,v 1.13 2003/09/24 05:25:35 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r12.ebuild,v 1.14 2003/09/24 05:50:20 robbat2 Exp $ inherit eutils fixheadtails @@ -221,7 +221,7 @@ src_install() { into /usr einfo "Installing manpages" - doman *.1 *.5 *.8 + doman *.[1-8] # use the correct maildirmake # the courier-imap one has some extensions that are nicer |