diff options
Diffstat (limited to 'media-sound/pulsemixer/pulsemixer-1.2.0.ebuild')
-rw-r--r-- | media-sound/pulsemixer/pulsemixer-1.2.0.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/media-sound/pulsemixer/pulsemixer-1.2.0.ebuild b/media-sound/pulsemixer/pulsemixer-1.2.0.ebuild deleted file mode 100644 index 4495e27..0000000 --- a/media-sound/pulsemixer/pulsemixer-1.2.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 -} |