mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-cpp/xsd: use HTTPS
This commit is contained in:
committed by
Aaron Bauman
parent
4abe2dc8a1
commit
71d25b644b
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=6
|
||||||
@@ -6,8 +6,8 @@ EAPI=6
|
|||||||
inherit toolchain-funcs versionator
|
inherit toolchain-funcs versionator
|
||||||
|
|
||||||
DESCRIPTION="An open-source, cross-platform W3C XML Schema to C++ data binding compiler"
|
DESCRIPTION="An open-source, cross-platform W3C XML Schema to C++ data binding compiler"
|
||||||
HOMEPAGE="http://www.codesynthesis.com/products/xsd/"
|
HOMEPAGE="https://www.codesynthesis.com/products/xsd/"
|
||||||
SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
|
SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
|
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
|
||||||
|
|||||||
Reference in New Issue
Block a user