Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/nummove/
Date: Fri, 01 Apr 2022 19:35:43
Message-Id: 1648841717.c0b3958cddfb7cf0bd36a7b599315a5e41b03dd4.ulm@gentoo
1 commit: c0b3958cddfb7cf0bd36a7b599315a5e41b03dd4
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 19:35:17 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 19:35:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=c0b3958c
7
8 app-emacs/nummove: Update HOMEPAGE and SRC_URI
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-emacs/nummove/nummove-20070312.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emacs/nummove/nummove-20070312.ebuild b/app-emacs/nummove/nummove-20070312.ebuild
16 index f5270bd..b813771 100644
17 --- a/app-emacs/nummove/nummove-20070312.ebuild
18 +++ b/app-emacs/nummove/nummove-20070312.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -6,9 +6,9 @@ EAPI=7
26 inherit elisp
27
28 DESCRIPTION="A graphical game of fifteen"
29 -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/Nummove"
30 +HOMEPAGE="https://www.emacswiki.org/emacs/Nummove"
31 # taken from http://users.student.lth.se/f03kr/nummove.tar.gz
32 -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz"
33 +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz"
34
35 LICENSE="GPL-2+"
36 SLOT="0"