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 9284F1381F1 for ; Mon, 5 Feb 2018 23:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD973E09DF; Mon, 5 Feb 2018 23:59:20 +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 BAEAAE09DF for ; Mon, 5 Feb 2018 23:59:20 +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 EB0CC335C05 for ; Mon, 5 Feb 2018 23:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86E3578 for ; Mon, 5 Feb 2018 23:59:18 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1517875137.4accdd52cbc2bbbeed3a5d08015ed53d20a25040.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/circe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/circe/circe-1.3.ebuild app-emacs/circe/circe-2.7.ebuild X-VCS-Directories: app-emacs/circe/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4accdd52cbc2bbbeed3a5d08015ed53d20a25040 X-VCS-Branch: master Date: Mon, 5 Feb 2018 23:59:18 +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: 30cf95c8-2e6e-4a7c-a675-f586aca6e6be X-Archives-Hash: b705d2fcf4daab1fbb88d7eb777c500d commit: 4accdd52cbc2bbbeed3a5d08015ed53d20a25040 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 4 16:01:16 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 5 23:58:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4accdd52 app-emacs/circe: use HTTPS, fix HOMEPAGE app-emacs/circe/circe-1.3.ebuild | 4 ++-- app-emacs/circe/circe-2.7.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/circe/circe-1.3.ebuild b/app-emacs/circe/circe-1.3.ebuild index f9056ffa00e..cc6e6d9515d 100644 --- a/app-emacs/circe/circe-1.3.ebuild +++ b/app-emacs/circe/circe-1.3.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit elisp DESCRIPTION="A great IRC client for Emacs" -HOMEPAGE="http://www.jorgenschaefer.de/software/circe/ - http://www.emacswiki.org/emacs/Circe" +HOMEPAGE="https://github.com/jorgenschaefer/circe + https://www.emacswiki.org/emacs/Circe" SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/${P}.tar.gz" LICENSE="GPL-3+" diff --git a/app-emacs/circe/circe-2.7.ebuild b/app-emacs/circe/circe-2.7.ebuild index 447bd4da3a0..8367f297cab 100644 --- a/app-emacs/circe/circe-2.7.ebuild +++ b/app-emacs/circe/circe-2.7.ebuild @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="A great IRC client for Emacs" HOMEPAGE="https://github.com/jorgenschaefer/circe - http://www.emacswiki.org/emacs/Circe" + https://www.emacswiki.org/emacs/Circe" SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+"