Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/hgsubversion: hgsubversion-1.8.ebuild ChangeLog
Date: Mon, 02 Feb 2015 10:16:56
Message-Id: 20150202101650.5A17210E31@oystercatcher.gentoo.org
1 djc 15/02/02 10:16:50
2
3 Modified: ChangeLog
4 Added: hgsubversion-1.8.ebuild
5 Log:
6 Version bump hgsubversion to 1.8
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381)
9
10 Revision Changes Path
11 1.37 dev-vcs/hgsubversion/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgsubversion/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgsubversion/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgsubversion/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 16 Nov 2014 14:37:33 -0000 1.36
24 +++ ChangeLog 2 Feb 2015 10:16:50 -0000 1.37
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-vcs/hgsubversion
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.36 2014/11/16 14:37:33 djc Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.37 2015/02/02 10:16:50 djc Exp $
31 +
32 +*hgsubversion-1.8 (02 Feb 2015)
33 +
34 + 02 Feb 2015; Dirkjan Ochtman <djc@g.o> +hgsubversion-1.8.ebuild:
35 + Version bump hgsubversion to 1.8
36
37 *hgsubversion-1.7 (16 Nov 2014)
38
39
40
41
42 1.1 dev-vcs/hgsubversion/hgsubversion-1.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hgsubversion-1.8.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.8.ebuild,v 1.1 2015/02/02 10:16:50 djc Exp $
52
53 EAPI="5"
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion repositories"
59 HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home http://pypi.python.org/pypi/hgsubversion"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-solaris"
65 IUSE="test"
66
67 # although any ref absent in the source, tests fail badly with >=mercurial-2.8.1
68 RDEPEND=">=dev-vcs/mercurial-1.4[${PYTHON_USEDEP}]
69 dev-vcs/mercurial[${PYTHON_USEDEP}]
70 || (
71 >=dev-python/subvertpy-0.7.4[${PYTHON_USEDEP}]
72 >=dev-vcs/subversion-1.5[python] )"
73 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
74 test? ( dev-python/nose[${PYTHON_USEDEP}] )"
75
76 DOCS=( README )
77
78 #python_test() {
79 # "${PYTHON}" tests/run.py || die "Tests failed under ${EPYTHON}"
80 #}