Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted-mail: twisted-mail-9.0.0.ebuild ChangeLog
Date: Mon, 30 Nov 2009 01:32:04
Message-Id: E1NEv7T-0001sd-2y@stork.gentoo.org
1 arfrever 09/11/30 01:32:03
2
3 Modified: ChangeLog
4 Added: twisted-mail-9.0.0.ebuild
5 Log:
6 Version bump (bug #294924).
7 (Portage version: 14920-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.39 dev-python/twisted-mail/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-mail/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-mail/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-mail/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 29 Nov 2009 13:38:56 -0000 1.38
23 +++ ChangeLog 30 Nov 2009 01:32:02 -0000 1.39
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/twisted-mail
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.38 2009/11/29 13:38:56 volkmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.39 2009/11/30 01:32:02 arfrever Exp $
29 +
30 +*twisted-mail-9.0.0 (30 Nov 2009)
31 +
32 + 30 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + +twisted-mail-9.0.0.ebuild:
34 + Version bump (#294924).
35
36 29 Nov 2009; Mounir Lamouri <volkmar@g.o>
37 twisted-mail-8.2.0.ebuild:
38
39
40
41 1.1 dev-python/twisted-mail/twisted-mail-9.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-mail/twisted-mail-9.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-mail/twisted-mail-9.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: twisted-mail-9.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-9.0.0.ebuild,v 1.1 2009/11/30 01:32:02 arfrever Exp $
51
52 EAPI="2"
53 SUPPORT_PYTHON_ABIS="1"
54 MY_PACKAGE="Mail"
55
56 inherit twisted versionator
57
58 DESCRIPTION="A Twisted Mail library, server and client"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
64 >=dev-python/twisted-names-0.2.0"
65 RDEPEND="${DEPEND}"
66 RESTRICT_PYTHON_ABIS="3.*"
67
68 PYTHON_MODNAME="twisted/mail twisted/plugins"