sys-devel/ucpp: use HTTPS for GitHub, replace defunct HOMEPAGE
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 11:25:17 +0000 (21:25 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:22:41 +0000 (11:22 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sys-devel/ucpp/ucpp-9999.ebuild

index c6ba1b0dcb34b0e8b8de41c590be0a5591b4c0b2..81b7839a7a4d2c2fe72ceb579d5259d5ea5194a6 100644 (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"