dev-python/pyplusplus: Update SourceForge SVN URLs

Package-Manager: portage-2.2.28
This commit is contained in:
Sven Wegener
2016-08-21 10:48:20 +00:00
parent c56a70953c
commit 03a29eef3d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ DESCRIPTION="Object-oriented framework for creating a code generator for Boost.P
HOMEPAGE="http://www.language-binding.net/"
if [[ ${PV} == 9999 ]]; then
ESVN_REPO_URI="http://svn.code.sf.net/p/pygccxml/svn/${PN}_dev"
ESVN_REPO_URI="https://svn.code.sf.net/p/pygccxml/svn/${PN}_dev"
inherit subversion
S=${WORKDIR}/${PN}_dev
else

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ DESCRIPTION="Object-oriented framework for creating a code generator for Boost.P
HOMEPAGE="http://www.language-binding.net/"
if [[ ${PV} == 9999 ]]; then
ESVN_REPO_URI="http://svn.code.sf.net/p/pygccxml/svn/${PN}_dev"
ESVN_REPO_URI="https://svn.code.sf.net/p/pygccxml/svn/${PN}_dev"
inherit subversion
S=${WORKDIR}/${PN}_dev
else