diff options
-rw-r--r-- | net-mail/getmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.6.2.ebuild | 6 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.6.7.ebuild | 4 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.7.0.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index ceae7cb2da3f..5ee9514c0527 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.138 2007/01/26 22:16:32 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.139 2007/01/29 23:29:56 ticho Exp $ + + 29 Jan 2007; Andrej Kacian <ticho@gentoo.org> getmail-4.6.2.ebuild, + getmail-4.6.7.ebuild, getmail-4.7.0.ebuild: + Do not gzip files installed to docdir. Bug #164308. *getmail-4.7.0 (26 Jan 2007) diff --git a/net-mail/getmail/getmail-4.6.2.ebuild b/net-mail/getmail/getmail-4.6.2.ebuild index 390508b51ddd..fb311b56eb25 100644 --- a/net-mail/getmail/getmail-4.6.2.ebuild +++ b/net-mail/getmail/getmail-4.6.2.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/getmail/getmail-4.6.2.ebuild,v 1.6 2006/11/01 04:04:28 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.6.2.ebuild,v 1.7 2007/01/29 23:29:57 ticho Exp $ inherit distutils @@ -33,9 +33,9 @@ src_install() { mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} fi + rm ${D}/usr/share/doc/COPYING dodir /usr/share/doc/${PF}/html mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html - gzip --silent ${D}/usr/share/doc/${PF}/* } pkg_postinst() { diff --git a/net-mail/getmail/getmail-4.6.7.ebuild b/net-mail/getmail/getmail-4.6.7.ebuild index 3e5d3dac57c7..3864f76ef6fd 100644 --- a/net-mail/getmail/getmail-4.6.7.ebuild +++ b/net-mail/getmail/getmail-4.6.7.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/getmail/getmail-4.6.7.ebuild,v 1.1 2007/01/05 17:40:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.6.7.ebuild,v 1.2 2007/01/29 23:29:57 ticho Exp $ inherit distutils @@ -33,9 +33,9 @@ src_install() { mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} fi + rm ${D}/usr/share/doc/COPYING dodir /usr/share/doc/${PF}/html mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html - gzip --silent ${D}/usr/share/doc/${PF}/* } pkg_postinst() { diff --git a/net-mail/getmail/getmail-4.7.0.ebuild b/net-mail/getmail/getmail-4.7.0.ebuild index 2fc69561cfe6..7c78981de247 100644 --- a/net-mail/getmail/getmail-4.7.0.ebuild +++ b/net-mail/getmail/getmail-4.7.0.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/getmail/getmail-4.7.0.ebuild,v 1.1 2007/01/26 22:16:32 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.0.ebuild,v 1.2 2007/01/29 23:29:56 ticho Exp $ inherit distutils @@ -33,9 +33,9 @@ src_install() { mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} fi + rm ${D}/usr/share/doc/COPYING dodir /usr/share/doc/${PF}/html mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html - gzip --silent ${D}/usr/share/doc/${PF}/* } pkg_postinst() { |