Merge pull request 'net-p2p/torrserver-bin: improvements' (#15) from kuraga/calculate-overlay:net-p2p/torrserver-bin-fixes into develop

Reviewed-on: #15
pull/19/head
commit 96cba7e4a2

@ -6,5 +6,9 @@
<name>Mir Calculate</name>
<description>Calculate Overlay</description>
</maintainer>
<upstream><remote-id type="github">YouROK/TorrServer</remote-id></upstream>
<upstream>
<remote-id type="github">YouROK/TorrServer</remote-id>
<bugs-to>https://github.com/YouROK/TorrServer/issues</bugs-to>
</upstream>
<longdescription lang="en">TorrServer, stream torrent to http</longdescription>
</pkgmetadata>

@ -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() {

@ -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() {

Loading…
Cancel
Save