diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-23 19:27:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-23 19:27:29 +0000 |
commit | 5f66460689c5c7801ceb5c8a8c4fd41e70fdb037 (patch) | |
tree | dc3a8b4b78c59b0b236b05284fc160bea9e2ef74 /net-mail/getmail | |
parent | Use DejaVu as default truetype font (diff) | |
download | gentoo-2-5f66460689c5c7801ceb5c8a8c4fd41e70fdb037.tar.gz gentoo-2-5f66460689c5c7801ceb5c8a8c4fd41e70fdb037.tar.bz2 gentoo-2-5f66460689c5c7801ceb5c8a8c4fd41e70fdb037.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.9.2.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index bc7fb85f23f8..4acd825c187a 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/getmail # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.164 2009/06/02 09:09:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.165 2009/07/23 19:27:29 tove Exp $ + +*getmail-4.9.2 (23 Jul 2009) + + 23 Jul 2009; Torsten Veller <tove@gentoo.org> +getmail-4.9.2.ebuild: + Version bump 02 Jun 2009; Torsten Veller <tove@gentoo.org> getmail-4.9.1.ebuild: Remove the getmail-3 conditional code. diff --git a/net-mail/getmail/getmail-4.9.2.ebuild b/net-mail/getmail/getmail-4.9.2.ebuild new file mode 100644 index 000000000000..b08d94dad60f --- /dev/null +++ b/net-mail/getmail/getmail-4.9.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.2.ebuild,v 1.1 2009/07/23 19:27:29 tove Exp $ + +inherit distutils + +DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" +HOMEPAGE="http://pyropus.ca/software/getmail/" +SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/python-2.3.3" +RDEPEND="${DEPEND}" + +PYTHON_MODNAME=getmailcore + +src_install() { + distutils_src_install + + # handle docs the gentoo way + rm "${D}"/usr/share/doc/${P}/COPYING || die + if [[ ${P} != ${PF} ]] ; then + mv "${D}"/usr/share/doc/${P} "${D}"/usr/share/doc/${PF} || die + fi + + dodir /usr/share/doc/${PF}/html + mv "${D}"/usr/share/doc/${PF}/*.{html,css} "${D}"/usr/share/doc/${PF}/html || die +} |