logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: fd530ac415ff129b861a424e6bf686c6e82c5bb7
parent 67c18f7c09583de63af8460badaa5c6e63154d04
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 21 Jan 2022 01:26:07 +0100

media-libs/libsdl: Fix LICENSE

Diffstat:

Alicenses/MIT-015+++++++++++++++
Mmedia-libs/libsdl/libsdl-9999.ebuild4++--
2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/licenses/MIT-0 b/licenses/MIT-0 @@ -0,0 +1,15 @@ +Copyright (c) <year> <copyright holders> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/media-libs/libsdl/libsdl-9999.ebuild b/media-libs/libsdl/libsdl-9999.ebuild @@ -7,8 +7,8 @@ inherit git-r3 cmake-multilib DESCRIPTION="Simple Direct Media Layer (sdl-1.2 compatibility)" HOMEPAGE="https://github.com/libsdl-org/sdl12-compat" EGIT_REPO_URI="https://github.com/libsdl-org/sdl12-compat" -# dr_mp3: MIT-O or Public-Domain -LICENSE="ZLIB || ( MIT-0 public-domain )" +# dr_mp3: MIT-O or Unlicense +LICENSE="ZLIB || ( MIT-0 Unlicense )" SLOT="0/sdl12-compat" RESTRICT="!test? ( test )"