Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/transifex-client: transifex-client-0.11_beta.ebuild ChangeLog
Date: Fri, 30 May 2014 19:18:14
Message-Id: 20140530191811.D96D92004E@flycatcher.gentoo.org
1 hwoarang 14/05/30 19:18:11
2
3 Modified: ChangeLog
4 Added: transifex-client-0.11_beta.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
9
10 Revision Changes Path
11 1.30 app-i18n/transifex-client/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/ChangeLog?rev=1.30&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/ChangeLog?rev=1.30&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/ChangeLog?r1=1.29&r2=1.30
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/ChangeLog,v
20 retrieving revision 1.29
21 retrieving revision 1.30
22 diff -u -r1.29 -r1.30
23 --- ChangeLog 7 Dec 2013 20:53:06 -0000 1.29
24 +++ ChangeLog 30 May 2014 19:18:11 -0000 1.30
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-i18n/transifex-client
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/ChangeLog,v 1.29 2013/12/07 20:53:06 hwoarang Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/ChangeLog,v 1.30 2014/05/30 19:18:11 hwoarang Exp $
31 +
32 +*transifex-client-0.11_beta (30 May 2014)
33 +
34 + 30 May 2014; Markos Chandras <hwoarang@g.o>
35 + +transifex-client-0.11_beta.ebuild:
36 + Version bump
37
38 *transifex-client-0.10 (07 Dec 2013)
39
40
41
42
43 1.1 app-i18n/transifex-client/transifex-client-0.11_beta.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/transifex-client-0.11_beta.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/transifex-client/transifex-client-0.11_beta.ebuild?rev=1.1&content-type=text/plain
47
48 Index: transifex-client-0.11_beta.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.11_beta.ebuild,v 1.1 2014/05/30 19:18:11 hwoarang Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python{2_6,2_7} )
57
58 inherit distutils-r1
59
60 MY_PV=${PV/_/.}
61 MY_P=${PN}-${MY_PV}
62
63 DESCRIPTION="A command line interface for Transifex"
64 HOMEPAGE="http://pypi.python.org/pypi/transifex-client http://www.transifex.net/"
65 SRC_URI="mirror://pypi/t/${PN}/${MY_P}.tar.gz"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 DEPEND=""
73 RDEPEND=""
74
75 S="${WORKDIR}/${MY_P}"