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 C7541138334 for ; Wed, 16 Oct 2019 15:23:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08D7EE08FA; Wed, 16 Oct 2019 15:23:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B89DDE08FA for ; Wed, 16 Oct 2019 15:23:12 +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 8F4CC34BE3E for ; Wed, 16 Oct 2019 15:23:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E314B72F for ; Wed, 16 Oct 2019 15:23:09 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1571239381.db6e97f8e297a12cb5c09cab884408715612887e.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/quivira/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/quivira/quivira-4.0.ebuild media-fonts/quivira/quivira-4.1.ebuild X-VCS-Directories: media-fonts/quivira/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: db6e97f8e297a12cb5c09cab884408715612887e X-VCS-Branch: master Date: Wed, 16 Oct 2019 15:23:09 +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: e07bfad6-f1bc-4880-ad36-c4154e9b9315 X-Archives-Hash: 3bca77b4b59f9159123d57bdd35c494b commit: db6e97f8e297a12cb5c09cab884408715612887e Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Wed Oct 16 15:23:01 2019 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Wed Oct 16 15:23:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6e97f8 media-fonts/quivira: change license to public-domain As per statement published on the upstream website Signed-off-by: Chí-Thanh Christopher Nguyễn gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.16 media-fonts/quivira/quivira-4.0.ebuild | 4 ++-- media-fonts/quivira/quivira-4.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-fonts/quivira/quivira-4.0.ebuild b/media-fonts/quivira/quivira-4.0.ebuild index a840ef40244..edea0e21cfb 100644 --- a/media-fonts/quivira/quivira-4.0.ebuild +++ b/media-fonts/quivira/quivira-4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.quivira-font.com/files/${MY_PN}.otf -> ${P}.otf http://www.quivira-font.com/files/${MY_PN}Testpage.pdf -> ${P}-Testpage.pdf http://www.quivira-font.com/files/${MY_PN}Combining.pdf -> ${P}-Combining.pdf http://www.quivira-font.com/files/${MY_PN}PUA.pdf -> ${P}-PUA.pdf )" -LICENSE="freedist" +LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" diff --git a/media-fonts/quivira/quivira-4.1.ebuild b/media-fonts/quivira/quivira-4.1.ebuild index c1824c7bc3c..edea0e21cfb 100644 --- a/media-fonts/quivira/quivira-4.1.ebuild +++ b/media-fonts/quivira/quivira-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.quivira-font.com/files/${MY_PN}.otf -> ${P}.otf http://www.quivira-font.com/files/${MY_PN}Testpage.pdf -> ${P}-Testpage.pdf http://www.quivira-font.com/files/${MY_PN}Combining.pdf -> ${P}-Combining.pdf http://www.quivira-font.com/files/${MY_PN}PUA.pdf -> ${P}-PUA.pdf )" -LICENSE="freedist" +LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86"