diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-04-01 20:59:11 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-04-01 20:59:11 +0200 |
commit | 4a914ba7c6ed4ebfbc6c7a52fec976245d6b02ef (patch) | |
tree | d3c9c177b39c151ab60e421c775ab9edaa742fcc /app-admin/systemrescuecd-x86 | |
parent | sci-visualization/paraview: version bump to 5.6.0 (diff) | |
download | gentoo-4a914ba7c6ed4ebfbc6c7a52fec976245d6b02ef.tar.gz gentoo-4a914ba7c6ed4ebfbc6c7a52fec976245d6b02ef.tar.bz2 gentoo-4a914ba7c6ed4ebfbc6c7a52fec976245d6b02ef.zip |
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 <mgorny@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-admin/systemrescuecd-x86')
-rw-r--r-- | app-admin/systemrescuecd-x86/systemrescuecd-x86-6.0.0.ebuild | 5 |
1 files 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 4e7bc95b67b3..f35372ef646e 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" |