*/*: fix WhitespaceCheck QA

This commit is contained in:
Yongxiang Liang 2023-11-15 10:36:42 +08:00 committed by 梁永祥
parent 24993a43b9
commit 932822e993
19 changed files with 70 additions and 78 deletions

View File

@ -16,7 +16,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
RDEPEND="!app-misc/yq"

View File

@ -14,7 +14,6 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 mips ppc ~s390 sparc x86"
S="${WORKDIR}/${PN}"
FONT_S="${S}"
FONT_SUFFIX="ttf"

View File

@ -7,7 +7,6 @@ EGIT_REPO_URI="https://github.com/zevlg/tgs2png.git"
inherit cmake git-r3
DESCRIPTION="Convert Telegram's animated stickers in TGS format into series of PNG images."
HOMEPAGE="https://github.com/zevlg/tgs2png"

View File

@ -102,4 +102,3 @@ src_install() {
doins ${WORKDIR}/libjpeg-turbo-${PV}_build/libjpeg.so.8.2.2
doins ${WORKDIR}/libjpeg-turbo-${PV}_build/libjpeg.so.8
}

View File

@ -12,7 +12,6 @@ SRC_URI="https://github.com/fontforge/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="${DEPEND}"
src_prepare(){

View File

@ -80,4 +80,3 @@ multilib_src_install_all() {
rm -rf ${ED}/usr/share
rm -rf ${ED}/usr/bin
}

View File

@ -26,7 +26,6 @@ HOMEPAGE="https://github.com/qjfoidnh/BaiduPCS-Go"
LICENSE="Apache-2.0"
SLOT="0"
src_compile()
{
ego build -o bin/${PN} -trimpath

View File

@ -52,6 +52,6 @@ src_install(){
echo /opt/pantum/lib >> "${D}/etc/ld.so.conf.d/pantum.conf"
}
post_install(){
post_install() {
ldconfig
}

View File

@ -8,10 +8,11 @@ HOMEPAGE="https://github.com/lakinduakash/linux-wifi-hotspot"
SLOT="0"
# inherit toolchain-funcs eutils
DEPEND="media-gfx/qrencode
DEPEND="
media-gfx/qrencode
net-wireless/iw
net-wireless/hostapd
"
"
RDEPEND="${DEPEND}"
if [ "$PV" == "9999" ]; then
inherit git-r3

View File

@ -29,7 +29,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare(){
src_prepare() {
eapply_user
eautoreconf
}

View File

@ -16,7 +16,7 @@ KEYWORDS="amd64 x86 arm64 arm mips"
RDEPEND="sys-fs/zfs"
src_install(){
src_install() {
systemd_dounit zpool-scrub@.service
systemd_dounit zpool-scrub@.timer
}

View File

@ -10,7 +10,6 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc sparc ~x86"
RDEPEND="x11-wm/icewm"
S="${WORKDIR}"

View File

@ -25,7 +25,6 @@ RDEPEND="
dev-libs/boost[python]
"
src_prepare(){
sed -i "s/python3')/python-3.7')/g" meson.build
}