Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
Date: Sun, 28 Feb 2021 12:26:45
Message-Id: 1614515174.fe3a68f0e4b87d394319d0470ba6fc67540771f8.asturm@gentoo
1 commit: fe3a68f0e4b87d394319d0470ba6fc67540771f8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 19:05:48 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 12:26:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3a68f0
7
8 media-sound/pnmixer: Drop unmaintained live ebuild
9
10 Very outdated compared to 0.7.2, not like upstream is active anyway.
11
12 Package-Manager: Portage-3.0.15, Repoman-3.0.2
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-sound/pnmixer/pnmixer-9999.ebuild | 43 ---------------------------------
16 1 file changed, 43 deletions(-)
17
18 diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild
19 deleted file mode 100644
20 index 69801bb9225..00000000000
21 --- a/media-sound/pnmixer/pnmixer-9999.ebuild
22 +++ /dev/null
23 @@ -1,43 +0,0 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -WANT_LIBTOOL=none
30 -inherit cmake-utils gnome2-utils git-r3
31 -
32 -DESCRIPTION="Volume mixer for the system tray"
33 -HOMEPAGE="https://github.com/nicklan/pnmixer"
34 -EGIT_REPO_URI="git@××××××.com:nicklan/pnmixer.git
35 - https://github.com/nicklan/pnmixer.git"
36 -EGIT_BRANCH="master"
37 -
38 -LICENSE="GPL-3"
39 -SLOT="0"
40 -KEYWORDS=""
41 -IUSE="libnotify"
42 -
43 -RDEPEND="dev-libs/glib:2
44 - media-libs/alsa-lib
45 - >=x11-libs/gtk+-3.12:3
46 - x11-libs/libX11
47 - libnotify? ( x11-libs/libnotify )"
48 -DEPEND="${RDEPEND}
49 - sys-devel/gettext
50 - virtual/pkgconfig"
51 -
52 -src_configure() {
53 - local mycmakeargs=(
54 - -DWITH_LIBNOTIFY="$(usex libnotify)"
55 - )
56 -
57 - cmake-utils_src_configure
58 -}
59 -
60 -pkg_postinst() {
61 - gnome2_icon_cache_update
62 -}
63 -
64 -pkg_postrm() {
65 - gnome2_icon_cache_update
66 -}