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-im/ejabberd/
Date: Mon, 26 Mar 2018 18:40:52
Message-Id: 1522089638.181687b5fd8243a1692eb063bd55eb29b2dd90ce.bman@gentoo
1 commit: 181687b5fd8243a1692eb063bd55eb29b2dd90ce
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 26 18:12:10 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 18:40:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181687b5
7
8 net-im/ejabberd: use HTTPS, update docs Homepage
9
10 Closes: https://github.com/gentoo/gentoo/pull/7627
11
12 net-im/ejabberd/ejabberd-16.09.ebuild | 8 ++++----
13 net-im/ejabberd/ejabberd-17.01-r2.ebuild | 8 ++++----
14 net-im/ejabberd/ejabberd-17.04-r1.ebuild | 8 ++++----
15 3 files changed, 12 insertions(+), 12 deletions(-)
16
17 diff --git a/net-im/ejabberd/ejabberd-16.09.ebuild b/net-im/ejabberd/ejabberd-16.09.ebuild
18 index f313dbb0deb..8c86270fcf8 100644
19 --- a/net-im/ejabberd/ejabberd-16.09.ebuild
20 +++ b/net-im/ejabberd/ejabberd-16.09.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1
28 inherit eutils pam rebar ssl-cert systemd
29
30 DESCRIPTION="Robust, scalable and extensible XMPP server"
31 -HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/"
32 -SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
33 +HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/"
34 +SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
35 -> ${P}.tar.gz"
36
37 LICENSE="GPL-2"
38 @@ -264,7 +264,7 @@ pkg_postinst() {
39 if [[ ! ${REPLACING_VERSIONS} ]]; then
40 echo
41 elog "For configuration instructions, please see"
42 - elog " http://www.process-one.net/en/ejabberd/docs/"
43 + elog " https://docs.ejabberd.im/"
44 echo
45 if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then
46 ewarn "If you have used pubsub in ejabberd-2.* you may encounter issues after"
47
48 diff --git a/net-im/ejabberd/ejabberd-17.01-r2.ebuild b/net-im/ejabberd/ejabberd-17.01-r2.ebuild
49 index ec624d2c533..2d05543a571 100644
50 --- a/net-im/ejabberd/ejabberd-17.01-r2.ebuild
51 +++ b/net-im/ejabberd/ejabberd-17.01-r2.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 +# Copyright 1999-2018 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=6
58 @@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1
59 inherit eutils pam rebar ssl-cert systemd
60
61 DESCRIPTION="Robust, scalable and extensible XMPP server"
62 -HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/"
63 -SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
64 +HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/"
65 +SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
66 -> ${P}.tar.gz"
67
68 LICENSE="GPL-2"
69 @@ -278,7 +278,7 @@ pkg_postinst() {
70 if [[ ! ${REPLACING_VERSIONS} ]]; then
71 echo
72 elog "For configuration instructions, please see"
73 - elog " http://www.process-one.net/en/ejabberd/docs/"
74 + elog " https://docs.ejabberd.im/"
75 echo
76 if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then
77 ewarn "If you have used pubsub in ejabberd-2.* you may encounter issues after"
78
79 diff --git a/net-im/ejabberd/ejabberd-17.04-r1.ebuild b/net-im/ejabberd/ejabberd-17.04-r1.ebuild
80 index 5ca27008f2c..49ecf5359e3 100644
81 --- a/net-im/ejabberd/ejabberd-17.04-r1.ebuild
82 +++ b/net-im/ejabberd/ejabberd-17.04-r1.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2017 Gentoo Foundation
85 +# Copyright 1999-2018 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=6
89 @@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1
90 inherit eutils pam rebar ssl-cert systemd
91
92 DESCRIPTION="Robust, scalable and extensible XMPP server"
93 -HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/"
94 -SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
95 +HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/"
96 +SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz
97 -> ${P}.tar.gz"
98
99 LICENSE="GPL-2"
100 @@ -279,7 +279,7 @@ pkg_postinst() {
101 if [[ ! ${REPLACING_VERSIONS} ]]; then
102 echo
103 elog "For configuration instructions, please see"
104 - elog " http://www.process-one.net/en/ejabberd/docs/"
105 + elog " https://docs.ejabberd.im/"
106 echo
107 if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then
108 ewarn "If you have used pubsub in ejabberd-2.* you may encounter issues after"