diff options
author | 2004-08-06 22:42:46 +0000 | |
---|---|---|
committer | 2004-08-06 22:42:46 +0000 | |
commit | ee079e05a7f3f763c69e4654324c8c0047cd087e (patch) | |
tree | 5a10332b594d9dad6b9aa3472e66fd1896d08667 /net-mail/getmail | |
parent | Keyworded ~sparc wrt #59095 (Manifest recommit) (diff) | |
download | gentoo-2-ee079e05a7f3f763c69e4654324c8c0047cd087e.tar.gz gentoo-2-ee079e05a7f3f763c69e4654324c8c0047cd087e.tar.bz2 gentoo-2-ee079e05a7f3f763c69e4654324c8c0047cd087e.zip |
Stylistic changes in the gzipping of man pages.
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.0.6.ebuild | 5 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.0.8.ebuild | 5 |
3 files changed, 7 insertions, 9 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index e9f916af8737..b58b2774a4b6 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.18 2004/08/06 20:07:05 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.19 2004/08/06 22:42:46 slarti Exp $ + + 06 Aug 2004; Tom Martin <slarti@gentoo.org> getmail-4.0.6.ebuild, + getmail-4.0.8.ebuild: + Stylistic changes in gzipping of man pages. *getmail-4.0.8 (06 Aug 2004) diff --git a/net-mail/getmail/getmail-4.0.6.ebuild b/net-mail/getmail/getmail-4.0.6.ebuild index 44d88d593c39..220cae946005 100644 --- a/net-mail/getmail/getmail-4.0.6.ebuild +++ b/net-mail/getmail/getmail-4.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.0.6.ebuild,v 1.2 2004/08/06 20:07:05 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.0.6.ebuild,v 1.3 2004/08/06 22:42:46 slarti Exp $ inherit distutils IUSE="" @@ -35,9 +35,6 @@ src_install() { mkdir ${D}/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}/* - - # and the man pages.. - gzip --silent ${D}/usr/share/man/getmail* } pkg_postinst() { diff --git a/net-mail/getmail/getmail-4.0.8.ebuild b/net-mail/getmail/getmail-4.0.8.ebuild index de937d090320..24d08e60f565 100644 --- a/net-mail/getmail/getmail-4.0.8.ebuild +++ b/net-mail/getmail/getmail-4.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.0.8.ebuild,v 1.1 2004/08/06 20:07:05 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.0.8.ebuild,v 1.2 2004/08/06 22:42:46 slarti Exp $ inherit distutils IUSE="" @@ -35,9 +35,6 @@ src_install() { mkdir ${D}/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}/* - - # and the man pages.. - gzip --silent ${D}/usr/share/man/getmail* } pkg_postinst() { |