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