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 25A2D139694 for ; Sun, 30 Jul 2017 09:45:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0E56E0F60; Sun, 30 Jul 2017 09:45:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A8FD9E0F5C for ; Sun, 30 Jul 2017 09:45:03 +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 D62C4341A0E for ; Sun, 30 Jul 2017 09:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF8F074DA for ; Sun, 30 Jul 2017 09:44:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501407891.0457e3070d207aeee6b41c4daa77b157bed4e177.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/limnoria/limnoria-20150523.ebuild net-irc/limnoria/limnoria-20150829.ebuild net-irc/limnoria/limnoria-99999999.ebuild X-VCS-Directories: net-irc/limnoria/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0457e3070d207aeee6b41c4daa77b157bed4e177 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:44:59 +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: a90cdeae-2eb5-44df-85a0-25ef3111cb8a X-Archives-Hash: 81780597bcfae38ca92fb551bafbbc4d commit: 0457e3070d207aeee6b41c4daa77b157bed4e177 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 18:03:40 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:44:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0457e307 net-irc/limnoria: use HTTPS for GitHub and HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-irc/limnoria/limnoria-20150523.ebuild | 6 +++--- net-irc/limnoria/limnoria-20150829.ebuild | 4 ++-- net-irc/limnoria/limnoria-99999999.ebuild | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-irc/limnoria/limnoria-20150523.ebuild b/net-irc/limnoria/limnoria-20150523.ebuild index 8ab78835874..3077cf78f22 100644 --- a/net-irc/limnoria/limnoria-20150523.ebuild +++ b/net-irc/limnoria/limnoria-20150523.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" @@ -11,7 +11,7 @@ MY_PN="Limnoria" MY_P="${MY_PN}-${MY_PV}" if [[ ${PV} == "99999999" ]]; then - EGIT_REPO_URI="git://github.com/ProgVal/Limnoria.git" + EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git" EGIT_BRANCH="testing" inherit git-r3 SRC_URI="" @@ -22,7 +22,7 @@ else fi DESCRIPTION="Python based extensible IRC infobot and channel bot" -HOMEPAGE="http://supybot.aperio.fr/" +HOMEPAGE="https://supybot.aperio.fr/" LICENSE="BSD" SLOT="0" IUSE="crypt ssl test" diff --git a/net-irc/limnoria/limnoria-20150829.ebuild b/net-irc/limnoria/limnoria-20150829.ebuild index 673b2e821b0..0280102ac95 100644 --- a/net-irc/limnoria/limnoria-20150829.ebuild +++ b/net-irc/limnoria/limnoria-20150829.ebuild @@ -11,7 +11,7 @@ MY_PN="Limnoria" MY_P="${MY_PN}-${MY_PV}" if [[ ${PV} == "99999999" ]]; then - EGIT_REPO_URI="git://github.com/ProgVal/Limnoria.git" + EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git" EGIT_BRANCH="testing" inherit git-r3 SRC_URI="" @@ -22,7 +22,7 @@ else fi DESCRIPTION="Python based extensible IRC infobot and channel bot" -HOMEPAGE="http://supybot.aperio.fr/" +HOMEPAGE="https://supybot.aperio.fr/" LICENSE="BSD" SLOT="0" IUSE="crypt ssl test" diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild index 673b2e821b0..0280102ac95 100644 --- a/net-irc/limnoria/limnoria-99999999.ebuild +++ b/net-irc/limnoria/limnoria-99999999.ebuild @@ -11,7 +11,7 @@ MY_PN="Limnoria" MY_P="${MY_PN}-${MY_PV}" if [[ ${PV} == "99999999" ]]; then - EGIT_REPO_URI="git://github.com/ProgVal/Limnoria.git" + EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git" EGIT_BRANCH="testing" inherit git-r3 SRC_URI="" @@ -22,7 +22,7 @@ else fi DESCRIPTION="Python based extensible IRC infobot and channel bot" -HOMEPAGE="http://supybot.aperio.fr/" +HOMEPAGE="https://supybot.aperio.fr/" LICENSE="BSD" SLOT="0" IUSE="crypt ssl test"