Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygit2: pygit2-0.22.1.ebuild ChangeLog pygit2-0.22.0-r1.ebuild
Date: Sat, 01 Aug 2015 09:51:18
Message-Id: 20150801095114.19C9D10F@oystercatcher.gentoo.org
1 patrick 15/08/01 09:51:14
2
3 Modified: ChangeLog
4 Added: pygit2-0.22.1.ebuild
5 Removed: pygit2-0.22.0-r1.ebuild
6 Log:
7 Bump for #556390
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.39 dev-python/pygit2/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?rev=1.39&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?rev=1.39&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?r1=1.38&r2=1.39
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v
21 retrieving revision 1.38
22 retrieving revision 1.39
23 diff -u -r1.38 -r1.39
24 --- ChangeLog 7 Jun 2015 15:28:06 -0000 1.38
25 +++ ChangeLog 1 Aug 2015 09:51:14 -0000 1.39
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/pygit2
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.38 2015/06/07 15:28:06 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.39 2015/08/01 09:51:14 patrick Exp $
31 +
32 +*pygit2-0.22.1 (01 Aug 2015)
33 +
34 + 01 Aug 2015; Patrick Lauer <patrick@g.o> +pygit2-0.22.1.ebuild,
35 + -pygit2-0.22.0-r1.ebuild:
36 + Bump for #556390
37
38 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
39 Add github to remote-id in metadata.xml
40
41
42
43 1.1 dev-python/pygit2/pygit2-0.22.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/pygit2-0.22.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/pygit2-0.22.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pygit2-0.22.1.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.22.1.ebuild,v 1.1 2015/08/01 09:51:14 patrick Exp $
53
54 EAPI=5
55 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
56
57 inherit distutils-r1 versionator
58
59 # infinite hang
60 RESTRICT="test"
61
62 DESCRIPTION="Python bindings for libgit2"
63 HOMEPAGE="https://github.com/libgit2/pygit2"
64 SRC_URI="https://github.com/libgit2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
65
66 LICENSE="GPL-2-with-linking-exception"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69
70 RDEPEND="
71 =dev-libs/libgit2-$(get_version_component_range 1-2)*
72 dev-python/cffi:=[${PYTHON_USEDEP}]
73 "
74 DEPEND="${RDEPEND}"
75
76 python_test() {
77 esetup.py test
78 }