Gentoo Archives: gentoo-commits

From: "Amadeusz Zolnowski (aidecoe)" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/diff-match-patch: diff-match-patch-20121119.ebuild ChangeLog
Date: Sat, 28 Dec 2013 18:19:01
Message-Id: 20131228181857.BF81D2004C@flycatcher.gentoo.org
1 aidecoe 13/12/28 18:18:57
2
3 Modified: ChangeLog
4 Added: diff-match-patch-20121119.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
9
10 Revision Changes Path
11 1.14 dev-python/diff-match-patch/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 14 Dec 2013 19:13:20 -0000 1.13
24 +++ ChangeLog 28 Dec 2013 18:18:57 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/diff-match-patch
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.13 2013/12/14 19:13:20 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.14 2013/12/28 18:18:57 aidecoe Exp $
30 +
31 +*diff-match-patch-20121119 (28 Dec 2013)
32 +
33 + 28 Dec 2013; Amadeusz Żołnowski <aidecoe@g.o>
34 + +diff-match-patch-20121119.ebuild:
35 + Version bump.
36
37 *diff-match-patch-20120106-r1 (14 Dec 2013)
38
39
40
41
42 1.1 dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild?rev=1.1&content-type=text/plain
46
47 Index: diff-match-patch-20121119.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild,v 1.1 2013/12/28 18:18:57 aidecoe Exp $
52
53 EAPI=5
54
55 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
56
57 inherit distutils-r1
58
59 DESCRIPTION="Diff, match and patch algorithms for plain text"
60 HOMEPAGE="http://code.google.com/p/google-diff-match-patch/"
61 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
62
63 LICENSE="Apache-2.0"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
69 DEPEND="${RDEPEND}"
70
71 python_test() {
72 esetup.py test
73 }