commit: 3dfb78191e257d2dfce42bacca25ee51034d8420 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Sat Jul 29 01:29:06 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 08:46:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfb7819
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(-) diff --git a/app-portage/euscan/euscan-0.1.1-r1.ebuild b/app-portage/euscan/euscan-0.1.1-r1.ebuild index 0fcb9a9c13a..19345bf907e 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 fc1f5b8d208..f502a249b5f 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"
