From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 185D915812E for ; Sun, 11 Jun 2023 11:44:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D6F2E08FB; Sun, 11 Jun 2023 11:44:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D7BBE08FB for ; Sun, 11 Jun 2023 11:44:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F80334104C for ; Sun, 11 Jun 2023 11:44:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E92EA93 for ; Sun, 11 Jun 2023 11:44:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1686483866.6c2ef35675925bfc72097a58fd1c947b566fbcb2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild X-VCS-Directories: xfce-extra/xfce4-volumed-pulse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6c2ef35675925bfc72097a58fd1c947b566fbcb2 X-VCS-Branch: master Date: Sun, 11 Jun 2023 11:44:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 59b75b68-7216-4a23-9ad6-b68419cc24bf X-Archives-Hash: 623208d0df889bff439f2957e2aea0af commit: 6c2ef35675925bfc72097a58fd1c947b566fbcb2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 11 10:37:22 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 11 11:44:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2ef356 xfce-extra/xfce4-volumed-pulse: drop 0.2.3 Signed-off-by: Andreas Sturmlechner gentoo.org> Signed-off-by: Michał Górny gentoo.org> .../xfce4-volumed-pulse-0.2.3.ebuild | 30 ---------------------- 1 file changed, 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[@]}" -}