diff options
author | Karel Kočí <cynerd@email.cz> | 2020-05-29 11:25:10 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-05-29 11:25:10 +0200 |
commit | 4f386b131e1a261e406bcbbbaed8b61448577c7d (patch) | |
tree | 776f5900299c5d13f6d75574c6bdee6b3136dfab | |
parent | 3d60075583ec56808918c209f163ff0d7401856f (diff) | |
download | gentoo-personal-overlay-4f386b131e1a261e406bcbbbaed8b61448577c7d.tar.gz gentoo-personal-overlay-4f386b131e1a261e406bcbbbaed8b61448577c7d.tar.bz2 gentoo-personal-overlay-4f386b131e1a261e406bcbbbaed8b61448577c7d.zip |
media-sound/pulsemixer: drop and user upstream
-rw-r--r-- | media-sound/pulsemixer/Manifest | 1 | ||||
-rw-r--r-- | media-sound/pulsemixer/pulsemixer-1.5.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/media-sound/pulsemixer/Manifest b/media-sound/pulsemixer/Manifest deleted file mode 100644 index 5317857..0000000 --- a/media-sound/pulsemixer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pulsemixer-1.5.0.tar.gz 21557 BLAKE2B 4c6cb9a3f9701301223c259532a0803a5c3e5f3abbce6f2763b6fd987f85aba56549e66861e9b69d0bf89c116c6c7e221d11cc65eb9a531402f74e8d63e9d824 SHA512 e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64 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 -} |