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 1F15D138334 for ; Fri, 5 Jul 2019 10:43:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35328E0864; Fri, 5 Jul 2019 10:43:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 16E8FE0864 for ; Fri, 5 Jul 2019 10:43:17 +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 B19BB347101 for ; Fri, 5 Jul 2019 10:43:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A68EC6D5 for ; Fri, 5 Jul 2019 10:43:14 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1562323353.78b1dea2077c6b16a362b2a4ca06855decd843d9.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/json/json-20150729.ebuild dev-java/json/json-20160212.ebuild X-VCS-Directories: dev-java/json/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 78b1dea2077c6b16a362b2a4ca06855decd843d9 X-VCS-Branch: master Date: Fri, 5 Jul 2019 10:43:14 +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: dd627349-d72c-42d4-962d-4e957b80d1d9 X-Archives-Hash: 133a5066a8520fa73e6fff1f73f26c58 commit: 78b1dea2077c6b16a362b2a4ca06855decd843d9 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jul 5 10:41:32 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jul 5 10:42:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b1dea2 dev-java/json: Fix LICENSE. Acked-by: Patrice Clement gentoo.org> Closes: https://bugs.gentoo.org/689314 Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Ulrich Müller gentoo.org> dev-java/json/json-20150729.ebuild | 5 +++-- dev-java/json/json-20160212.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-java/json/json-20150729.ebuild b/dev-java/json/json-20150729.ebuild index 6af44fe16da..1a1e7bda2a3 100644 --- a/dev-java/json/json-20150729.ebuild +++ b/dev-java/json/json-20150729.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,8 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java implementation of the JavaScript Object Notation" HOMEPAGE="https://github.com/douglascrockford/JSON-java" SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip" -LICENSE="BSD" + +LICENSE="JSON" SLOT="0" KEYWORDS="amd64 x86" IUSE="" diff --git a/dev-java/json/json-20160212.ebuild b/dev-java/json/json-20160212.ebuild index 09e93dc0828..e0a506eb646 100644 --- a/dev-java/json/json-20160212.ebuild +++ b/dev-java/json/json-20160212.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,8 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java implementation of the JavaScript Object Notation" HOMEPAGE="https://github.com/douglascrockford/JSON-java" SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip" -LICENSE="BSD" + +LICENSE="JSON" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE=""