commit: 71d25b644b052d81aa5821b319e8fbca958d0bb0 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Apr 10 11:30:08 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Apr 13 23:21:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d25b64
dev-cpp/xsd: use HTTPS dev-cpp/xsd/xsd-4.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-cpp/xsd/xsd-4.0.0.ebuild b/dev-cpp/xsd/xsd-4.0.0.ebuild index d8d0d919b86..612125e91bb 100644 --- a/dev-cpp/xsd/xsd-4.0.0.ebuild +++ b/dev-cpp/xsd/xsd-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs versionator DESCRIPTION="An open-source, cross-platform W3C XML Schema to C++ data binding compiler" -HOMEPAGE="http://www.codesynthesis.com/products/xsd/" -SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" +HOMEPAGE="https://www.codesynthesis.com/products/xsd/" +SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
