Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: licenses/, profiles/, x11-misc/i3lock-color/
Date: Fri, 25 Dec 2020 20:42:42
Message-Id: 1608823094.18f04d355ea0ae2d5ae6e870679c205a0c621ea2.lanodan@gentoo
1 commit: 18f04d355ea0ae2d5ae6e870679c205a0c621ea2
2 Author: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
3 AuthorDate: Thu Dec 24 15:18:14 2020 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Thu Dec 24 15:18:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18f04d35
7
8 x11-misc/i3lock-color: fix license to MIT
9
10 Closes: https://bugs.gentoo.org/761211
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>
13
14 licenses/i3lock-color | 31 ------------------------
15 profiles/license_groups | 2 +-
16 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 2 +-
17 x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 2 +-
18 x11-misc/i3lock-color/i3lock-color-9999.ebuild | 2 +-
19 5 files changed, 4 insertions(+), 35 deletions(-)
20
21 diff --git a/licenses/i3lock-color b/licenses/i3lock-color
22 deleted file mode 100644
23 index 00ddbfc6..00000000
24 --- a/licenses/i3lock-color
25 +++ /dev/null
26 @@ -1,31 +0,0 @@
27 -Copyright © 2010-2011, Michael Stapelberg
28 -Copyright © 2015, Cassandra Fox
29 -Copyright © 2015, Raymond Li
30 -All rights reserved.
31 -
32 -Redistribution and use in source and binary forms, with or without
33 -modification, are permitted provided that the following conditions are met:
34 -
35 - * Redistributions of source code must retain the above copyright
36 - notice, this list of conditions and the following disclaimer.
37 -
38 - * Redistributions in binary form must reproduce the above copyright
39 - notice, this list of conditions and the following disclaimer in the
40 - documentation and/or other materials provided with the distribution.
41 -
42 - * Neither the name of Michael Stapelberg, nor the name of Raymond Li,
43 - nor the names of contributors may be used to endorse or promote
44 - products derived from this software without specific prior written
45 - permission.
46 -
47 -THIS SOFTWARE IS PROVIDED BY Michael Stapelberg/Cassandra Fox/Raymond Li
48 -''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
49 -TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
50 -PURPOSE ARE DISCLAIMED.
51 -IN NO EVENT SHALL Michael Stapelberg/Cassandra Fox/Raymond Li BE LIABLE FOR
52 -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
53 -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
54 -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
55 -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
56 -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
57 -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
58
59 diff --git a/profiles/license_groups b/profiles/license_groups
60 index 1c0d5a77..df737891 100644
61 --- a/profiles/license_groups
62 +++ b/profiles/license_groups
63 @@ -1,6 +1,6 @@
64 FSF-APPROVED EUPL-1.2
65 OSI-APPROVED EUPL-1.2
66 -MISC-FREE Unicode_Fonts_for_Ancient_Scripts i3lock-color noweb
67 +MISC-FREE Unicode_Fonts_for_Ancient_Scripts noweb
68 FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE
69 FREE @FREE-SOFTWARE
70 DFSG @FREE lablgtk-examples meschach VOSTROM
71
72 diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
73 index 4a9e1e32..98cc2cb3 100644
74 --- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
75 +++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
76 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Raymo111/i3lock-color"
77 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
78 S="${WORKDIR}/${PN}-${MY_PV}"
79
80 -LICENSE="i3lock-color"
81 +LICENSE="MIT"
82 SLOT="0"
83 KEYWORDS="~amd64"
84
85
86 diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
87 index 0a70af4c..29daf268 100644
88 --- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
89 +++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
90 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Raymo111/i3lock-color"
91 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
92 S="${WORKDIR}/${PN}-${MY_PV}"
93
94 -LICENSE="i3lock-color"
95 +LICENSE="MIT"
96 SLOT="0"
97 KEYWORDS="~amd64"
98
99
100 diff --git a/x11-misc/i3lock-color/i3lock-color-9999.ebuild b/x11-misc/i3lock-color/i3lock-color-9999.ebuild
101 index 8d085aa9..2b065105 100644
102 --- a/x11-misc/i3lock-color/i3lock-color-9999.ebuild
103 +++ b/x11-misc/i3lock-color/i3lock-color-9999.ebuild
104 @@ -9,7 +9,7 @@ DESCRIPTION="Improved i3lock with color customization"
105 HOMEPAGE="https://github.com/Raymo111/i3lock-color"
106 EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git"
107
108 -LICENSE="i3lock-color"
109 +LICENSE="MIT"
110 SLOT="0"
111
112 DEPEND="