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/, app-emulation/proton-ge-custom-bin/
Date: Tue, 02 Aug 2022 10:55:26
Message-Id: 1659437618.2fe70d5c311e61e7249ef997b51878f61ac55d1a.lanodan@gentoo
1 commit: 2fe70d5c311e61e7249ef997b51878f61ac55d1a
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Tue Aug 2 10:44:03 2022 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Tue Aug 2 10:53:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fe70d5c
7
8 app-emulation/proton-ge-custom-bin: Fix LICENSE
9
10 This is just the BSD-3-Clause aka "BSD" in Gentoo.
11
12 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
13
14 .../proton-ge-custom-bin-7.27.ebuild | 2 +-
15 licenses/proton | 27 ----------------------
16 2 files changed, 1 insertion(+), 28 deletions(-)
17
18 diff --git a/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.27.ebuild b/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.27.ebuild
19 index 569b83a87..6a91640c6 100644
20 --- a/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.27.ebuild
21 +++ b/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.27.ebuild
22 @@ -9,7 +9,7 @@ DESCRIPTION="A fancy custom distribution of Valves Proton with various patches"
23 HOMEPAGE="https://github.com/GloriousEggroll/proton-ge-custom"
24 SRC_URI="https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton${PV/./-}/GE-Proton${PV/./-}.tar.gz"
25 S="${WORKDIR}/GE-Proton${PV/./-}"
26 -LICENSE="|| ( 0BSD LGPL-2+ ZLIB MIT MPL-2.0 OFL-1.1 proton )"
27 +LICENSE="0BSD LGPL-2+ ZLIB MIT MPL-2.0 OFL-1.1 BSD"
28 SLOT="${PV}"
29 KEYWORDS="~amd64"
30 RESTRICT="mirror strip"
31
32 diff --git a/licenses/proton b/licenses/proton
33 deleted file mode 100644
34 index 6118cfbf8..000000000
35 --- a/licenses/proton
36 +++ /dev/null
37 @@ -1,27 +0,0 @@
38 -Copyright (c) 2018-2022, Valve Corporation
39 -All rights reserved.
40 -
41 -Redistribution and use in source and binary forms, with or without modification,
42 -are permitted provided that the following conditions are met:
43 -
44 -1. Redistributions of source code must retain the above copyright notice, this
45 -list of conditions and the following disclaimer.
46 -
47 -2. Redistributions in binary form must reproduce the above copyright notice,
48 -this list of conditions and the following disclaimer in the documentation and/or
49 -other materials provided with the distribution.
50 -
51 -3. Neither the name of the copyright holder nor the names of its contributors
52 -may be used to endorse or promote products derived from this software without
53 -specific prior written permission.
54 -
55 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
56 -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
57 -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
58 -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
59 -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
60 -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
61 -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
62 -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
63 -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
64 -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.