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 3E67B1382C5 for ; Fri, 26 Jun 2020 20:45:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ACC0E09DF; Fri, 26 Jun 2020 20:45:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 320EEE09DF for ; Fri, 26 Jun 2020 20:45:18 +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 D861B34EEF9 for ; Fri, 26 Jun 2020 20:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCF27256 for ; Fri, 26 Jun 2020 20:45:11 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1593204121.9f91ddddf7c3022d6d19787e26a9a9e0df277915.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mujs/mujs-1.0.5.ebuild dev-lang/mujs/mujs-1.0.6.ebuild X-VCS-Directories: dev-lang/mujs/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9f91ddddf7c3022d6d19787e26a9a9e0df277915 X-VCS-Branch: master Date: Fri, 26 Jun 2020 20:45:11 +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: 7f75f28b-7d8f-4283-b377-629b6ccc94ba X-Archives-Hash: 3b2a485b4a86d43aa28e4ec5a6a2f548 commit: 9f91ddddf7c3022d6d19787e26a9a9e0df277915 Author: Sam James (sam_c) cmpct info> AuthorDate: Fri Jun 19 06:24:29 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jun 26 20:42:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f91dddd dev-lang/mujs: relicence to ISC >=dev-lang/mujs-1.0.0 is ISC-licenced. See: https://git.ghostscript.com/?p=mujs.git;a=commit;h=14b9aab19395c6aec0cb53205c5d6d6da7d057f5 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Thomas Deutschmann gentoo.org> dev-lang/mujs/mujs-1.0.5.ebuild | 2 +- dev-lang/mujs/mujs-1.0.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/mujs/mujs-1.0.5.ebuild b/dev-lang/mujs/mujs-1.0.5.ebuild index dc4a3e214e2..71a1e8f11ef 100644 --- a/dev-lang/mujs/mujs-1.0.5.ebuild +++ b/dev-lang/mujs/mujs-1.0.5.ebuild @@ -12,7 +12,7 @@ HOMEPAGE=" " SRC_URI="https://github.com/ccxvii/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="AGPL-3" +LICENSE="ISC" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="static-libs" diff --git a/dev-lang/mujs/mujs-1.0.6.ebuild b/dev-lang/mujs/mujs-1.0.6.ebuild index e3c08c2bd56..c6663ac60e3 100644 --- a/dev-lang/mujs/mujs-1.0.6.ebuild +++ b/dev-lang/mujs/mujs-1.0.6.ebuild @@ -12,7 +12,7 @@ HOMEPAGE=" " SRC_URI="https://github.com/ccxvii/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="AGPL-3" +LICENSE="ISC" # subslot matches SONAME SLOT="0/${PV}" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"