From 4f386b131e1a261e406bcbbbaed8b61448577c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 29 May 2020 11:25:10 +0200 Subject: media-sound/pulsemixer: drop and user upstream --- media-sound/pulsemixer/pulsemixer-1.5.0.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 media-sound/pulsemixer/pulsemixer-1.5.0.ebuild (limited to 'media-sound/pulsemixer/pulsemixer-1.5.0.ebuild') diff --git a/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild deleted file mode 100644 index 4495e27..0000000 --- a/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Ncurses mixer for pulseaudio" -HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer" -SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND=">=dev-lang/python-3 - media-sound/pulseaudio" -RDEPEND="${DEPEND}" - -src_install() { - dobin pulsemixer - dodoc README.md -} -- cgit v1.2.3