commit: 78b1dea2077c6b16a362b2a4ca06855decd843d9 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Jul 5 10:41:32 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <monsieurp <AT> gentoo.org> Closes: https://bugs.gentoo.org/689314 Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Ulrich Müller <ulm <AT> 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=""
