mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 11:58:43 -04:00
*/*: fix WhitespaceCheck QA
This commit is contained in:
parent
24993a43b9
commit
932822e993
@ -16,7 +16,6 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
RDEPEND="!app-misc/yq"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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(){
|
||||
|
@ -80,4 +80,3 @@ multilib_src_install_all() {
|
||||
rm -rf ${ED}/usr/share
|
||||
rm -rf ${ED}/usr/bin
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
@ -52,6 +52,6 @@ src_install(){
|
||||
echo /opt/pantum/lib >> "${D}/etc/ld.so.conf.d/pantum.conf"
|
||||
}
|
||||
|
||||
post_install(){
|
||||
post_install() {
|
||||
ldconfig
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -29,7 +29,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_prepare(){
|
||||
src_prepare() {
|
||||
eapply_user
|
||||
eautoreconf
|
||||
}
|
@ -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
|
||||
}
|
@ -10,7 +10,6 @@ SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="amd64 ~ppc sparc ~x86"
|
||||
|
||||
|
||||
RDEPEND="x11-wm/icewm"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
@ -25,7 +25,6 @@ RDEPEND="
|
||||
dev-libs/boost[python]
|
||||
"
|
||||
|
||||
|
||||
src_prepare(){
|
||||
sed -i "s/python3')/python-3.7')/g" meson.build
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user