diff options
author | Sven Wegener <swegener@gentoo.org> | 2016-08-21 10:48:20 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2016-10-30 20:04:19 +0000 |
commit | 03a29eef3d533c4cf67cc267dfef05e2828e362d (patch) | |
tree | 2c5c6cf95b49776d68fb24a815cfdba38998e1a4 /dev-python | |
parent | dev-libs/libg15render: Update SourceForge SVN URLs (diff) | |
download | gentoo-03a29eef3d533c4cf67cc267dfef05e2828e362d.tar.gz gentoo-03a29eef3d533c4cf67cc267dfef05e2828e362d.tar.bz2 gentoo-03a29eef3d533c4cf67cc267dfef05e2828e362d.zip |
dev-python/pyplusplus: Update SourceForge SVN URLs
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyplusplus/pyplusplus-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild b/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild index 6f0ba54ee40f..5b4506191a3b 100644 --- a/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild +++ b/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild @@ -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 diff --git a/dev-python/pyplusplus/pyplusplus-9999.ebuild b/dev-python/pyplusplus/pyplusplus-9999.ebuild index d8dd49d4e026..498a4b43aa1d 100644 --- a/dev-python/pyplusplus/pyplusplus-9999.ebuild +++ b/dev-python/pyplusplus/pyplusplus-9999.ebuild @@ -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 |