From 3dfb78191e257d2dfce42bacca25ee51034d8420 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sat, 29 Jul 2017 11:29:06 +1000 Subject: app-portage/euscan: use HTTPS for GitHub, replace defunct HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- app-portage/euscan/euscan-0.1.1-r1.ebuild | 4 ++-- app-portage/euscan/euscan-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'app-portage') diff --git a/app-portage/euscan/euscan-0.1.1-r1.ebuild b/app-portage/euscan/euscan-0.1.1-r1.ebuild index 0fcb9a9c13a6..19345bf907e9 100644 --- a/app-portage/euscan/euscan-0.1.1-r1.ebuild +++ b/app-portage/euscan/euscan-0.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml" inherit distutils-r1 DESCRIPTION="Ebuild upstream scan utility" -HOMEPAGE="http://euscan.iksaif.net" +HOMEPAGE="https://github.com/iksaif/euscan" SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild index fc1f5b8d2086..f502a249b5fe 100644 --- a/app-portage/euscan/euscan-9999.ebuild +++ b/app-portage/euscan/euscan-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,9 +9,9 @@ PYTHON_REQ_USE="xml" inherit distutils-r1 git-2 DESCRIPTION="Ebuild upstream scan utility" -HOMEPAGE="http://euscan.iksaif.net" +HOMEPAGE="https://github.com/iksaif/euscan" SRC_URI="" -EGIT_REPO_URI="git://github.com/iksaif/euscan.git" +EGIT_REPO_URI="https://github.com/iksaif/euscan.git" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad