Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/systemrescuecd-x86/
Date: Mon, 01 Apr 2019 19:00:22
Message-Id: 1554145151.4a914ba7c6ed4ebfbc6c7a52fec976245d6b02ef.ulm@gentoo
1 commit: 4a914ba7c6ed4ebfbc6c7a52fec976245d6b02ef
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 1 18:59:11 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 18:59:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a914ba7
7
8 app-admin/systemrescuecd-x86: Update LICENSE for version 6.0.0.
9
10 License info gathered from:
11 - "pacman -Qi" in a chroot in the squashfs.
12 - Running ninka over all custom licenses in /usr/share/licenses/.
13 - Matching the results with Gentoo license labels.
14 - Manually adding some licenses, like "linux-firmware".
15
16 This is far from perfect, but the best that I could do in a limited
17 amount of time.
18
19 Bug: https://bugs.gentoo.org/682222
20 Acked-by: Michał Górny <mgorny <AT> gentoo.org>
21 Package-Manager: Portage-2.3.62, Repoman-2.3.12
22 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
23
24 app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild | 5 ++---
25 1 file changed, 2 insertions(+), 3 deletions(-)
26
27 diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild b/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild
28 index 4e7bc95b67b..f35372ef646 100644
29 --- a/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild
30 +++ b/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild
31 @@ -9,10 +9,11 @@ HOMEPAGE="http://www.sysresccd.org/"
32 # Large ISO mirroring explicitly approved by infra in bug #588766
33 SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${MY_P}.iso"
34
35 -LICENSE="GPL-2"
36 +LICENSE="Apache-1.0 Apache-2.0 Artistic Artistic-2 BEER-WARE BSD BSD-2 BSD-4 CC0-1.0 CC-BY-SA-3.0 FDL-1.3+ GPL-2 GPL-2+ GPL-3+ icu ISC JasPer2.0 LGPL-2+ LGPL-2.1+ LGPL-3+ linux-firmware MaxMind2 MIT MPL-1.1 MPL-2.0 no-source-code OFL Old-MIT OPENLDAP openssl PSF-2 public-domain Sleepycat unRAR UoI-NCSA vim ZLIB"
37 SLOT="${PV}"
38 KEYWORDS="~amd64 ~x86"
39 IUSE="+isohybrid"
40 +RESTRICT="bindist mirror"
41
42 DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )"
43
44 @@ -24,8 +25,6 @@ pkg_pretend() {
45 ewarn "systems is no longer supported."
46 }
47
48 -RESTRICT="bindist mirror"
49 -
50 src_install() {
51 insinto "/usr/share/${PN%-*}"
52 doins "${DISTDIR}/${MY_P}.iso"