Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/gnu-efi/
Date: Sun, 02 Jul 2017 11:08:51
Message-Id: 1498993723.f95a6825dd3d61775cd6bb5cff62c21701037a16.slyfox@gentoo
1 commit: f95a6825dd3d61775cd6bb5cff62c21701037a16
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 11:08:16 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 11:08:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95a6825
7
8 sys-boot/gnu-efi: expand licence list to BSD, BSD-2, GPL-2+
9
10 Reported-by: OGINO Masanori
11 Bug: https://bugs.gentoo.org/584934
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild | 9 +++++++--
15 sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild | 7 ++++++-
16 sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild | 7 ++++++-
17 sys-boot/gnu-efi/gnu-efi-3.0.5.ebuild | 7 ++++++-
18 sys-boot/gnu-efi/gnu-efi-3.0.6.ebuild | 7 ++++++-
19 sys-boot/gnu-efi/gnu-efi-3.0u.ebuild | 9 +++++++--
20 6 files changed, 38 insertions(+), 8 deletions(-)
21
22 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild
23 index ea0b76cbfd4..733b5bab8e1 100644
24 --- a/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild
25 +++ b/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2015 Gentoo Foundation
28 +# Copyright 1999-2017 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=5
32 @@ -9,7 +9,12 @@ DESCRIPTION="Library for build EFI Applications"
33 HOMEPAGE="http://gnu-efi.sourceforge.net/"
34 SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
35
36 -LICENSE="GPL-2"
37 +# inc/, lib/ dirs (README.efilib)
38 +# - BSD-2
39 +# gnuefi dir:
40 +# - BSD (3-cluase): crt0-efi-ia32.S
41 +# - GPL-2+ : setjmp_ia32.S
42 +LICENSE="GPL-2+ BSD BSD-2"
43 SLOT="0"
44 KEYWORDS="-* ~amd64 ia64 ~x86"
45 IUSE=""
46
47 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild
48 index 9e723edfcec..cb255538dac 100644
49 --- a/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild
50 +++ b/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild
51 @@ -9,7 +9,12 @@ DESCRIPTION="Library for build EFI Applications"
52 HOMEPAGE="http://gnu-efi.sourceforge.net/"
53 SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
54
55 -LICENSE="GPL-2"
56 +# inc/, lib/ dirs (README.efilib)
57 +# - BSD-2
58 +# gnuefi dir:
59 +# - BSD (3-cluase): crt0-efi-ia32.S
60 +# - GPL-2+ : setjmp_ia32.S
61 +LICENSE="GPL-2+ BSD BSD-2"
62 SLOT="0"
63 # IA64 build is broken in setjmp code:
64 # https://sourceforge.net/p/gnu-efi/bugs/9/
65
66 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild
67 index 3a112c806de..838f2b4ecb0 100644
68 --- a/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild
69 +++ b/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild
70 @@ -9,7 +9,12 @@ DESCRIPTION="Library for build EFI Applications"
71 HOMEPAGE="http://gnu-efi.sourceforge.net/"
72 SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
73
74 -LICENSE="GPL-2"
75 +# inc/, lib/ dirs (README.efilib)
76 +# - BSD-2
77 +# gnuefi dir:
78 +# - BSD (3-cluase): crt0-efi-ia32.S
79 +# - GPL-2+ : setjmp_ia32.S
80 +LICENSE="GPL-2+ BSD BSD-2"
81 SLOT="0"
82 # IA64 build is broken in setjmp code:
83 # https://sourceforge.net/p/gnu-efi/bugs/9/
84
85 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.5.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.5.ebuild
86 index 3a112c806de..838f2b4ecb0 100644
87 --- a/sys-boot/gnu-efi/gnu-efi-3.0.5.ebuild
88 +++ b/sys-boot/gnu-efi/gnu-efi-3.0.5.ebuild
89 @@ -9,7 +9,12 @@ DESCRIPTION="Library for build EFI Applications"
90 HOMEPAGE="http://gnu-efi.sourceforge.net/"
91 SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
92
93 -LICENSE="GPL-2"
94 +# inc/, lib/ dirs (README.efilib)
95 +# - BSD-2
96 +# gnuefi dir:
97 +# - BSD (3-cluase): crt0-efi-ia32.S
98 +# - GPL-2+ : setjmp_ia32.S
99 +LICENSE="GPL-2+ BSD BSD-2"
100 SLOT="0"
101 # IA64 build is broken in setjmp code:
102 # https://sourceforge.net/p/gnu-efi/bugs/9/
103
104 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.6.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.6.ebuild
105 index 3a112c806de..838f2b4ecb0 100644
106 --- a/sys-boot/gnu-efi/gnu-efi-3.0.6.ebuild
107 +++ b/sys-boot/gnu-efi/gnu-efi-3.0.6.ebuild
108 @@ -9,7 +9,12 @@ DESCRIPTION="Library for build EFI Applications"
109 HOMEPAGE="http://gnu-efi.sourceforge.net/"
110 SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
111
112 -LICENSE="GPL-2"
113 +# inc/, lib/ dirs (README.efilib)
114 +# - BSD-2
115 +# gnuefi dir:
116 +# - BSD (3-cluase): crt0-efi-ia32.S
117 +# - GPL-2+ : setjmp_ia32.S
118 +LICENSE="GPL-2+ BSD BSD-2"
119 SLOT="0"
120 # IA64 build is broken in setjmp code:
121 # https://sourceforge.net/p/gnu-efi/bugs/9/
122
123 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild
124 index c29c77cbc55..40d91767347 100644
125 --- a/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild
126 +++ b/sys-boot/gnu-efi/gnu-efi-3.0u.ebuild
127 @@ -1,4 +1,4 @@
128 -# Copyright 1999-2014 Gentoo Foundation
129 +# Copyright 1999-2017 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131
132 EAPI=5
133 @@ -12,7 +12,12 @@ HOMEPAGE="http://developer.intel.com/technology/efi"
134 SRC_URI="mirror://sourceforge/gnu-efi/${MY_P}.orig.tar.gz
135 mirror://debian/pool/main/g/gnu-efi/${PN}_${DEB_VER}.diff.gz"
136
137 -LICENSE="GPL-2"
138 +# inc/, lib/ dirs (README.efilib)
139 +# - BSD-2
140 +# gnuefi dir:
141 +# - BSD (3-cluase): crt0-efi-ia32.S
142 +# - GPL-2+ : setjmp_ia32.S
143 +LICENSE="GPL-2+ BSD BSD-2"
144 SLOT="0"
145 KEYWORDS="~amd64 ~ia64 ~x86"
146 IUSE=""