commit: b50d5fd13955fea0ed451522d728f467d89c6661 Author: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net> AuthorDate: Thu Apr 22 14:37:30 2021 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Thu Apr 22 14:39:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b50d5fd1
media-sound/ncpamixer: drop live Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna.net> media-sound/ncpamixer/ncpamixer-9999.ebuild | 37 ----------------------------- 1 file changed, 37 deletions(-) diff --git a/media-sound/ncpamixer/ncpamixer-9999.ebuild b/media-sound/ncpamixer/ncpamixer-9999.ebuild deleted file mode 100644 index 94168ac46..000000000 --- a/media-sound/ncpamixer/ncpamixer-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="A ncurses mixer for PulseAudio inspired by pavucontrol" -HOMEPAGE="https://github.com/fulhax/ncpamixer" - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://github.com/fulhax/ncpamixer.git" - inherit git-r3 -else - SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="+wide" - -DEPEND=" - media-sound/pulseaudio - sys-libs/ncurses -" -RDEPEND="${DEPEND}" - -CMAKE_USE_DIR="${S}/src" - -src_configure() { - local mycmakeargs=( - -DUSE_WIDE="$(usex wide)" - ) - - cmake_src_configure -}
