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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 221CE1382C5 for ; Sun, 28 Feb 2021 12:26:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34AF6E08E5; Sun, 28 Feb 2021 12:26:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BD64E08E5 for ; Sun, 28 Feb 2021 12:26:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA60F340F3D for ; Sun, 28 Feb 2021 12:26:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6B9D58C for ; Sun, 28 Feb 2021 12:26:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1614515174.fe3a68f0e4b87d394319d0470ba6fc67540771f8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pnmixer/pnmixer-9999.ebuild X-VCS-Directories: media-sound/pnmixer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe3a68f0e4b87d394319d0470ba6fc67540771f8 X-VCS-Branch: master Date: Sun, 28 Feb 2021 12:26:38 +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: 0552d8a0-f92c-4b4d-aeb3-83f0d9d5f0ff X-Archives-Hash: 1c50c9d99ae77583aee83534f658d656 commit: fe3a68f0e4b87d394319d0470ba6fc67540771f8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 26 19:05:48 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 28 12:26:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3a68f0 media-sound/pnmixer: Drop unmaintained live ebuild Very outdated compared to 0.7.2, not like upstream is active anyway. Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/pnmixer/pnmixer-9999.ebuild | 43 --------------------------------- 1 file changed, 43 deletions(-) diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild deleted file mode 100644 index 69801bb9225..00000000000 --- a/media-sound/pnmixer/pnmixer-9999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -WANT_LIBTOOL=none -inherit cmake-utils gnome2-utils git-r3 - -DESCRIPTION="Volume mixer for the system tray" -HOMEPAGE="https://github.com/nicklan/pnmixer" -EGIT_REPO_URI="git@github.com:nicklan/pnmixer.git - https://github.com/nicklan/pnmixer.git" -EGIT_BRANCH="master" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="libnotify" - -RDEPEND="dev-libs/glib:2 - media-libs/alsa-lib - >=x11-libs/gtk+-3.12:3 - x11-libs/libX11 - libnotify? ( x11-libs/libnotify )" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DWITH_LIBNOTIFY="$(usex libnotify)" - ) - - cmake-utils_src_configure -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}