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 80833158087 for ; Tue, 5 Oct 2021 13:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5D28E0869; Tue, 5 Oct 2021 13:36:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C22BE0869 for ; Tue, 5 Oct 2021 13:36:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9EF0343149 for ; Tue, 5 Oct 2021 13:36:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17FCEE5 for ; Tue, 5 Oct 2021 13:36:43 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1633440582.e727bae096c71c57ed405f48fd43bf0098e77b4d.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/namazu/namazu-2.0.21.ebuild app-text/namazu/namazu-2.0.22_pre7.ebuild X-VCS-Directories: app-text/namazu/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: e727bae096c71c57ed405f48fd43bf0098e77b4d X-VCS-Branch: master Date: Tue, 5 Oct 2021 13:36:43 +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: 8b450222-bbf9-4d1a-a4b1-e31a9e4f03cb X-Archives-Hash: 036321b15fcb6951c9216387c4572c9e commit: e727bae096c71c57ed405f48fd43bf0098e77b4d Author: Akinori Hattori gentoo org> AuthorDate: Tue Oct 5 13:29:42 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Oct 5 13:29:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e727bae0 app-text/namazu: update LICENSE Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> app-text/namazu/namazu-2.0.21.ebuild | 2 +- app-text/namazu/namazu-2.0.22_pre7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild index 68d7835962b..a3bcbba9f2e 100644 --- a/app-text/namazu/namazu-2.0.21.ebuild +++ b/app-text/namazu/namazu-2.0.21.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Namazu is a full-text search engine" HOMEPAGE="http://www.namazu.org/" SRC_URI="http://www.namazu.org/stable/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="emacs l10n_ja nls static-libs tk" diff --git a/app-text/namazu/namazu-2.0.22_pre7.ebuild b/app-text/namazu/namazu-2.0.22_pre7.ebuild index e6044e412bd..4c8146e3b31 100644 --- a/app-text/namazu/namazu-2.0.22_pre7.ebuild +++ b/app-text/namazu/namazu-2.0.22_pre7.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Namazu is a full-text search engine" HOMEPAGE="http://www.namazu.org/" SRC_URI="http://www.namazu.org/test/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE="emacs l10n_ja nls static-libs tk"