Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/babelfish: babelfish-9999.ebuild babelfish-0.5.1.ebuild ChangeLog
Date: Wed, 29 Jan 2014 15:23:35
Message-Id: 20140129152331.7AD6B2004C@flycatcher.gentoo.org
1 maksbotan 14/01/29 15:23:31
2
3 Modified: babelfish-9999.ebuild ChangeLog
4 Added: babelfish-0.5.1.ebuild
5 Log:
6 Bump to 0.5.1, thanks to Nikoli
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.2 dev-python/babelfish/babelfish-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?r1=1.1&r2=1.2
16
17 Index: babelfish-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- babelfish-9999.ebuild 14 Dec 2013 15:18:02 -0000 1.1
24 +++ babelfish-9999.ebuild 29 Jan 2014 15:23:31 -0000 1.2
25 @@ -1,12 +1,12 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v 1.1 2013/12/14 15:18:02 tomwij Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v 1.2 2014/01/29 15:23:31 maksbotan Exp $
31
32 EAPI="5"
33 -PYTHON_COMPAT=( python{2_7,3_3} )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
35 EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git"
36
37 -inherit distutils-r1 git-2
38 +inherit distutils-r1 git-r3
39
40 DESCRIPTION="Python library to work with countries and languages"
41 HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish"
42
43
44
45 1.2 dev-python/babelfish/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?r1=1.1&r2=1.2
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ChangeLog 14 Dec 2013 15:18:02 -0000 1.1
58 +++ ChangeLog 29 Jan 2014 15:23:31 -0000 1.2
59 @@ -1,6 +1,12 @@
60 # ChangeLog for dev-python/babelfish
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v 1.1 2013/12/14 15:18:02 tomwij Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v 1.2 2014/01/29 15:23:31 maksbotan Exp $
65 +
66 +*babelfish-0.5.1 (29 Jan 2014)
67 +
68 + 29 Jan 2014; Maxim Koltsov <maksbotan@g.o> +babelfish-0.5.1.ebuild,
69 + babelfish-9999.ebuild:
70 + Bump to 0.5.1, thanks to Nikoli
71
72 *babelfish-0.4.0 (14 Dec 2013)
73 *babelfish-9999 (14 Dec 2013)
74
75
76
77 1.1 dev-python/babelfish/babelfish-0.5.1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: babelfish-0.5.1.ebuild
83 ===================================================================
84 # Copyright 1999-2014 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v 1.1 2014/01/29 15:23:31 maksbotan Exp $
87
88 EAPI="5"
89 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
90
91 inherit distutils-r1
92
93 DESCRIPTION="Python library to work with countries and languages"
94 HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish"
95 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96
97 LICENSE="BSD"
98 SLOT="0"
99 KEYWORDS="~amd64 ~x86"
100 IUSE=""
101
102 RDEPEND=""
103 DEPEND="${RDEPEND}
104 dev-python/setuptools[${PYTHON_USEDEP}]
105 "
106
107 python_test() {
108 esetup.py test
109 }