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-doc/elisp-tutorial/
Date: Fri, 25 Mar 2022 20:59:02
Message-Id: 1648238347.4e47411b99c03a38bba55dbf1e38c6dfe6143a20.ulm@gentoo
1 commit: 4e47411b99c03a38bba55dbf1e38c6dfe6143a20
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 25 19:59:07 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 25 19:59:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=4e47411b
7
8 app-doc/elisp-tutorial: Update HOMEPAGE
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild b/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
16 index 478dd8e..48535d1 100644
17 --- a/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
18 +++ b/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 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,8 +6,8 @@ EAPI=7
26 inherit readme.gentoo-r1
27
28 DESCRIPTION="A simple Emacs Lisp tutorial"
29 -HOMEPAGE="http://www.gnuvola.org/software/elisp-tutorial/"
30 -# taken from: http://www.gnuvola.org/software/${PN}/${P}.tar.gz"
31 +HOMEPAGE="https://www.gnuvola.org/software/elisp-tutorial/"
32 +# taken from: https://www.gnuvola.org/software/${PN}/${P}.tar.gz"
33 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz"
34
35 LICENSE="GPL-3+"