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 B5B75158087 for ; Sun, 30 Jan 2022 11:05:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 458022BC023; Sun, 30 Jan 2022 11:05:15 +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 01EE42BC021 for ; Sun, 30 Jan 2022 11:05:12 +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 565C333BE4D for ; Sun, 30 Jan 2022 11:05:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99C6A2B3 for ; Sun, 30 Jan 2022 11:05:03 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1643540686.5b241d2ba341b8d7c9fa7f0c13fe61f024376f6b.soap@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.7.1.ebuild X-VCS-Directories: media-sound/pasystray/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5b241d2ba341b8d7c9fa7f0c13fe61f024376f6b X-VCS-Branch: master Date: Sun, 30 Jan 2022 11:05:03 +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: 47934a0c-8109-48c3-b2ba-c55e03abdf20 X-Archives-Hash: 5e3cb59f8a623878a758e027ec5010fc commit: 5b241d2ba341b8d7c9fa7f0c13fe61f024376f6b Author: David Seifert gentoo org> AuthorDate: Sun Jan 30 11:04:46 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 30 11:04:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b241d2b media-sound/pasystray: drop 0.7.1 Signed-off-by: David Seifert gentoo.org> media-sound/pasystray/Manifest | 1 - media-sound/pasystray/pasystray-0.7.1.ebuild | 51 ---------------------------- 2 files changed, 52 deletions(-) diff --git a/media-sound/pasystray/Manifest b/media-sound/pasystray/Manifest index 60ce74d33871..e797434cfd47 100644 --- a/media-sound/pasystray/Manifest +++ b/media-sound/pasystray/Manifest @@ -1,2 +1 @@ -DIST pasystray-0.7.1.tar.gz 56041 BLAKE2B 5f7cae7a55580bf3dfe294e95bbda372c3a679bec000d222964b4027ced2462dfb4a8446d0683f8910e96ab98e1541b3fa9fafc36da530c92d2285f00a1beb65 SHA512 2af5176e6a5bf6d74baf0a0b52b731b7a3b54f787c4e89d945357aab4e186a35e0f77288d69d66743bf4e21f758e0d961cc1f9b339ce513eb4eb2bcab0d754bb DIST pasystray-0.8.0.tar.gz 58770 BLAKE2B dff11dec46986d3b086acdff43aa7eda97e8edcdef0ef85a246087a3a0da9407cb4475ab4b579a370f90c23327d065ae704685124915b27e03f0be1a44e50a58 SHA512 104c68e41659306ca1e750d0d580d6ffcf4411da2da51a4f2780f551e12da9e104eb66ea841234292769f05a15f8f14ceaefc55893cf551a47124d086b1fb291 diff --git a/media-sound/pasystray/pasystray-0.7.1.ebuild b/media-sound/pasystray/pasystray-0.7.1.ebuild deleted file mode 100644 index b9732e0f3ecd..000000000000 --- a/media-sound/pasystray/pasystray-0.7.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils autotools xdg - -DESCRIPTION="PulseAudio system tray" -HOMEPAGE="https://github.com/christophgysin/pasystray" -SRC_URI="https://github.com/christophgysin/${PN}/archive/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 ~arm ~x86" -IUSE="libnotify zeroconf" - -RDEPEND=" - >=dev-libs/glib-2.48.2 - >=media-sound/pulseaudio-5.0-r3[glib,zeroconf?] - x11-libs/gtk+:3 - x11-libs/libX11 - zeroconf? ( >=net-dns/avahi-0.6 ) - libnotify? ( >=x11-libs/libnotify-0.7 ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${PN}-${P} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable libnotify notify) \ - $(use_enable zeroconf avahi) -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - gnome2_icon_cache_update -}