Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/babelfish: babelfish-0.5.1.ebuild babelfish-9999.ebuild ChangeLog
Date: Sat, 27 Sep 2014 15:39:15
Message-Id: 20140927153909.B295066D2@oystercatcher.gentoo.org
1 floppym 14/09/27 15:39:09
2
3 Modified: babelfish-0.5.1.ebuild babelfish-9999.ebuild
4 ChangeLog
5 Log:
6 Add python3.4.
7
8 (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.4 dev-python/babelfish/babelfish-0.5.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?r1=1.3&r2=1.4
16
17 Index: babelfish-0.5.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- babelfish-0.5.1.ebuild 9 Apr 2014 10:03:36 -0000 1.3
24 +++ babelfish-0.5.1.ebuild 27 Sep 2014 15:39:09 -0000 1.4
25 @@ -1,9 +1,9 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v 1.3 2014/04/09 10:03:36 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v 1.4 2014/09/27 15:39:09 floppym Exp $
30
31 EAPI="5"
32 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy )
33 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )
34
35 inherit distutils-r1
36
37
38
39
40 1.5 dev-python/babelfish/babelfish-9999.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?r1=1.4&r2=1.5
45
46 Index: babelfish-9999.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- babelfish-9999.ebuild 9 Apr 2014 10:03:36 -0000 1.4
53 +++ babelfish-9999.ebuild 27 Sep 2014 15:39:09 -0000 1.5
54 @@ -1,9 +1,9 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v 1.4 2014/04/09 10:03:36 mgorny Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v 1.5 2014/09/27 15:39:09 floppym Exp $
59
60 EAPI="5"
61 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy )
62 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )
63 EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git"
64
65 inherit distutils-r1 git-r3
66
67
68
69 1.5 dev-python/babelfish/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?rev=1.5&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?rev=1.5&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?r1=1.4&r2=1.5
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v
78 retrieving revision 1.4
79 retrieving revision 1.5
80 diff -u -r1.4 -r1.5
81 --- ChangeLog 9 Apr 2014 10:03:36 -0000 1.4
82 +++ ChangeLog 27 Sep 2014 15:39:09 -0000 1.5
83 @@ -1,6 +1,10 @@
84 # ChangeLog for dev-python/babelfish
85 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v 1.4 2014/04/09 10:03:36 mgorny Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v 1.5 2014/09/27 15:39:09 floppym Exp $
88 +
89 + 27 Sep 2014; Mike Gilbert <floppym@g.o> babelfish-0.5.1.ebuild,
90 + babelfish-9999.ebuild:
91 + Add python3.4.
92
93 09 Apr 2014; Michał Górny <mgorny@g.o> babelfish-0.5.1.ebuild,
94 babelfish-9999.ebuild: