From 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:35:05 +0200 Subject: Enable https for all google URIs Signed-off-by: Justin Lecher --- sys-devel/ucpp/ucpp-1.3.4.ebuild | 2 +- sys-devel/ucpp/ucpp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-devel/ucpp') diff --git a/sys-devel/ucpp/ucpp-1.3.4.ebuild b/sys-devel/ucpp/ucpp-1.3.4.ebuild index ec58884c6e87..8b775a19fc25 100644 --- a/sys-devel/ucpp/ucpp-1.3.4.ebuild +++ b/sys-devel/ucpp/ucpp-1.3.4.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit eutils DESCRIPTION="A quick and light preprocessor, but anyway fully compliant to C99" -HOMEPAGE="http://code.google.com/p/ucpp/" +HOMEPAGE="https://code.google.com/p/ucpp/" SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" LICENSE="BSD" diff --git a/sys-devel/ucpp/ucpp-9999.ebuild b/sys-devel/ucpp/ucpp-9999.ebuild index 5f0eed12f385..de9e1ccdd337 100644 --- a/sys-devel/ucpp/ucpp-9999.ebuild +++ b/sys-devel/ucpp/ucpp-9999.ebuild @@ -8,7 +8,7 @@ EGIT_REPO_URI="git://github.com/scarabeusiv/ucpp.git" inherit eutils git-2 autotools DESCRIPTION="A quick and light preprocessor, but anyway fully compliant to C99" -HOMEPAGE="http://code.google.com/p/ucpp/" +HOMEPAGE="https://code.google.com/p/ucpp/" LICENSE="BSD" SLOT="0" -- cgit v1.2.3-65-gdbad