diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 11:29:06 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:46:56 +0200 |
commit | 3dfb78191e257d2dfce42bacca25ee51034d8420 (patch) | |
tree | c3aca74b0056b632192b2319f08a8848f9be6d60 /app-portage | |
parent | app-portage/esearch: use HTTPS for GitHub (diff) | |
download | gentoo-3dfb78191e257d2dfce42bacca25ee51034d8420.tar.gz gentoo-3dfb78191e257d2dfce42bacca25ee51034d8420.tar.bz2 gentoo-3dfb78191e257d2dfce42bacca25ee51034d8420.zip |
app-portage/euscan: use HTTPS for GitHub, replace defunct HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/euscan/euscan-0.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 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" |