mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sys-fs/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -11,20 +11,20 @@ DESCRIPTION="Graphical viewer for GNU ddrescue mapfiles"
|
||||
HOMEPAGE="https://sourceforge.net/projects/ddrescueview/"
|
||||
SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.xz -> ${P}.tar.xz"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
BDEPEND="dev-lang/lazarus"
|
||||
|
||||
# Pascal ignores CFLAGS and does its own stripping. Nothing else can be done about it.
|
||||
QA_FLAGS_IGNORED="usr/bin/ddrescueview"
|
||||
QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_compile() {
|
||||
cd source || die
|
||||
edo lazbuild \
|
||||
|
||||
@@ -107,9 +107,9 @@ else
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
RESTRICT="mirror"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/diskonaut"
|
||||
|
||||
|
||||
@@ -115,9 +115,9 @@ else
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
RESTRICT="mirror"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/diskonaut"
|
||||
|
||||
|
||||
@@ -115,9 +115,9 @@ else
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
RESTRICT="mirror"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/diskonaut"
|
||||
|
||||
|
||||
@@ -11,12 +11,15 @@ DESCRIPTION="A fast very high compression read-only FUSE file system"
|
||||
HOMEPAGE="https://github.com/mhx/dwarfs"
|
||||
SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.xz"
|
||||
|
||||
S="${WORKDIR}/dwarfs-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+jemalloc test man" #Tests is broken at this moment
|
||||
# See https://github.com/mhx/dwarfs/issues/194
|
||||
S="${WORKDIR}/dwarfs-${PV}"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
app-arch/brotli
|
||||
@@ -58,7 +61,6 @@ BDEPEND="
|
||||
"
|
||||
|
||||
DOCS=( "README.md" "CHANGES.md" "TODO" )
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
CHECKREQS_DISK_BUILD="1300M"
|
||||
CMAKE_IN_SOURCE_BUILD=1
|
||||
|
||||
@@ -5,19 +5,18 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="Fuse for AWS S3 (Simple Storage Service), official"
|
||||
HOMEPAGE="https://github.com/awslabs/mountpoint-s3"
|
||||
|
||||
SRC_URI="https://s3.amazonaws.com/mountpoint-s3-release/${PV}/x86_64/mount-s3-${PV}-x86_64.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
# Dependent crate licenses
|
||||
LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT openssl Unicode-DFS-2016 ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="/usr/bin/${PN}"
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user