Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/evil/
Date: Sun, 04 Feb 2018 22:49:51
Message-Id: 1517784567.bb390b7875de964d0eeec84efc10bcc692389d9e.monsieurp@gentoo
1 commit: bb390b7875de964d0eeec84efc10bcc692389d9e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 4 19:11:53 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 22:49:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb390b78
7
8 app-emacs/evil: fix HOMEPAGE.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7075
11
12 app-emacs/evil/evil-1.0.8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emacs/evil/evil-1.0.8.ebuild b/app-emacs/evil/evil-1.0.8.ebuild
16 index e383f4057fe..e9a11acabe1 100644
17 --- a/app-emacs/evil/evil-1.0.8.ebuild
18 +++ b/app-emacs/evil/evil-1.0.8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -6,7 +6,7 @@ EAPI=5
26 inherit elisp
27
28 DESCRIPTION="Extensible vi layer for Emacs"
29 -HOMEPAGE="http://gitorious.org/evil"
30 +HOMEPAGE="https://github.com/emacs-evil/evil"
31 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
32
33 LICENSE="GPL-3+ FDL-1.3+"