diff --git a/net-p2p/torrserver-bin/metadata.xml b/net-p2p/torrserver-bin/metadata.xml
index 74502066f..54338e0c0 100644
--- a/net-p2p/torrserver-bin/metadata.xml
+++ b/net-p2p/torrserver-bin/metadata.xml
@@ -6,5 +6,9 @@
Mir Calculate
Calculate Overlay
- YouROK/TorrServer
+
+ YouROK/TorrServer
+ https://github.com/YouROK/TorrServer/issues
+
+ TorrServer, stream torrent to http
diff --git a/net-p2p/torrserver-bin/torrserver-bin-117.ebuild b/net-p2p/torrserver-bin/torrserver-bin-117.ebuild
index ee8e078f0..43f4e8b18 100644
--- a/net-p2p/torrserver-bin/torrserver-bin-117.ebuild
+++ b/net-p2p/torrserver-bin/torrserver-bin-117.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="
"
KEYWORDS="amd64"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
RESTRICT="strip"
@@ -23,7 +23,7 @@ QA_PREBUILT="*"
S="${WORKDIR}"
src_unpack() {
- cp -v ${DISTDIR}/${A} ${S}
+ cp -v "${DISTDIR}"/"${A}" "${S}"
}
src_install() {
diff --git a/net-p2p/torrserver-bin/torrserver-bin-118.ebuild b/net-p2p/torrserver-bin/torrserver-bin-118.ebuild
index ee8e078f0..43f4e8b18 100644
--- a/net-p2p/torrserver-bin/torrserver-bin-118.ebuild
+++ b/net-p2p/torrserver-bin/torrserver-bin-118.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="
"
KEYWORDS="amd64"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
RESTRICT="strip"
@@ -23,7 +23,7 @@ QA_PREBUILT="*"
S="${WORKDIR}"
src_unpack() {
- cp -v ${DISTDIR}/${A} ${S}
+ cp -v "${DISTDIR}"/"${A}" "${S}"
}
src_install() {