From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 486851382C5 for ; Mon, 26 Mar 2018 18:40:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A952E0954; Mon, 26 Mar 2018 18:40:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DCC0E08E5 for ; Mon, 26 Mar 2018 18:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67DDF335C07 for ; Mon, 26 Mar 2018 18:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69AA3268 for ; Mon, 26 Mar 2018 18:40:46 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522089638.181687b5fd8243a1692eb063bd55eb29b2dd90ce.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ejabberd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/ejabberd/ejabberd-16.09.ebuild net-im/ejabberd/ejabberd-17.01-r2.ebuild net-im/ejabberd/ejabberd-17.04-r1.ebuild X-VCS-Directories: net-im/ejabberd/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 181687b5fd8243a1692eb063bd55eb29b2dd90ce X-VCS-Branch: master Date: Mon, 26 Mar 2018 18:40:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6c8ade9d-fdf5-43b7-8495-109a1ad55ab0 X-Archives-Hash: 84da14d5dd08f1ea859871a80b8eca3b commit: 181687b5fd8243a1692eb063bd55eb29b2dd90ce Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Mar 26 18:12:10 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 26 18:40:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181687b5 net-im/ejabberd: use HTTPS, update docs Homepage Closes: https://github.com/gentoo/gentoo/pull/7627 net-im/ejabberd/ejabberd-16.09.ebuild | 8 ++++---- net-im/ejabberd/ejabberd-17.01-r2.ebuild | 8 ++++---- net-im/ejabberd/ejabberd-17.04-r1.ebuild | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-im/ejabberd/ejabberd-16.09.ebuild b/net-im/ejabberd/ejabberd-16.09.ebuild index f313dbb0deb..8c86270fcf8 100644 --- a/net-im/ejabberd/ejabberd-16.09.ebuild +++ b/net-im/ejabberd/ejabberd-16.09.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1 inherit eutils pam rebar ssl-cert systemd DESCRIPTION="Robust, scalable and extensible XMPP server" -HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/" -SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz +HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/" +SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz -> ${P}.tar.gz" LICENSE="GPL-2" @@ -264,7 +264,7 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then echo elog "For configuration instructions, please see" - elog " http://www.process-one.net/en/ejabberd/docs/" + elog " https://docs.ejabberd.im/" echo if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then ewarn "If you have used pubsub in ejabberd-2.* you may encounter issues after" diff --git a/net-im/ejabberd/ejabberd-17.01-r2.ebuild b/net-im/ejabberd/ejabberd-17.01-r2.ebuild index ec624d2c533..2d05543a571 100644 --- a/net-im/ejabberd/ejabberd-17.01-r2.ebuild +++ b/net-im/ejabberd/ejabberd-17.01-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1 inherit eutils pam rebar ssl-cert systemd DESCRIPTION="Robust, scalable and extensible XMPP server" -HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/" -SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz +HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/" +SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz -> ${P}.tar.gz" LICENSE="GPL-2" @@ -278,7 +278,7 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then echo elog "For configuration instructions, please see" - elog " http://www.process-one.net/en/ejabberd/docs/" + elog " https://docs.ejabberd.im/" echo if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then ewarn "If you have used pubsub in ejabberd-2.* you may encounter issues after" diff --git a/net-im/ejabberd/ejabberd-17.04-r1.ebuild b/net-im/ejabberd/ejabberd-17.04-r1.ebuild index 5ca27008f2c..49ecf5359e3 100644 --- a/net-im/ejabberd/ejabberd-17.04-r1.ebuild +++ b/net-im/ejabberd/ejabberd-17.04-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ SSL_CERT_MANDATORY=1 inherit eutils pam rebar ssl-cert systemd DESCRIPTION="Robust, scalable and extensible XMPP server" -HOMEPAGE="http://www.ejabberd.im/ https://github.com/processone/ejabberd/" -SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz +HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/" +SRC_URI="https://www.process-one.net/downloads/${PN}/${PV}/${P}.tgz -> ${P}.tar.gz" LICENSE="GPL-2" @@ -279,7 +279,7 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then echo elog "For configuration instructions, please see" - elog " http://www.process-one.net/en/ejabberd/docs/" + elog " https://docs.ejabberd.im/" echo if [[ " ${REPLACING_VERSIONS} " =~ \ 2\. ]]; then ewarn "If you have used pubsub in ejabberd-2.* you may encounter issues after"