Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/owncloud-client/
Date: Fri, 01 Mar 2019 00:28:15
Message-Id: 1551400079.98daf2e4ef769ec8c8bc0988d950337387d5349b.bman@gentoo
1 commit: 98daf2e4ef769ec8c8bc0988d950337387d5349b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 28 19:08:48 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 00:27:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98daf2e4
7
8 net-misc/owncloud-client: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11178
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild | 6 +++---
15 net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild | 6 +++---
16 net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild | 4 ++--
17 3 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild b/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild
20 index 221362c5f1a..c65369cdae4 100644
21 --- a/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild
22 +++ b/net-misc/owncloud-client/owncloud-client-2.5.0.10650.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -6,8 +6,8 @@ EAPI=6
30 inherit cmake-utils gnome2-utils
31
32 DESCRIPTION="Synchronize files from ownCloud Server with your computer"
33 -HOMEPAGE="http://owncloud.org/"
34 -SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
35 +HOMEPAGE="https://owncloud.org/"
36 +SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
37
38 LICENSE="CC-BY-3.0 GPL-2"
39 SLOT="0"
40
41 diff --git a/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild b/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild
42 index 221362c5f1a..c65369cdae4 100644
43 --- a/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild
44 +++ b/net-misc/owncloud-client/owncloud-client-2.5.1.10973.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2018 Gentoo Authors
47 +# Copyright 1999-2019 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -6,8 +6,8 @@ EAPI=6
52 inherit cmake-utils gnome2-utils
53
54 DESCRIPTION="Synchronize files from ownCloud Server with your computer"
55 -HOMEPAGE="http://owncloud.org/"
56 -SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
57 +HOMEPAGE="https://owncloud.org/"
58 +SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
59
60 LICENSE="CC-BY-3.0 GPL-2"
61 SLOT="0"
62
63 diff --git a/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild b/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild
64 index 024076bcd69..c65369cdae4 100644
65 --- a/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild
66 +++ b/net-misc/owncloud-client/owncloud-client-2.5.3.11470.ebuild
67 @@ -6,8 +6,8 @@ EAPI=6
68 inherit cmake-utils gnome2-utils
69
70 DESCRIPTION="Synchronize files from ownCloud Server with your computer"
71 -HOMEPAGE="http://owncloud.org/"
72 -SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
73 +HOMEPAGE="https://owncloud.org/"
74 +SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
75
76 LICENSE="CC-BY-3.0 GPL-2"
77 SLOT="0"