From fa7950fb99de52a4ae15888e6fe0c48fd8ce3f51 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 26 Mar 2023 20:07:39 +0500 Subject: [PATCH] dev-raku/URI-Encode: fix LICENSE Signed-off-by: Anna (cybertailor) Vyalkova --- dev-raku/URI-Encode/URI-Encode-0.09.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-raku/URI-Encode/URI-Encode-0.09.ebuild b/dev-raku/URI-Encode/URI-Encode-0.09.ebuild index b233e54c6c..bc1b6dad6d 100644 --- a/dev-raku/URI-Encode/URI-Encode-0.09.ebuild +++ b/dev-raku/URI-Encode/URI-Encode-0.09.ebuild @@ -1,16 +1,17 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 inherit rakudo DESCRIPTION="A Raku module for encoding / decoding URIs" HOMEPAGE="https://github.com/raku-community-modules/URI-Encode" SRC_URI="mirror://zef/U/RI/URI_ENCODE/44046038356c5e83ec603dff2486d91870355c28.tar.gz -> ${P}.tar.gz" -LICENSE="FreeBSD" +S="${WORKDIR}/dist" + +LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -RESTRICT="primaryuri" -DOCS="README.md" -S="${WORKDIR}/dist" + +DOCS=( README.md )