Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imv/
Date: Sun, 05 Jan 2020 13:01:43
Message-Id: 1578229295.4f24d5f1aacc2825c7aad73bd4fd6f913012228b.jer@gentoo
1 commit: 4f24d5f1aacc2825c7aad73bd4fd6f913012228b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 12:33:58 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 13:01:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f24d5f1
7
8 media-gfx/imv: Fix LICENSE
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 media-gfx/imv/imv-4.0.1.ebuild | 4 ++--
14 media-gfx/imv/imv-9999.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/media-gfx/imv/imv-4.0.1.ebuild b/media-gfx/imv/imv-4.0.1.ebuild
18 index 6dfc034c43a..b14728fdfa6 100644
19 --- a/media-gfx/imv/imv-4.0.1.ebuild
20 +++ b/media-gfx/imv/imv-4.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -8,7 +8,7 @@ DESCRIPTION="Minimal image viewer designed for tiling window manager users"
28 HOMEPAGE="https://github.com/eXeC64/imv"
29 SRC_URI="https://github.com/eXeC64/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30
31 -LICENSE="GPL-2+"
32 +LICENSE="MIT-with-advertising"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="X +freeimage jpeg png svg test tiff wayland"
36
37 diff --git a/media-gfx/imv/imv-9999.ebuild b/media-gfx/imv/imv-9999.ebuild
38 index 927a92ad359..74096054abb 100644
39 --- a/media-gfx/imv/imv-9999.ebuild
40 +++ b/media-gfx/imv/imv-9999.ebuild
41 @@ -8,7 +8,7 @@ DESCRIPTION="Minimal image viewer designed for tiling window manager users"
42 HOMEPAGE="https://github.com/eXeC64/imv"
43 EGIT_REPO_URI="https://github.com/eXeC64/imv"
44
45 -LICENSE="GPL-2+"
46 +LICENSE="MIT-with-advertising"
47 SLOT="0"
48 KEYWORDS=""
49 IUSE="X +freeimage jpeg png svg test tiff wayland"