Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyplusplus/
Date: Sun, 30 Oct 2016 20:05:17
Message-Id: 1477857859.03a29eef3d533c4cf67cc267dfef05e2828e362d.swegener@gentoo
1 commit: 03a29eef3d533c4cf67cc267dfef05e2828e362d
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 21 10:48:20 2016 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 20:04:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a29eef
7
8 dev-python/pyplusplus: Update SourceForge SVN URLs
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild | 4 ++--
13 dev-python/pyplusplus/pyplusplus-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild b/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild
17 index 6f0ba54..5b45061 100644
18 --- a/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild
19 +++ b/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -12,7 +12,7 @@ DESCRIPTION="Object-oriented framework for creating a code generator for Boost.P
27 HOMEPAGE="http://www.language-binding.net/"
28
29 if [[ ${PV} == 9999 ]]; then
30 - ESVN_REPO_URI="http://svn.code.sf.net/p/pygccxml/svn/${PN}_dev"
31 + ESVN_REPO_URI="https://svn.code.sf.net/p/pygccxml/svn/${PN}_dev"
32 inherit subversion
33 S=${WORKDIR}/${PN}_dev
34 else
35
36 diff --git a/dev-python/pyplusplus/pyplusplus-9999.ebuild b/dev-python/pyplusplus/pyplusplus-9999.ebuild
37 index d8dd49d..498a4b4 100644
38 --- a/dev-python/pyplusplus/pyplusplus-9999.ebuild
39 +++ b/dev-python/pyplusplus/pyplusplus-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2016 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -12,7 +12,7 @@ DESCRIPTION="Object-oriented framework for creating a code generator for Boost.P
47 HOMEPAGE="http://www.language-binding.net/"
48
49 if [[ ${PV} == 9999 ]]; then
50 - ESVN_REPO_URI="http://svn.code.sf.net/p/pygccxml/svn/${PN}_dev"
51 + ESVN_REPO_URI="https://svn.code.sf.net/p/pygccxml/svn/${PN}_dev"
52 inherit subversion
53 S=${WORKDIR}/${PN}_dev
54 else