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/auto-lang/
Date: Fri, 01 Apr 2022 19:35:43
Message-Id: 1648841625.fac4e3f8652f2ac22f171a9aaa4be1a8c411609d.ulm@gentoo
1 commit: fac4e3f8652f2ac22f171a9aaa4be1a8c411609d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 19:33:45 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 19:33:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=fac4e3f8
7
8 app-emacs/auto-lang: Update HOMEPAGE and SRC_URI
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-emacs/auto-lang/auto-lang-0.02_beta.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emacs/auto-lang/auto-lang-0.02_beta.ebuild b/app-emacs/auto-lang/auto-lang-0.02_beta.ebuild
16 index f4952e3..9bce6bd 100644
17 --- a/app-emacs/auto-lang/auto-lang-0.02_beta.ebuild
18 +++ b/app-emacs/auto-lang/auto-lang-0.02_beta.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,9 +6,9 @@ EAPI=7
26 inherit elisp
27
28 DESCRIPTION="Guess language of current buffer"
29 -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/AutoLangMode"
30 +HOMEPAGE="https://www.emacswiki.org/emacs/AutoLangMode"
31 # taken from: http://www.marquardt-home.de/auto-lang.el
32 -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
33 +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
34
35 LICENSE="GPL-2+"
36 SLOT="0"