Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/getmail: ChangeLog getmail-4.30.1.ebuild
Date: Fri, 22 Jun 2012 04:49:49
Message-Id: 20120622044939.943612004B@flycatcher.gentoo.org
1 radhermit 12/06/22 04:49:39
2
3 Modified: ChangeLog
4 Added: getmail-4.30.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.204 net-mail/getmail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.204&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?rev=1.204&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/ChangeLog?r1=1.203&r2=1.204
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
20 retrieving revision 1.203
21 retrieving revision 1.204
22 diff -u -r1.203 -r1.204
23 --- ChangeLog 22 Jun 2012 03:09:39 -0000 1.203
24 +++ ChangeLog 22 Jun 2012 04:49:39 -0000 1.204
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-mail/getmail
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.203 2012/06/22 03:09:39 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.204 2012/06/22 04:49:39 radhermit Exp $
30 +
31 +*getmail-4.30.1 (22 Jun 2012)
32 +
33 + 22 Jun 2012; Tim Harder <radhermit@g.o> +getmail-4.30.1.ebuild:
34 + Version bump.
35
36 *getmail-4.30.0 (22 Jun 2012)
37
38
39
40
41 1.1 net-mail/getmail/getmail-4.30.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.30.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/getmail/getmail-4.30.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: getmail-4.30.1.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.30.1.ebuild,v 1.1 2012/06/22 04:49:39 radhermit Exp $
51
52 EAPI="4"
53
54 PYTHON_COMPAT="python2_5 python2_6 python2_7"
55
56 inherit python-distutils-ng
57
58 DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
59 HOMEPAGE="http://pyropus.ca/software/getmail/"
60 SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="4"
64 KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris"
65 IUSE=""
66
67 python_prepare_all() {
68 sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
69 -e "/docs\/COPYING/d" "${S}"/setup.py || die
70 }