diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-26 20:05:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-28 13:26:14 +0100 |
commit | fe3a68f0e4b87d394319d0470ba6fc67540771f8 (patch) | |
tree | 2766671ce56057c3f707c170b774513ee1c664a1 | |
parent | media-sound/pnmixer: Various upstream fixes and port to EAPI-7 (diff) | |
download | gentoo-fe3a68f0e4b87d394319d0470ba6fc67540771f8.tar.gz gentoo-fe3a68f0e4b87d394319d0470ba6fc67540771f8.tar.bz2 gentoo-fe3a68f0e4b87d394319d0470ba6fc67540771f8.zip |
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@gentoo.org>
-rw-r--r-- | media-sound/pnmixer/pnmixer-9999.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild deleted file mode 100644 index 69801bb9225a..000000000000 --- 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 -} |