From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4088138334 for ; Mon, 1 Apr 2019 19:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E1A8E08BD; Mon, 1 Apr 2019 19:00:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5326AE08BD for ; Mon, 1 Apr 2019 19:00:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BF5F335D06 for ; Mon, 1 Apr 2019 19:00:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE52F4F6 for ; Mon, 1 Apr 2019 19:00:09 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1554145151.4a914ba7c6ed4ebfbc6c7a52fec976245d6b02ef.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/systemrescuecd-x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild X-VCS-Directories: app-admin/systemrescuecd-x86/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4a914ba7c6ed4ebfbc6c7a52fec976245d6b02ef X-VCS-Branch: master Date: Mon, 1 Apr 2019 19:00:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f5296cf-7855-4a13-b828-8a7e066cc6e9 X-Archives-Hash: dcdaffb7b14f7678e8c64d7395cedcba commit: 4a914ba7c6ed4ebfbc6c7a52fec976245d6b02ef Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 1 18:59:11 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Apr 1 18:59:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a914ba7 app-admin/systemrescuecd-x86: Update LICENSE for version 6.0.0. License info gathered from: - "pacman -Qi" in a chroot in the squashfs. - Running ninka over all custom licenses in /usr/share/licenses/. - Matching the results with Gentoo license labels. - Manually adding some licenses, like "linux-firmware". This is far from perfect, but the best that I could do in a limited amount of time. Bug: https://bugs.gentoo.org/682222 Acked-by: Michał Górny gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Ulrich Müller gentoo.org> app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild b/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild index 4e7bc95b67b..f35372ef646 100644 --- a/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild +++ b/app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild @@ -9,10 +9,11 @@ HOMEPAGE="http://www.sysresccd.org/" # Large ISO mirroring explicitly approved by infra in bug #588766 SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${MY_P}.iso" -LICENSE="GPL-2" +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" SLOT="${PV}" KEYWORDS="~amd64 ~x86" IUSE="+isohybrid" +RESTRICT="bindist mirror" DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )" @@ -24,8 +25,6 @@ pkg_pretend() { ewarn "systems is no longer supported." } -RESTRICT="bindist mirror" - src_install() { insinto "/usr/share/${PN%-*}" doins "${DISTDIR}/${MY_P}.iso"