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.17.0.ebuild
Date: Thu, 06 May 2010 19:07:14
Message-Id: 20100506190708.8DEBB2C3FC@corvid.gentoo.org
1 tove 10/05/06 19:07:08
2
3 Modified: ChangeLog
4 Added: getmail-4.17.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.177 net-mail/getmail/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.177&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.177&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/ChangeLog?r1=1.176&r2=1.177
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
19 retrieving revision 1.176
20 retrieving revision 1.177
21 diff -u -r1.176 -r1.177
22 --- ChangeLog 17 Apr 2010 17:06:46 -0000 1.176
23 +++ ChangeLog 6 May 2010 19:07:08 -0000 1.177
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-mail/getmail
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.176 2010/04/17 17:06:46 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.177 2010/05/06 19:07:08 tove Exp $
29 +
30 +*getmail-4.17.0 (06 May 2010)
31 +
32 + 06 May 2010; Torsten Veller <tove@g.o> +getmail-4.17.0.ebuild:
33 + Version bump
34
35 *getmail-4.16.0-r1 (17 Apr 2010)
36
37
38
39
40 1.1 net-mail/getmail/getmail-4.17.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.17.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.17.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: getmail-4.17.0.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.17.0.ebuild,v 1.1 2010/05/06 19:07:08 tove Exp $
50
51 EAPI="3"
52 PYTHON_DEPEND="2"
53 SUPPORT_PYTHON_ABIS="1"
54
55 inherit distutils
56
57 DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
58 HOMEPAGE="http://pyropus.ca/software/getmail/"
59 SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="4"
63 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos ~x64-solaris"
64 IUSE=""
65
66 DEPEND=""
67 RDEPEND=""
68 RESTRICT_PYTHON_ABIS="3.*"
69
70 PYTHON_MODNAME="getmailcore"
71
72 src_prepare() {
73 sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
74 -e "/docs\/COPYING/d" "${S}"/setup.py || die
75 distutils_src_prepare
76 }