Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mantissa: mantissa-0.6.21.ebuild ChangeLog
Date: Mon, 01 Jun 2009 14:47:54
Message-Id: E1MB8no-0000BG-DK@stork.gentoo.org
1 patrick 09/06/01 14:47:52
2
3 Modified: mantissa-0.6.21.ebuild ChangeLog
4 Log:
5 EAPI goes to the top
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-python/mantissa/mantissa-0.6.21.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?r1=1.4&r2=1.5
14
15 Index: mantissa-0.6.21.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- mantissa-0.6.21.ebuild 12 Feb 2009 09:14:34 -0000 1.4
22 +++ mantissa-0.6.21.ebuild 1 Jun 2009 14:47:52 -0000 1.5
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v 1.4 2009/02/12 09:14:34 lordvan Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v 1.5 2009/06/01 14:47:52 patrick Exp $
28 +
29 +EAPI="2"
30
31 inherit twisted distutils eutils
32
33 @@ -14,7 +16,6 @@
34 SLOT="0"
35 KEYWORDS="~x86 ~amd64"
36 IUSE=""
37 -EAPI="2"
38
39 DEPEND=">=dev-lang/python-2.4
40 >=dev-python/twisted-8.0.1
41
42
43
44 1.13 dev-python/mantissa/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?rev=1.13&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?rev=1.13&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?r1=1.12&r2=1.13
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v
53 retrieving revision 1.12
54 retrieving revision 1.13
55 diff -u -r1.12 -r1.13
56 --- ChangeLog 12 Feb 2009 09:14:34 -0000 1.12
57 +++ ChangeLog 1 Jun 2009 14:47:52 -0000 1.13
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/mantissa
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.12 2009/02/12 09:14:34 lordvan Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.13 2009/06/01 14:47:52 patrick Exp $
63 +
64 + 01 Jun 2009; Patrick Lauer <patrick@g.o> mantissa-0.6.21.ebuild:
65 + EAPI goes to the top
66
67 12 Feb 2009; Thomas Raschbacher <lordvan@g.o>
68 mantissa-0.6.21.ebuild: