Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vis/
Date: Fri, 09 Sep 2022 06:21:04
Message-Id: 1662704448.478c53238ce29e4d3c5ebcbbe7720f657fdb3130.juippis@gentoo
1 commit: 478c53238ce29e4d3c5ebcbbe7720f657fdb3130
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Thu Aug 25 11:35:09 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 9 06:20:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478c5323
7
8 app-editors/vis: Add MIT license for the lexers
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11 Closes: https://github.com/gentoo/gentoo/pull/26763
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 app-editors/vis/vis-0.7-r1.ebuild | 2 +-
15 app-editors/vis/vis-0.7.ebuild | 4 ++--
16 app-editors/vis/vis-9999.ebuild | 2 +-
17 3 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/app-editors/vis/vis-0.7-r1.ebuild b/app-editors/vis/vis-0.7-r1.ebuild
20 index e400f418df91..285ffc56f3f9 100644
21 --- a/app-editors/vis/vis-0.7-r1.ebuild
22 +++ b/app-editors/vis/vis-0.7-r1.ebuild
23 @@ -19,7 +19,7 @@ fi
24
25 DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
26 HOMEPAGE="https://github.com/martanne/vis"
27 -LICENSE="ISC"
28 +LICENSE="ISC MIT"
29 SLOT="0"
30 IUSE="+ncurses +lua selinux test tre"
31 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
32
33 diff --git a/app-editors/vis/vis-0.7.ebuild b/app-editors/vis/vis-0.7.ebuild
34 index 775cdeed1fce..0638ef99f5fc 100644
35 --- a/app-editors/vis/vis-0.7.ebuild
36 +++ b/app-editors/vis/vis-0.7.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2021 Gentoo Authors
39 +# Copyright 1999-2022 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43 @@ -12,7 +12,7 @@ DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
44 HOMEPAGE="https://github.com/martanne/vis"
45 SRC_URI="https://github.com/martanne/vis/releases/download/v${PV}/${P}.tar.gz
46 test? ( https://github.com/martanne/vis-test/releases/download/v${MY_PTV}/vis-test-${MY_PTV}.tar.gz )"
47 -LICENSE="ISC"
48 +LICENSE="ISC MIT"
49 SLOT="0"
50 KEYWORDS="amd64 arm ~riscv x86"
51 IUSE="+ncurses +lua selinux test tre"
52
53 diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild
54 index e400f418df91..285ffc56f3f9 100644
55 --- a/app-editors/vis/vis-9999.ebuild
56 +++ b/app-editors/vis/vis-9999.ebuild
57 @@ -19,7 +19,7 @@ fi
58
59 DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
60 HOMEPAGE="https://github.com/martanne/vis"
61 -LICENSE="ISC"
62 +LICENSE="ISC MIT"
63 SLOT="0"
64 IUSE="+ncurses +lua selinux test tre"
65 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"