Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aldumb/, games-fps/gzdoom/, licenses/, media-libs/dumb/
Date: Mon, 03 Jun 2019 19:11:36
Message-Id: 1559589045.e9f9853ef04488433a6501d62637cce8eb5824c6.chewi@gentoo
1 commit: e9f9853ef04488433a6501d62637cce8eb5824c6
2 Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 3 11:50:20 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 19:10:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f9853e
7
8 licenses: Update the DUMB license file to version 0.9.3
9
10 The media-libs/dumb, media-libs/aldumb, and games-fps/gzdoom package
11 were all released under the DUMB 0.9.3 license. Since no existing
12 Gentoo package is released under the DUMB 0.9.2 license, the DUMB-0.9.2
13 license file has been replaced with the DUMB-0.9.3 license file.
14
15 Package-Manager: Portage-2.3.67, Repoman-2.3.13
16 Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
17 Closes: https://github.com/gentoo/gentoo/pull/12178
18 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
19
20 games-fps/gzdoom/gzdoom-4.1.2.ebuild | 2 +-
21 licenses/DUMB-0.9.2 | 58 -----------------------
22 licenses/DUMB-0.9.3 | 87 +++++++++++++++++++++++++++++++++++
23 media-libs/aldumb/aldumb-0.9.3.ebuild | 2 +-
24 media-libs/dumb/dumb-0.9.3-r3.ebuild | 2 +-
25 5 files changed, 90 insertions(+), 61 deletions(-)
26
27 diff --git a/games-fps/gzdoom/gzdoom-4.1.2.ebuild b/games-fps/gzdoom/gzdoom-4.1.2.ebuild
28 index 57242205a7a..4c82f3b5392 100644
29 --- a/games-fps/gzdoom/gzdoom-4.1.2.ebuild
30 +++ b/games-fps/gzdoom/gzdoom-4.1.2.ebuild
31 @@ -9,7 +9,7 @@ DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine"
32 HOMEPAGE="https://zdoom.org"
33 SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> ${P}.tar.gz"
34
35 -LICENSE="BSD BZIP2 cephes DUMB-0.9.2 GPL-3 LGPL-3 MIT"
36 +LICENSE="BSD BZIP2 cephes DUMB-0.9.3 GPL-3 LGPL-3 MIT"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 IUSE="fluidsynth gtk gtk2 openal openmp"
40
41 diff --git a/licenses/DUMB-0.9.2 b/licenses/DUMB-0.9.2
42 deleted file mode 100644
43 index fac645f2e90..00000000000
44 --- a/licenses/DUMB-0.9.2
45 +++ /dev/null
46 @@ -1,58 +0,0 @@
47 -/* _______ ____ __ ___ ___
48 - * \ _ \ \ / \ / \ \ / / ' ' '
49 - * | | \ \ | | || | \/ | . .
50 - * | | | | | | || ||\ /| |
51 - * | | | | | | || || \/ | | ' ' '
52 - * | | | | | | || || | | . .
53 - * | |_/ / \ \__// || | |
54 - * /_______/ynamic \____/niversal /__\ /____\usic /| . . ibliotheque
55 - * / \
56 - * / . \
57 - * licence.txt - Conditions for use of DUMB. / / \ \
58 - * | < / \_
59 - * If you do not agree to these terms, please | \/ /\ /
60 - * do not use DUMB. \_ / > /
61 - * | \ / /
62 - * Information in [brackets] is provided to aid | ' /
63 - * interpretation of the licence. \__/
64 - */
65 -
66 -
67 -Dynamic Universal Music Bibliotheque
68 -
69 -Copyright (C) 2001-2003 Ben Davis, Robert J Ohannessian and Julien Cugniere
70 -
71 -This software is provided 'as-is', without any express or implied warranty.
72 -In no event shall the authors be held liable for any damages arising from the
73 -use of this software.
74 -
75 -Permission is granted to anyone to use this software for any purpose,
76 -including commercial applications, and to alter it and redistribute it
77 -freely, subject to the following restrictions:
78 -
79 -1. The origin of this software must not be misrepresented; you must not claim
80 - that you wrote the original software. If you use this software in a
81 - product, you are requested to acknowledge its use in the product
82 - documentation, along with details on where to get an unmodified version of
83 - this software, but this is not a strict requirement.
84 -
85 - [Note that the above point asks for a link to DUMB, not just a mention.
86 - Googling for DUMB doesn't help much! The URL is "http://dumb.sf.net/".]
87 -
88 - [The only reason why the link is not strictly required is that such a
89 - requirement prevents DUMB from being used in projects with certain other
90 - licences, notably the GPL. See http://www.gnu.org/philosophy/bsd.html .]
91 -
92 -2. Altered source versions must be plainly marked as such, and must not be
93 - misrepresented as being the original software.
94 -
95 -3. This notice may not be removed from or altered in any source distribution.
96 -
97 -4. If you are using the Program in someone else's bedroom at any Monday
98 - 3:05 PM, you are not allowed to modify the Program for ten minutes. [This
99 - clause provided by Inphernic; every licence should contain at least one
100 - clause, the reasoning behind which is far from obvious.]
101 -
102 -
103 -Note: point 4 has been renounced. See the Licences section on
104 -http://dumb.sf.net/ for confirmation that this is true.
105
106 diff --git a/licenses/DUMB-0.9.3 b/licenses/DUMB-0.9.3
107 new file mode 100644
108 index 00000000000..961fe4ef8f1
109 --- /dev/null
110 +++ b/licenses/DUMB-0.9.3
111 @@ -0,0 +1,87 @@
112 +/* _______ ____ __ ___ ___
113 + * \ _ \ \ / \ / \ \ / / ' ' '
114 + * | | \ \ | | || | \/ | . .
115 + * | | | | | | || ||\ /| |
116 + * | | | | | | || || \/ | | ' ' '
117 + * | | | | | | || || | | . .
118 + * | |_/ / \ \__// || | |
119 + * /_______/ynamic \____/niversal /__\ /____\usic /| . . ibliotheque
120 + * / \
121 + * / . \
122 + * licence.txt - Conditions for use of DUMB. / / \ \
123 + * | < / \_
124 + * If you do not agree to these terms, please | \/ /\ /
125 + * do not use DUMB. \_ / > /
126 + * | \ / /
127 + * Information in [brackets] is provided to aid | ' /
128 + * interpretation of the licence. \__/
129 + */
130 +
131 +
132 +Dynamic Universal Music Bibliotheque, Version 0.9.3
133 +
134 +Copyright (C) 2001-2005 Ben Davis, Robert J Ohannessian and Julien Cugniere
135 +
136 +This software is provided 'as-is', without any express or implied warranty.
137 +In no event shall the authors be held liable for any damages arising from the
138 +use of this software.
139 +
140 +Permission is granted to anyone to use this software for any purpose,
141 +including commercial applications, and to alter it and redistribute it
142 +freely, subject to the following restrictions:
143 +
144 +1. The origin of this software must not be misrepresented; you must not claim
145 + that you wrote the original software. If you use this software in a
146 + product, you are requested to acknowledge its use in the product
147 + documentation, along with details on where to get an unmodified version of
148 + this software, but this is not a strict requirement.
149 +
150 + [Note that the above point asks for a link to DUMB, not just a mention.
151 + Googling for DUMB doesn't help much! The URL is "http://dumb.sf.net/".]
152 +
153 + [The link was originally strictly required. This was changed for two
154 + reasons. Firstly, if many projects request an acknowledgement, the list of
155 + acknowledgements can become quite unmanageable. Secondly, DUMB was placing
156 + a restriction on the code using it, preventing people from using the GNU
157 + General Public Licence which disallows any such restrictions. See
158 + http://www.gnu.org/philosophy/bsd.html for more information on this
159 + subject. However, if DUMB plays a significant part in your project, we do
160 + urge you to acknowledge its use.]
161 +
162 +2. Altered source versions must be plainly marked as such, and must not be
163 + misrepresented as being the original software.
164 +
165 +3. This notice may not be removed from or altered in any source distribution.
166 +
167 +4. If you are using the Program in someone else's bedroom on any Monday at
168 + 3:05 pm, you are not allowed to modify the Program for ten minutes. [This
169 + clause provided by Inphernic; every licence should contain at least one
170 + clause, the reasoning behind which is far from obvious.]
171 +
172 +5. Users who wish to use DUMB for the specific purpose of playing music are
173 + required to feed their dog on every full moon (if deemed appropriate).
174 + [This clause provided by Allefant, who couldn't remember what Inphernic's
175 + clause was.]
176 +
177 +6. No clause in this licence shall prevent this software from being depended
178 + upon by a product licensed under the GNU General Public Licence. If such a
179 + clause is deemed to exist, Debian, then it shall be respected in spirit as
180 + far as possible and all other clauses shall continue to apply in full
181 + force.
182 +
183 +8. Take the number stated as introducing this clause. Multiply it by two,
184 + then subtract four. Now insert a '+' between the two digits and evaluate
185 + the resulting sum. Call the result 'x'. If you have not yet concluded that
186 + every numbered clause in this licence whose ordinal number is strictly
187 + greater than 'x' (with the exception of the present clause) is null and
188 + void, Debian, then you are hereby informed that laughter is good for one's
189 + health and you are warmly suggested to do it. By the way, Clauses 4, 5 and
190 + 6 are null and void. Incidentally, I like Kubuntu. The work you guys do is
191 + awesome. (Lawyers, on the other hand ...)
192 +
193 +We regret that we cannot provide any warranty, not even the implied warranty
194 +of merchantability or fitness for a particular purpose.
195 +
196 +Some files generated or copied by automake, autoconf and friends are
197 +available in an extra download. These fall under separate licences but are
198 +all free to distribute. Please check their licences as necessary.
199
200 diff --git a/media-libs/aldumb/aldumb-0.9.3.ebuild b/media-libs/aldumb/aldumb-0.9.3.ebuild
201 index 38c75c096e8..6349d6817e3 100644
202 --- a/media-libs/aldumb/aldumb-0.9.3.ebuild
203 +++ b/media-libs/aldumb/aldumb-0.9.3.ebuild
204 @@ -7,7 +7,7 @@ DESCRIPTION="Allegro support for DUMB (an IT, XM, S3M, and MOD player library)"
205 HOMEPAGE="http://dumb.sourceforge.net/"
206 SRC_URI="mirror://sourceforge/dumb/dumb-${PV}.tar.gz"
207
208 -LICENSE="DUMB-0.9.2"
209 +LICENSE="DUMB-0.9.3"
210 SLOT="0"
211 KEYWORDS="amd64 ppc x86"
212 IUSE="debug"
213
214 diff --git a/media-libs/dumb/dumb-0.9.3-r3.ebuild b/media-libs/dumb/dumb-0.9.3-r3.ebuild
215 index f71ed0178b2..260819e13d8 100644
216 --- a/media-libs/dumb/dumb-0.9.3-r3.ebuild
217 +++ b/media-libs/dumb/dumb-0.9.3-r3.ebuild
218 @@ -9,7 +9,7 @@ DESCRIPTION="IT/XM/S3M/MOD player library with click removal and IT filters"
219 HOMEPAGE="http://dumb.sourceforge.net/"
220 SRC_URI="mirror://sourceforge/dumb/${P}.tar.gz"
221
222 -LICENSE="DUMB-0.9.2"
223 +LICENSE="DUMB-0.9.3"
224 SLOT="0"
225 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
226 IUSE="debug"