public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/ncpamixer/
Date: Sat, 30 Nov 2024 11:28:14 +0000 (UTC)	[thread overview]
Message-ID: <1732966031.b13f0378aec691e6aa63846e8e41ab46388f1d65.pastalian46@gentoo> (raw)

commit:     b13f0378aec691e6aa63846e8e41ab46388f1d65
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Nov 30 11:27:11 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Nov 30 11:27:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b13f0378

media-sound/ncpamixer: drop 1.3.7

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 media-sound/ncpamixer/Manifest               |  1 -
 media-sound/ncpamixer/ncpamixer-1.3.7.ebuild | 47 ----------------------------
 2 files changed, 48 deletions(-)

diff --git a/media-sound/ncpamixer/Manifest b/media-sound/ncpamixer/Manifest
index cb3e63e7a..a757ccc05 100644
--- a/media-sound/ncpamixer/Manifest
+++ b/media-sound/ncpamixer/Manifest
@@ -1,2 +1 @@
-DIST ncpamixer-1.3.7.tar.gz 24614 BLAKE2B 7033f023d787eeb4d7bb713a6034f1a58bea904baaac7baf8268d7588a8e26ec078ef811ae9ca843f00fee7ab3f7bb9014552a200295b094dfe042ca0dae1dce SHA512 2712a6a490519d2d145cd524efbbf69bb54e4e9a54b032bdf24ff50bf1e3d2737b65f5f953e0469fa927e6a26009637a0e815c01c975508c28aa59fa7e39545c
 DIST ncpamixer-1.3.8.tar.gz 24514 BLAKE2B b7f4e10479f5aa18a0e7ddaa7e8b0c943c763a8d7e9d7422356236c5f45f3cb2be19f0e88da774a483c75db09517c7c7f74e09f7a5fa2c43dfc833883889fa31 SHA512 a50147861f0cabee40b24143f8e1e34290aa74622a46afa751352d691398ea87979a3a1e6c2f44cca8f02428135354b2b485f6fc21b388955a750155a1763cfb

diff --git a/media-sound/ncpamixer/ncpamixer-1.3.7.ebuild b/media-sound/ncpamixer/ncpamixer-1.3.7.ebuild
deleted file mode 100644
index 2f98e96f6..000000000
--- a/media-sound/ncpamixer/ncpamixer-1.3.7.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="doc +wide"
-
-DEPEND="
-	media-libs/libpulse
-	sys-libs/ncurses:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="doc? ( 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
-	use doc && { pandoc -s -t man src/man/ncpamixer.1.md -o ncpamixer.1 || die; }
-}
-
-src_install() {
-	cmake_src_install
-	use doc && doman ncpamixer.1
-}


             reply	other threads:[~2024-11-30 11:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-30 11:28 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-14 11:31 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/ncpamixer/ David Roman
2024-11-30 11:28 Takuya Wakazono
2024-01-30 10:17 Takuya Wakazono
2024-01-30 10:17 Takuya Wakazono
2021-04-22 14:39 Octiabrina Terrien-Puig
2021-04-22 14:39 Octiabrina Terrien-Puig
2021-03-28 10:17 Andrew Ammerlaan
2021-03-05  9:59 Octiabrina Terrien-Puig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1732966031.b13f0378aec691e6aa63846e8e41ab46388f1d65.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox