diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-31 22:48:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-02 11:09:58 +0200 |
commit | 7823489b82859bd48d73216e898e6986db949202 (patch) | |
tree | 48775c0942eadd07542680b6196ffeab42fe939b /media-sound/qastools | |
parent | app-admin/kernel-hardening-checker: remove old (diff) | |
download | gentoo-7823489b82859bd48d73216e898e6986db949202.tar.gz gentoo-7823489b82859bd48d73216e898e6986db949202.tar.bz2 gentoo-7823489b82859bd48d73216e898e6986db949202.zip |
media-sound/qastools: drop 0.23.0
Bug: https://bugs.gentoo.org/938713
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/qastools')
-rw-r--r-- | media-sound/qastools/Manifest | 1 | ||||
-rw-r--r-- | media-sound/qastools/qastools-0.23.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/media-sound/qastools/Manifest b/media-sound/qastools/Manifest index d402bcf391ca..076113b97749 100644 --- a/media-sound/qastools/Manifest +++ b/media-sound/qastools/Manifest @@ -1,2 +1 @@ -DIST qastools-v0.23.0.tar.bz2 205810 BLAKE2B 20cbf8df1418645f20364f4e5d11d68c8f5980659f96fa654ac55e1479c7275ac81f16460fc5571dc3e7fdd7d53c27044a6faa065711d4ea43d20be7d981cd81 SHA512 543e2f6407ba36f7cb0ce811ee1ceac14652960c58636671fabeaca25d154db263b654d07795ec2a81232b1e177469cbb45617099d40af47d6ab1148443582fb DIST qastools-v1.4.0.tar.bz2 216159 BLAKE2B bcd908eff818369bef088c67ddbcf2770cfcc9931becfc80063588da2febb0251a0917e695f7255e8becdc569e2409326203f2f5eba178569e2d63be4a02b0a7 SHA512 2158ed32c752ffc12b2f0b76d85e80af73e41511bfe54faf197d79d740f083e0b8a6efe1e913c7a0b31249c5d02cd506553b4ce83e03d4e517050a530041f071 diff --git a/media-sound/qastools/qastools-0.23.0.ebuild b/media-sound/qastools/qastools-0.23.0.ebuild deleted file mode 100644 index 789af4082220..000000000000 --- a/media-sound/qastools/qastools-0.23.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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.bz2" -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -BDEPEND=" - dev-qt/linguist-tools:5 -" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - media-libs/alsa-lib - virtual/libudev:= -" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${P}-nomancompress.patch" ) - -src_configure() { - local mycmakeargs=( - -DSKIP_LICENSE_INSTALL=ON - -DCMAKE_DISABLE_FIND_PACKAGE_UnixCommands=ON - ) - cmake_src_configure -} |