commit: 70ca2242224b918fac8dc3ffcac6930610de1f03 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Wed Jul 31 14:07:32 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Aug 1 07:43:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ca2242
media-sound/qastools: fix pkgcheck issues Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/qastools/qastools-0.23.0.ebuild | 8 +++----- media-sound/qastools/qastools-1.4.0.ebuild | 5 ++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/media-sound/qastools/qastools-0.23.0.ebuild b/media-sound/qastools/qastools-0.23.0.ebuild index 739a04e7b390..789af4082220 100644 --- a/media-sound/qastools/qastools-0.23.0.ebuild +++ b/media-sound/qastools/qastools-0.23.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,12 +7,12 @@ inherit cmake DESCRIPTION="Qt5 GUI ALSA tools: mixer, configuration browser" HOMEPAGE="https://gitlab.com/sebholt/qastools" -SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz" +SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" +S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" BDEPEND=" dev-qt/linguist-tools:5 @@ -30,8 +30,6 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}-nomancompress.patch" ) -S="${WORKDIR}"/${PN}-v${PV} - src_configure() { local mycmakeargs=( -DSKIP_LICENSE_INSTALL=ON diff --git a/media-sound/qastools/qastools-1.4.0.ebuild b/media-sound/qastools/qastools-1.4.0.ebuild index fd5462cfef8f..37704ef41fe2 100644 --- a/media-sound/qastools/qastools-1.4.0.ebuild +++ b/media-sound/qastools/qastools-1.4.0.ebuild @@ -7,13 +7,12 @@ inherit cmake DESCRIPTION="Qt GUI ALSA tools: mixer, configuration browser" HOMEPAGE="https://gitlab.com/sebholt/qastools" -SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz" -S="${WORKDIR}"/${PN}-v${PV} +SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" +S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" dev-qt/qtbase:6[dbus,gui,network,widgets]
