commit: 613cdc3fcf58f1e054d4e522100f36fc36cd9113 Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Sun Sep 3 22:36:59 2023 +0000 Commit: Leonardo Hernandez <leohdz172 <AT> proton <DOT> me> CommitDate: Sun Sep 3 22:37:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=613cdc3f
media-sound/qpwgraph: treeclean, package moved to ::gentoo Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me> media-sound/qpwgraph/Manifest | 1 - media-sound/qpwgraph/metadata.xml | 14 ---------- media-sound/qpwgraph/qpwgraph-0.4.4.ebuild | 41 ---------------------------- media-sound/qpwgraph/qpwgraph-9999.ebuild | 43 ------------------------------ 4 files changed, 99 deletions(-) diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest deleted file mode 100644 index 0ccabec61d..0000000000 --- a/media-sound/qpwgraph/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qpwgraph-0.4.4.tar.bz2 452078 BLAKE2B c20400f4535bdb5986ff73850984d86e57ccbf3adb05692f5dee8c39d3c0c8d9af0fc84e7de66d702f3ddbd9d6807812fe66bc8fc222eb39519ed629b5e50afc SHA512 ed64e290e2dab7b0a2d04fe938e0f2a2ac5ad2dc7ccf6d7940c8a1e7d8552304c24f396e26dedea8a99010b7b7c6ab5c935a4383d5d56ed9f66e8c9efd299a29 diff --git a/media-sound/qpwgraph/metadata.xml b/media-sound/qpwgraph/metadata.xml deleted file mode 100644 index 03217a468f..0000000000 --- a/media-sound/qpwgraph/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <name>Samuel BAUER</name> - <email>[email protected]</email> - </maintainer> - <upstream> - <remote-id type="freedesktop-gitlab">rncbc/qpwgraph</remote-id> - </upstream> - <use> - <flag name="trayicon">Build support for tray icon</flag> - </use> -</pkgmetadata> diff --git a/media-sound/qpwgraph/qpwgraph-0.4.4.ebuild b/media-sound/qpwgraph/qpwgraph-0.4.4.ebuild deleted file mode 100644 index f925abb1cd..0000000000 --- a/media-sound/qpwgraph/qpwgraph-0.4.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="PipeWire Graph Qt GUI Interface" -HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph" -SRC_URI="https://gitlab.freedesktop.org/rncbc/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="alsa trayicon wayland" - -BDEPEND="dev-qt/linguist-tools:5" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - media-video/pipewire - trayicon? ( dev-qt/qtnetwork:5 ) -" -RDEPEND="${DEPEND} - dev-qt/qtsvg:5 -" - -S=${WORKDIR}/${PN}-v${PV} - -src_configure() { - local mycmakeargs=( - -DCONFIG_ALSA_MIDI=$(usex alsa) - -DCONFIG_SYSTEM_TRAY=$(usex trayicon) - -DCONFIG_WAYLAND=$(usex wayland) - -DCONFIG_QT6=0 - ) - cmake_src_configure -} diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild b/media-sound/qpwgraph/qpwgraph-9999.ebuild deleted file mode 100644 index a4229d71a0..0000000000 --- a/media-sound/qpwgraph/qpwgraph-9999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake git-r3 xdg - -DESCRIPTION="PipeWire Graph Qt GUI Interface" -HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph" -EGIT_REPO_URI="https://gitlab.freedesktop.org/rncbc/qpwgraph" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" - -IUSE="alsa trayicon wayland" - -BDEPEND="dev-qt/linguist-tools:5" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - media-video/pipewire" -RDEPEND="${DEPEND} - dev-qt/qtsvg:5 -" - -src_prepare() { - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DCONFIG_ALSA_MIDI=$(usex alsa) - -DCONFIG_SYSTEM_TRAY=$(usex trayicon) - -DCONFIG_WAYLAND=$(usex wayland) - -DCONFIG_QT6=0 - ) - cmake_src_configure -}
