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 69BB315808B for ; Mon, 30 Sep 2024 08:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A54D5E29C4; Mon, 30 Sep 2024 08:06:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88965E29C4 for ; Mon, 30 Sep 2024 08:06:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 893FB342FA7 for ; Mon, 30 Sep 2024 08:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD5661F2E for ; Mon, 30 Sep 2024 08:06:44 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1727683594.a97f314171c9dab4856bf42a70a9e9e18d24a43d.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pasystray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pasystray/Manifest media-sound/pasystray/pasystray-0.8.1.ebuild X-VCS-Directories: media-sound/pasystray/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a97f314171c9dab4856bf42a70a9e9e18d24a43d X-VCS-Branch: master Date: Mon, 30 Sep 2024 08:06:44 +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: cdb95397-e24c-40c0-8dea-b84c7ff6c567 X-Archives-Hash: 297a4c3d861e293ab7ac42956f7b7e09 commit: a97f314171c9dab4856bf42a70a9e9e18d24a43d Author: Florian Schmaus gentoo org> AuthorDate: Mon Sep 30 08:06:34 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Sep 30 08:06:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97f3141 media-sound/pasystray: drop 0.8.1 Signed-off-by: Florian Schmaus gentoo.org> media-sound/pasystray/Manifest | 1 - media-sound/pasystray/pasystray-0.8.1.ebuild | 42 ---------------------------- 2 files changed, 43 deletions(-) diff --git a/media-sound/pasystray/Manifest b/media-sound/pasystray/Manifest index 0c50cc40d7c0..0f73364899b9 100644 --- a/media-sound/pasystray/Manifest +++ b/media-sound/pasystray/Manifest @@ -1,2 +1 @@ -DIST pasystray-0.8.1.tar.gz 59383 BLAKE2B 0d110b7625537d71b12a3ce9d89a32857fc66071bfabdfcc6409900ca13b92c1e2cfe9f7c27a33ae5ea3a89fe10d4c222f3bf60fcb498f07498a2a5497d9b51b SHA512 a9924b5b17833df4862f7c2bec5b518a3d8b6f2f80fe494c38a0cc07965095fb3155fc2181eb071f9acaf4629d81a908f2f622107c31346502293bfd4fa291a8 DIST pasystray-0.8.2.tar.gz 59654 BLAKE2B eedf92d13181eef15b6a416c6cf9c478df91766c81e4d19430a2f37305966999f6f21150a2ee40e3b5d783180a0f9ae152bbc1c8a22056d5ceb0763a3da017f0 SHA512 a4c2c257678c161ed2daf53249bc4acf50002cd8485ce031fe98d20540ec684011651fc0e5e66cd925131629630371a834660b0da69c53dbd14521ed268d13ef diff --git a/media-sound/pasystray/pasystray-0.8.1.ebuild b/media-sound/pasystray/pasystray-0.8.1.ebuild deleted file mode 100644 index 4c38b5b213e6..000000000000 --- a/media-sound/pasystray/pasystray-0.8.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools xdg - -DESCRIPTION="PulseAudio system tray" -HOMEPAGE="https://github.com/christophgysin/pasystray" -SRC_URI="https://github.com/christophgysin/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" -IUSE="libnotify zeroconf" - -RDEPEND=" - dev-libs/glib - || ( - media-libs/libpulse[glib] - media-sound/pulseaudio-daemon[glib,zeroconf?] - ) - x11-libs/gtk+:3 - x11-libs/libX11 - zeroconf? ( net-dns/avahi ) - libnotify? ( x11-libs/libnotify ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig -" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable libnotify notify) \ - $(use_enable zeroconf avahi) -}