summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-11 12:37:22 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-11 13:44:26 +0200
commit6c2ef35675925bfc72097a58fd1c947b566fbcb2 (patch)
tree22734153d502ee1d7a226c89b63c222c5aa3db6a /xfce-extra/xfce4-volumed-pulse
parentxfce-extra/xfce4-volumed-pulse: EAPI 8, switch to media-libs/libpulse (diff)
downloadgentoo-6c2ef35675925bfc72097a58fd1c947b566fbcb2.tar.gz
gentoo-6c2ef35675925bfc72097a58fd1c947b566fbcb2.tar.bz2
gentoo-6c2ef35675925bfc72097a58fd1c947b566fbcb2.zip
xfce-extra/xfce4-volumed-pulse: drop 0.2.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-volumed-pulse')
-rw-r--r--xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
deleted file mode 100644
index e98a24bdab0d..000000000000
--- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
-HOMEPAGE="https://gitlab.xfce.org/apps/xfce4-volumed-pulse/"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv x86"
-IUSE="libnotify"
-
-RDEPEND=">=dev-libs/glib-2.16:2=
- dev-libs/keybinder:3=
- >=media-sound/pulseaudio-0.9.19:=[glib]
- >=x11-libs/gtk+-3.20:3=
- >=xfce-base/xfconf-4.8:=
- libnotify? ( x11-libs/libnotify:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
- local myconf=(
- $(use_enable libnotify)
- )
-
- econf "${myconf[@]}"
-}