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 80611158087 for ; Sat, 29 Jan 2022 08:35:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C31A2BC001; Sat, 29 Jan 2022 08:35:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 03B5C2BC001 for ; Sat, 29 Jan 2022 08:35:01 +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 3BD03343412 for ; Sat, 29 Jan 2022 08:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77A5A2AE for ; Sat, 29 Jan 2022 08:34:58 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1643445292.c99c8a400892fc91b06d782bb85fb61999dc8a81.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/paprefs/Manifest media-sound/paprefs/paprefs-1.1-r1.ebuild X-VCS-Directories: media-sound/paprefs/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: c99c8a400892fc91b06d782bb85fb61999dc8a81 X-VCS-Branch: master Date: Sat, 29 Jan 2022 08:34:58 +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: 728ccfe5-4868-4bd3-b9a7-47b0969c93e3 X-Archives-Hash: 1f8e1e1a8ba565d0d48a5e1c9a89b3e8 commit: c99c8a400892fc91b06d782bb85fb61999dc8a81 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jan 29 08:34:52 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jan 29 08:34:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99c8a40 media-sound/paprefs: removed obsolete 1.1-r1 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/paprefs/Manifest | 1 - media-sound/paprefs/paprefs-1.1-r1.ebuild | 46 ------------------------------- 2 files changed, 47 deletions(-) diff --git a/media-sound/paprefs/Manifest b/media-sound/paprefs/Manifest index 1ce649818795..8f541ccabdac 100644 --- a/media-sound/paprefs/Manifest +++ b/media-sound/paprefs/Manifest @@ -1,2 +1 @@ -DIST paprefs-1.1.tar.xz 69144 BLAKE2B 9809bb73156be1e4020679637c1203524a0ccc5f5e1fb3696724925bb196cd397e433c22e993e7353cfaadd38260980676af6ace2cac795c0b615298d1d85805 SHA512 4203fcb485b40223a5c8672fdbbd2875a25d05d85366773015728f54a17020098ee9e9fd1c02180c01799e100b99389c970855fc1bd69921d32d8e43c749ce76 DIST paprefs-1.2.tar.xz 74820 BLAKE2B 5b4e3b2e4e0e940a7685dbff287cf42951931da1aad6f011a72115a8393bae11f6e80dc09a3e5724afaaac0e6580dcc7a37a9b9b4ab6fc6a53f29647d9980a4d SHA512 2bc50116528c150060711899c66976179e433f6be36f6b7806f0fd3f66346ce14037875e7f119dc205d2047c3998d78105fa7d7c397dfcf02fb8d3bfec34154c diff --git a/media-sound/paprefs/paprefs-1.1-r1.ebuild b/media-sound/paprefs/paprefs-1.1-r1.ebuild deleted file mode 100644 index fcf064732a0d..000000000000 --- a/media-sound/paprefs/paprefs-1.1-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit flag-o-matic meson xdg-utils - -DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio" -HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs" -SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" - -RDEPEND="dev-cpp/atkmm:0 - dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 - dev-libs/glib:2 - >=dev-libs/libsigc++-2.2:2 - >=media-sound/pulseaudio-12.0-r1[glib] - x11-libs/gtk+:3 - || ( - x11-themes/tango-icon-theme - x11-themes/adwaita-icon-theme - )" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - append-cxxflags -std=c++11 #568590 - local mymesonargs=( - -Dlynx=false - ) - meson_src_configure -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}