Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/
Date: Wed, 03 Apr 2019 10:55:01
Message-Id: 1554288794.d26517c40de18a1ab672f9152b72db44b2d82f7c.ulm@gentoo
1 commit: d26517c40de18a1ab672f9152b72db44b2d82f7c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 3 10:53:14 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 3 10:53:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26517c4
7
8 dev-vcs/cvs2svn: Drop python use dependencies on bzr and git.
9
10 Not needed, because no python bindings are used.
11
12 Acked-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild | 6 +++---
17 dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild | 4 ++--
18 2 files changed, 5 insertions(+), 5 deletions(-)
19
20 diff --git a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
21 index bfdeb720bee..8f54c70877e 100644
22 --- a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
23 +++ b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -21,8 +21,8 @@ IUSE="bazaar git test"
31
32 DEPEND=">=dev-vcs/subversion-1.0.9"
33 RDEPEND="${DEPEND}
34 - bazaar? ( >=dev-vcs/bzr-1.13[${PYTHON_USEDEP}] )
35 - git? ( >=dev-vcs/git-1.5.4.4[${PYTHON_USEDEP}] )
36 + bazaar? ( >=dev-vcs/bzr-1.13 )
37 + git? ( >=dev-vcs/git-1.5.4.4 )
38 dev-vcs/rcs"
39
40 pkg_setup() {
41
42 diff --git a/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild b/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild
43 index ad033bc6bdb..8d1c4ed57dc 100644
44 --- a/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild
45 +++ b/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild
46 @@ -21,8 +21,8 @@ IUSE="bazaar git test"
47
48 DEPEND=">=dev-vcs/subversion-1.0.9"
49 RDEPEND="${DEPEND}
50 - bazaar? ( >=dev-vcs/bzr-1.13[${PYTHON_USEDEP}] )
51 - git? ( >=dev-vcs/git-1.5.4.4[${PYTHON_USEDEP}] )
52 + bazaar? ( >=dev-vcs/bzr-1.13 )
53 + git? ( >=dev-vcs/git-1.5.4.4 )
54 dev-vcs/rcs"
55
56 pkg_setup() {