Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygit2: pygit2-0.20.0.ebuild ChangeLog
Date: Sun, 24 Nov 2013 23:13:37
Message-Id: 20131124231331.B0D292004B@flycatcher.gentoo.org
1 radhermit 13/11/24 23:13:31
2
3 Modified: ChangeLog
4 Added: pygit2-0.20.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.21 dev-python/pygit2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 18 Oct 2013 09:47:36 -0000 1.20
24 +++ ChangeLog 24 Nov 2013 23:13:31 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pygit2
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.20 2013/10/18 09:47:36 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.21 2013/11/24 23:13:31 radhermit Exp $
30 +
31 +*pygit2-0.20.0 (24 Nov 2013)
32 +
33 + 24 Nov 2013; Tim Harder <radhermit@g.o> +pygit2-0.20.0.ebuild:
34 + Version bump.
35
36 *pygit2-0.19.1 (18 Oct 2013)
37
38
39
40
41 1.1 dev-python/pygit2/pygit2-0.20.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/pygit2-0.20.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/pygit2-0.20.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pygit2-0.20.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.20.0.ebuild,v 1.1 2013/11/24 23:13:31 radhermit Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
54
55 inherit distutils-r1 versionator
56
57 DESCRIPTION="Python bindings for libgit2"
58 HOMEPAGE="https://github.com/libgit2/pygit2"
59 SRC_URI="https://github.com/libgit2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
60
61 LICENSE="GPL-2-with-linking-exception"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64
65 RDEPEND="=dev-libs/libgit2-$(get_version_component_range 1-2)*"
66 DEPEND="${RDEPEND}"
67
68 python_test() {
69 esetup.py test
70 }