summaryrefslogtreecommitdiff
path: root/media-sound/pamixer/pamixer-1.4.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-10-01 15:26:26 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-10-01 15:26:26 -0400
commit8739f93d24478e6d6f85ac6c5068f5b9a9dd5e79 (patch)
tree927b7a49132a196ba25a7116eb82953bfe28bee4 /media-sound/pamixer/pamixer-1.4.ebuild
parent31097395dd44c32e6ea49638cf6d9b7f27a11848 (diff)
downloadgentoo-overlay-8739f93d24478e6d6f85ac6c5068f5b9a9dd5e79.tar.xz
gentoo-overlay-8739f93d24478e6d6f85ac6c5068f5b9a9dd5e79.zip
media-sound/pamixer: drop
Diffstat (limited to 'media-sound/pamixer/pamixer-1.4.ebuild')
-rw-r--r--media-sound/pamixer/pamixer-1.4.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/pamixer/pamixer-1.4.ebuild b/media-sound/pamixer/pamixer-1.4.ebuild
deleted file mode 100644
index a9205dd..0000000
--- a/media-sound/pamixer/pamixer-1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Pulseaudio command line mixer."
-HOMEPAGE="https://github.com/cdemoulins/pamixer"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/cdemoulins/pamixer"
-else
- SRC_URI="https://github.com/cdemoulins/pamixer/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- dev-libs/boost
- media-sound/pulseaudio"
-
-DEPEND="${RDEPEND}"
-
-src_install() {
- dobin ${PN}
- dodoc README.rst
-}