commit:     fe3a68f0e4b87d394319d0470ba6fc67540771f8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 19:05:48 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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="g...@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
-}

Reply via email to