www-misc/remwharead: fix MultipleKeywordsLines, MissingTestRestrict
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2022-09-13 20:03:42 +02:00
parent 70e59578a4
commit 02768e509b
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 5 additions and 18 deletions

View File

@ -15,15 +15,12 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://schlomp.space/tastytea/remwharead.git"
else
SRC_URI="https://schlomp.space/tastytea/remwharead/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
if [[ "${PV}" == "9999" ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
IUSE="doc +firefox rofi test"
RESTRICT="!test? ( test )"
@ -41,10 +38,6 @@ DEPEND="
doc? ( app-doc/doxygen )
"
if [[ "${PV}" != "9999" ]]; then
S="${WORKDIR}/${PN}"
fi
src_configure() {
local mycmakeargs=(
-DWITH_TESTS="$(usex test)"

View File

@ -15,16 +15,14 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://schlomp.space/tastytea/remwharead.git"
else
SRC_URI="https://schlomp.space/tastytea/remwharead/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
if [[ "${PV}" == "9999" ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
IUSE="doc +firefox rofi test"
RESTRICT="!test? ( test )"
RDEPEND="
net-misc/curl
@ -41,10 +39,6 @@ DEPEND="
doc? ( app-doc/doxygen )
"
if [[ "${PV}" != "9999" ]]; then
S="${WORKDIR}/${PN}"
fi
src_configure() {
local mycmakeargs=(
-DWITH_TESTS="$(usex test)"