sys-devel/ucpp: use HTTPS for GitHub, replace defunct HOMEPAGE

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-29 21:25:17 +10:00
committed by Michał Górny
parent 2352f7d0e2
commit d4888952e7

View File

@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EGIT_REPO_URI="git://github.com/scarabeusiv/ucpp.git"
EGIT_REPO_URI="https://github.com/scarabeusiv/ucpp.git"
inherit eutils git-2 autotools
DESCRIPTION="A quick and light preprocessor, but anyway fully compliant to C99"
HOMEPAGE="https://code.google.com/p/ucpp/"
HOMEPAGE="https://github.com/scarabeusiv/ucpp"
LICENSE="BSD"
SLOT="0"