app-portage/euscan: use HTTPS for GitHub, replace defunct HOMEPAGE
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 01:29:06 +0000 (11:29 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 08:46:56 +0000 (10:46 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-portage/euscan/euscan-0.1.1-r1.ebuild
app-portage/euscan/euscan-9999.ebuild

index 0fcb9a9c13a610f85945edd2082562cdf64faef2..19345bf907e92ad42defc9a46fc456383f4b4e44 100644 (file)
@@ -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"
index fc1f5b8d2086fbf84a0859d8e4379a09df33cda3..f502a249b5fe009bc707887bc464b26e35de34ba 100644 (file)
@@ -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"