Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/euscan/
Date: Sun, 30 Jul 2017 08:47:58
Message-Id: 1501404416.3dfb78191e257d2dfce42bacca25ee51034d8420.mgorny@gentoo
1 commit: 3dfb78191e257d2dfce42bacca25ee51034d8420
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:29:06 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:46:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfb7819
7
8 app-portage/euscan: use HTTPS for GitHub, replace defunct HOMEPAGE
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-portage/euscan/euscan-0.1.1-r1.ebuild | 4 ++--
13 app-portage/euscan/euscan-9999.ebuild | 6 +++---
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-portage/euscan/euscan-0.1.1-r1.ebuild b/app-portage/euscan/euscan-0.1.1-r1.ebuild
17 index 0fcb9a9c13a..19345bf907e 100644
18 --- a/app-portage/euscan/euscan-0.1.1-r1.ebuild
19 +++ b/app-portage/euscan/euscan-0.1.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
27 inherit distutils-r1
28
29 DESCRIPTION="Ebuild upstream scan utility"
30 -HOMEPAGE="http://euscan.iksaif.net"
31 +HOMEPAGE="https://github.com/iksaif/euscan"
32 SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
33
34 LICENSE="GPL-2"
35
36 diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild
37 index fc1f5b8d208..f502a249b5f 100644
38 --- a/app-portage/euscan/euscan-9999.ebuild
39 +++ b/app-portage/euscan/euscan-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -9,9 +9,9 @@ PYTHON_REQ_USE="xml"
47 inherit distutils-r1 git-2
48
49 DESCRIPTION="Ebuild upstream scan utility"
50 -HOMEPAGE="http://euscan.iksaif.net"
51 +HOMEPAGE="https://github.com/iksaif/euscan"
52 SRC_URI=""
53 -EGIT_REPO_URI="git://github.com/iksaif/euscan.git"
54 +EGIT_REPO_URI="https://github.com/iksaif/euscan.git"
55
56 LICENSE="GPL-2"
57 SLOT="0"