Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/getmail: ChangeLog getmail-4.16.0.ebuild
Date: Wed, 06 Jan 2010 08:07:39
Message-Id: E1NSQvU-0002fh-Bv@stork.gentoo.org
1 tove 10/01/06 08:07:32
2
3 Modified: ChangeLog
4 Added: getmail-4.16.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.175 net-mail/getmail/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.175&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.175&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/ChangeLog?r1=1.174&r2=1.175
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
19 retrieving revision 1.174
20 retrieving revision 1.175
21 diff -u -r1.174 -r1.175
22 --- ChangeLog 24 Oct 2009 10:50:58 -0000 1.174
23 +++ ChangeLog 6 Jan 2010 08:07:31 -0000 1.175
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-mail/getmail
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.174 2009/10/24 10:50:58 grobian Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.175 2010/01/06 08:07:31 tove Exp $
30 +
31 +*getmail-4.16.0 (06 Jan 2010)
32 +
33 + 06 Jan 2010; Torsten Veller <tove@g.o> +getmail-4.16.0.ebuild:
34 + Version bump
35
36 24 Oct 2009; Fabian Groffen <grobian@g.o> getmail-4.13.0.ebuild:
37 Marked ~x86-macos, bug #290329
38
39
40
41 1.1 net-mail/getmail/getmail-4.16.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.16.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.16.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: getmail-4.16.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.16.0.ebuild,v 1.1 2010/01/06 08:07:31 tove Exp $
51
52 inherit distutils
53
54 DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
55 HOMEPAGE="http://pyropus.ca/software/getmail/"
56 SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="4"
60 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos ~x64-solaris"
61 IUSE=""
62
63 DEPEND=">=dev-lang/python-2.3.3"
64 RDEPEND="${DEPEND}"
65
66 PYTHON_MODNAME=getmailcore
67
68 src_install() {
69 [[ -z ${ED} ]] && local ED=${D}
70 distutils_src_install
71
72 # handle docs the gentoo way
73 rm "${ED}"/usr/share/doc/${P}/COPYING || die
74 if [[ ${P} != ${PF} ]] ; then
75 mv "${ED}"/usr/share/doc/${P} "${ED}"/usr/share/doc/${PF} || die
76 fi
77
78 dodir /usr/share/doc/${PF}/html
79 mv "${ED}"/usr/share/doc/${PF}/*.{html,css} "${ED}"/usr/share/doc/${PF}/html || die
80 }