Gentoo Archives: gentoo-commits

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