From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CB4E1581F0 for ; Sat, 14 Dec 2024 11:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6234E09ED; Sat, 14 Dec 2024 11:46:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 105F2E09ED for ; Sat, 14 Dec 2024 11:46:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61919342FB0 for ; Sat, 14 Dec 2024 11:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29D8322D8 for ; Sat, 14 Dec 2024 11:46:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1734175896.f94efe26c04287171eb0e4ee059ebb2ce09095ac.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/ncpamixer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/ncpamixer/Manifest media-sound/ncpamixer/metadata.xml media-sound/ncpamixer/ncpamixer-1.3.8.ebuild X-VCS-Directories: media-sound/ncpamixer/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f94efe26c04287171eb0e4ee059ebb2ce09095ac X-VCS-Branch: master Date: Sat, 14 Dec 2024 11:46:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f058f4e8-2dfc-4555-b0c3-59b50ef16f4c X-Archives-Hash: d615af87fc4d7a402fa880c9efd8e42e Message-ID: <20241214114631.xsouroOiJElMg7ZrgM_V5DcXt4Yf-In4QKJRkqW_1oc@z> commit: f94efe26c04287171eb0e4ee059ebb2ce09095ac Author: David Roman gmail com> AuthorDate: Sat Dec 14 11:31:22 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Dec 14 11:31:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f94efe26 media-sound/ncpamixer: treeclean, moved to ::gentoo Signed-off-by: David Roman gmail.com> media-sound/ncpamixer/Manifest | 1 - media-sound/ncpamixer/metadata.xml | 14 --------- media-sound/ncpamixer/ncpamixer-1.3.8.ebuild | 47 ---------------------------- 3 files changed, 62 deletions(-) diff --git a/media-sound/ncpamixer/Manifest b/media-sound/ncpamixer/Manifest deleted file mode 100644 index a757ccc05..000000000 --- a/media-sound/ncpamixer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ncpamixer-1.3.8.tar.gz 24514 BLAKE2B b7f4e10479f5aa18a0e7ddaa7e8b0c943c763a8d7e9d7422356236c5f45f3cb2be19f0e88da774a483c75db09517c7c7f74e09f7a5fa2c43dfc833883889fa31 SHA512 a50147861f0cabee40b24143f8e1e34290aa74622a46afa751352d691398ea87979a3a1e6c2f44cca8f02428135354b2b485f6fc21b388955a750155a1763cfb diff --git a/media-sound/ncpamixer/metadata.xml b/media-sound/ncpamixer/metadata.xml deleted file mode 100644 index 8c24a89f8..000000000 --- a/media-sound/ncpamixer/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - myrvogna@electrosphe.re - Octiabrina Terrien-Puig - - - fulhax/ncpamixer - - - Add ncurses wide characters support - - diff --git a/media-sound/ncpamixer/ncpamixer-1.3.8.ebuild b/media-sound/ncpamixer/ncpamixer-1.3.8.ebuild deleted file mode 100644 index 3aaf131cf..000000000 --- a/media-sound/ncpamixer/ncpamixer-1.3.8.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A ncurses mixer for PulseAudio inspired by pavucontrol" -HOMEPAGE="https://github.com/fulhax/ncpamixer" -SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+wide" - -DEPEND=" - media-libs/libpulse - sys-libs/ncurses:= -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pandoc" - -CMAKE_USE_DIR="${S}/src" - -src_prepare() { - sed -i "/-Werror/d" src/CMakeLists.txt || die - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_MANPAGES=OFF - -DUSE_WIDE="$(usex wide)" - ) - cmake_src_configure -} - -src_compile() { - cmake_src_compile - pandoc -s -t man src/man/ncpamixer.1.md -o ncpamixer.1 || die -} - -src_install() { - cmake_src_install - doman ncpamixer.1 -}