Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/circe/
Date: Mon, 05 Feb 2018 23:59:21
Message-Id: 1517875137.4accdd52cbc2bbbeed3a5d08015ed53d20a25040.ulm@gentoo
1 commit: 4accdd52cbc2bbbeed3a5d08015ed53d20a25040
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 4 16:01:16 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 23:58:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4accdd52
7
8 app-emacs/circe: use HTTPS, fix HOMEPAGE
9
10 app-emacs/circe/circe-1.3.ebuild | 4 ++--
11 app-emacs/circe/circe-2.7.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/app-emacs/circe/circe-1.3.ebuild b/app-emacs/circe/circe-1.3.ebuild
15 index f9056ffa00e..cc6e6d9515d 100644
16 --- a/app-emacs/circe/circe-1.3.ebuild
17 +++ b/app-emacs/circe/circe-1.3.ebuild
18 @@ -6,8 +6,8 @@ EAPI=5
19 inherit elisp
20
21 DESCRIPTION="A great IRC client for Emacs"
22 -HOMEPAGE="http://www.jorgenschaefer.de/software/circe/
23 - http://www.emacswiki.org/emacs/Circe"
24 +HOMEPAGE="https://github.com/jorgenschaefer/circe
25 + https://www.emacswiki.org/emacs/Circe"
26 SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/${P}.tar.gz"
27
28 LICENSE="GPL-3+"
29
30 diff --git a/app-emacs/circe/circe-2.7.ebuild b/app-emacs/circe/circe-2.7.ebuild
31 index 447bd4da3a0..8367f297cab 100644
32 --- a/app-emacs/circe/circe-2.7.ebuild
33 +++ b/app-emacs/circe/circe-2.7.ebuild
34 @@ -8,7 +8,7 @@ inherit elisp
35
36 DESCRIPTION="A great IRC client for Emacs"
37 HOMEPAGE="https://github.com/jorgenschaefer/circe
38 - http://www.emacswiki.org/emacs/Circe"
39 + https://www.emacswiki.org/emacs/Circe"
40 SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="GPL-3+"