diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-07-08 19:36:08 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-07-08 19:40:05 +0200 |
commit | 8aa9b1dece94610032c8e91a1cc983e804c9e360 (patch) | |
tree | cb2d3c716144aa7002ba62a7b69cf3773ae8d356 /x11-misc | |
parent | sys-auth/nss-pam-ldapd: Fix build on clang (diff) | |
download | gentoo-8aa9b1dece94610032c8e91a1cc983e804c9e360.tar.gz gentoo-8aa9b1dece94610032c8e91a1cc983e804c9e360.tar.bz2 gentoo-8aa9b1dece94610032c8e91a1cc983e804c9e360.zip |
x11-misc/macopix: update HOMEPAGE, LICENSE, SRC_URI
Update license of software to "GPL-3+ GPL-2+ LGPL-2.1+".
Leave the license of assets alone for now, as the situation is not
entirely clear.
Bug: https://bugs.gentoo.org/935751
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/macopix/macopix-3.4.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/macopix/macopix-3.4.0.ebuild b/x11-misc/macopix/macopix-3.4.0.ebuild index 530a80225d7f..9cb1ba4dbce9 100644 --- a/x11-misc/macopix/macopix-3.4.0.ebuild +++ b/x11-misc/macopix/macopix-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,9 +6,9 @@ EAPI=7 inherit autotools DESCRIPTION="MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot application" -HOMEPAGE="http://rosegray.sakura.ne.jp/macopix/index-e.html https://github.com/chimari/MaCoPiX" +HOMEPAGE="https://rosegray.sakura.ne.jp/macopix/index-e.html https://github.com/chimari/MaCoPiX" -BASE_URI="http://rosegray.sakura.ne.jp/macopix" +BASE_URI="https://rosegray.sakura.ne.jp/macopix" SRC_URI="${BASE_URI}/${P}.tar.gz" # NOTE: These mascots are not redistributable on commercial CD-ROM. @@ -30,8 +30,8 @@ for i in ${MACOPIX_MASCOTS} ; do SRC_URI+=" ${BASE_URI}/${i}.tar.gz" done -# program itself is GPL-2, and mascots are free-noncomm -LICENSE="GPL-2 free-noncomm" +# program itself is GPL, and mascots are free-noncomm +LICENSE="GPL-3+ GPL-2+ LGPL-2.1+ free-noncomm" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="gnutls nls" |