diff options
Diffstat (limited to 'app-portage/euscan')
-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" |