diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:25:17 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:41 +0200 |
commit | d4888952e7a00cd48cf9cdff741fd476c151859d (patch) | |
tree | 01c5fdbece79f0a45a2debb317a2923bbcc8d1eb /sys-devel/ucpp | |
parent | sys-block/f3: use HTTPS for GitHub (diff) | |
download | gentoo-d4888952e7a00cd48cf9cdff741fd476c151859d.tar.gz gentoo-d4888952e7a00cd48cf9cdff741fd476c151859d.tar.bz2 gentoo-d4888952e7a00cd48cf9cdff741fd476c151859d.zip |
sys-devel/ucpp: use HTTPS for GitHub, replace defunct HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-devel/ucpp')
-rw-r--r-- | sys-devel/ucpp/ucpp-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/ucpp/ucpp-9999.ebuild b/sys-devel/ucpp/ucpp-9999.ebuild index c6ba1b0dcb34..81b7839a7a4d 100644 --- a/sys-devel/ucpp/ucpp-9999.ebuild +++ b/sys-devel/ucpp/ucpp-9999.ebuild @@ -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" |