(some packages) qoutes improvements

Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
master
Alexander Kurakin 1 year ago
parent 2212a487b8
commit 14aad98d17

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -11,7 +11,7 @@ LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
S=${WORKDIR}
S="${WORKDIR}"
src_install() {
insinto /usr/share/openpgp-keys

@ -1,12 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
DESCRIPTION="UEFI Shim bootloader for SecureBoot signed by Microsoft"
HOMEPAGE="http://mjg59.dreamwidth.org/20303.html"
SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/${P}.tgz"
HOMEPAGE="https://mjg59.dreamwidth.org/20303.html"
SRC_URI="https://mirror.calculate-linux.org/source/${PN}/${P}.tgz"
LICENSE="BSD"
@ -17,5 +15,5 @@ S="${WORKDIR}"
src_install() {
insinto /usr/share
doins -r $PN
doins -r "${PN}"
}

@ -28,7 +28,7 @@ src_unpack() {
src_install() {
dodir /opt/torrserver
cp "${S}"/TorrServer-linux-amd64-${PV} "${ED}"/opt/torrserver/TorrServer-linux-amd64 || die
cp "${S}/TorrServer-linux-amd64-${PV}" "${ED}"/opt/torrserver/TorrServer-linux-amd64 || die
fperms 0755 /opt/torrserver/TorrServer-linux-amd64
newinitd "${FILESDIR}"/torrserver.initd torrserver
doenvd "${FILESDIR}"/99torrserver

@ -23,12 +23,12 @@ QA_PREBUILT="*"
S="${WORKDIR}"
src_unpack() {
cp -v "${DISTDIR}"/"${A}" "${S}"
cp -v "${DISTDIR}/${A}" "${S}"
}
src_install() {
dodir /opt/torrserver
cp "${S}"/TorrServer-linux-amd64-${PV} "${ED}"/opt/torrserver/TorrServer-linux-amd64 || die
cp "${S}/TorrServer-linux-amd64-${PV}" "${ED}"/opt/torrserver/TorrServer-linux-amd64 || die
fperms 0755 /opt/torrserver/TorrServer-linux-amd64
newinitd "${FILESDIR}"/torrserver.initd torrserver
doenvd "${FILESDIR}"/99torrserver

@ -15,7 +15,9 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="x11-themes/hicolor-icon-theme"
RDEPEND="
x11-themes/hicolor-icon-theme
"
S="${WORKDIR}"

@ -20,7 +20,9 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig
"
RDEPEND="x11-themes/hicolor-icon-theme"
RDEPEND="
x11-themes/hicolor-icon-theme
"
S="${WORKDIR}/icons-${PV}"

Loading…
Cancel
Save