summary refs log tree commit diff
path: root/media-sound
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2020-02-19 16:28:47 +0300
committerAzat Bahawi <azahi@teknik.io>2020-02-19 16:28:47 +0300
commit0c67d4411adad3f112b3469b1a9cfe0d850370de (patch)
tree7c21506d02e64549384a68799a06c8de80311183 /media-sound
parentmedia-sound/mpdas: Refactoring (diff)
media-sound/pulsemixer: Remove package
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pulsemixer/Manifest1
-rw-r--r--media-sound/pulsemixer/metadata.xml8
-rw-r--r--media-sound/pulsemixer/pulsemixer-1.5.0.ebuild24
3 files changed, 0 insertions, 33 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/metadata.xml b/media-sound/pulsemixer/metadata.xml
deleted file mode 100644
index 7869e07..0000000
--- a/media-sound/pulsemixer/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>azahi@teknik.io</email>
-		<name>azahi</name>
-	</maintainer>
-</pkgmetadata>
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 cfa1c3d..0000000
--- a/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-DESCRIPTION="Cli and curses mixer for pulseaudio"
-HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer"
-SRC_URI="https://github.com/GeorgeFilipkin/pulsemixer/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-	media-sound/pulseaudio
-"
-BDEPEND=""

Consider giving Nix/NixOS a try! <3