summaryrefslogtreecommitdiff
path: root/x11-misc/macopix
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/macopix')
-rw-r--r--x11-misc/macopix/Manifest2
-rw-r--r--x11-misc/macopix/macopix-3.4.0.ebuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/macopix/Manifest b/x11-misc/macopix/Manifest
index f008014d7298..305d47991355 100644
--- a/x11-misc/macopix/Manifest
+++ b/x11-misc/macopix/Manifest
@@ -14,5 +14,5 @@ DIST macopix-mascot-one-euc-ja-1.02.tar.gz 199796 BLAKE2B 64c303704daadcd47379ea
DIST macopix-mascot-pia2-euc-ja-1.02.tar.gz 191520 BLAKE2B 7fa81c34df02751563fff92fba5bde1d60720f659f49d714cbc5d45c93c394b9bae399c65b3950ed3defe929b9058e13bf51d08241ddacc80626e0ac4fa22d0f SHA512 4e0177ca699d9e9caea7a9b6f6d81b41a25e1f05f44c9df1ea31578ddb908fcf12e6463bb84f0536ae25df24aca712b17a0d068d74c587671bb202c8441b7f42
DIST macopix-mascot-triangle_heart-euc-ja-1.02.tar.gz 310099 BLAKE2B f52f2ad14cd9c76f32eb8c582bd07886f50eb6ae2615766306081ea1850b51b205b5177831ca30ab4049fd07081ff42d5dc7c9858efa49ab79a6acf2135ff9b1 SHA512 133a3446a3713192ffef84cd381065b2a99db2eb0dd18692d54e7974eb26aa63eef6d051466ddf89152f6baa8e4625ae6e7e975cf944dd12e0b6cc17c56e5673
DIST macopix-mascot-tsukihime-euc-ja-1.02.tar.gz 616138 BLAKE2B 8616fb0f3b8e4b72c6576dfada3794dc3e387d250e3a6f64eb2b290ef793f62c43f20ef9c03d2b309f4fd3860ce828a562f28ec37ca55ce8e2831315ccbd8a63 SHA512 226a175846a1f81a5aeedab6d7b85e38903d3b85a88a4a2c9a91365ba8a149a9ee54d6174bf8c4595cbe6542d3afcebd440a4185402c2139310664059515a2c5
-EBUILD macopix-3.4.0.ebuild 1966 BLAKE2B 66ccdb346db043cb04a1db46385f60a1a9fc38ea815ded291dcb9cde29dec8ad6e81c6b16cee3639a99c4ec2e1ddf01969c6d10e68959feb93d3f5133ed3e398 SHA512 0565e9ab4abb7f36152536d39debda9327f38d140709ac20128bd2c34193d9dfb6de2918dbbdf20a9771f592626593073497c361dd152b7bd3bcf885984a2d0d
+EBUILD macopix-3.4.0.ebuild 1984 BLAKE2B aa90484f52f3f06fd0fb50139cdb4a44007caf1daced1fea02083ba087a452ad65ad47bc6e4bd0f76ed059d64d09f2bb615dd92c5a89e79d36a9f3fe88ef50b6 SHA512 55dd93c6142d67caffbf2c365b2b8fbfb39c41617445d7b3053cac5bc2eb744a6e7c9d9b2b1021415d39b54145f0e2fd202ddfa52c416c56486171a21bc0deed
MISC metadata.xml 248 BLAKE2B 68d4e4a22d3db8c6c0b8ae2ec638c33bbdbf493ae55ca863472ea8ae6bc488a01bdb6bafc33dba50946a0f84fbf0456d783dd9517f6ab8a7f78a2e27b2f0c1c3 SHA512 dbe8e263e68bc25e4a20a57bc77013ce510c0591269bf711efa35b5f593ce4d8736d6abadea9bb1eebf5c7ceccea1886ad22a0020b31ac49879507344429a84c
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"