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: Tue, 30 Mar 2021 18:36:50
Message-Id: 1617129338.122cd3343ababac9fc36420b6eafb4b81a8441df.asturm@gentoo
1 commit: 122cd3343ababac9fc36420b6eafb4b81a8441df
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 18:35:38 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 18:35:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122cd334
7
8 media-sound/pnmixer: Drop 0.7.2 (r0), cmake-utils--
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/pnmixer/pnmixer-0.7.2.ebuild | 51 --------------------------------
14 1 file changed, 51 deletions(-)
15
16 diff --git a/media-sound/pnmixer/pnmixer-0.7.2.ebuild b/media-sound/pnmixer/pnmixer-0.7.2.ebuild
17 deleted file mode 100644
18 index ed3446af74c..00000000000
19 --- a/media-sound/pnmixer/pnmixer-0.7.2.ebuild
20 +++ /dev/null
21 @@ -1,51 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit cmake-utils gnome2-utils
28 -
29 -MY_PV="v${PV}"
30 -MY_P="${PN}-${MY_PV}"
31 -
32 -DESCRIPTION="Volume mixer for the system tray"
33 -HOMEPAGE="https://github.com/nicklan/pnmixer"
34 -SRC_URI="https://github.com/nicklan/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"
35 -
36 -LICENSE="GPL-3"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~ppc x86"
39 -IUSE="doc libnotify nls"
40 -
41 -RDEPEND="dev-libs/glib:2
42 - media-libs/alsa-lib
43 - x11-libs/gtk+:3
44 - x11-libs/libX11
45 - libnotify? ( x11-libs/libnotify )"
46 -DEPEND="${RDEPEND}
47 - virtual/pkgconfig
48 - doc? (
49 - app-doc/doxygen
50 - media-gfx/graphviz
51 - )
52 - nls? ( sys-devel/gettext )"
53 -
54 -S=${WORKDIR}/${MY_P}
55 -
56 -src_configure() {
57 - local mycmakeargs=(
58 - -DWITH_LIBNOTIFY="$(usex libnotify)"
59 - -DENABLE_NLS="$(usex nls)"
60 - -DBUILD_DOCUMENTATION="$(usex doc)"
61 - -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
62 - )
63 - cmake-utils_src_configure
64 -}
65 -
66 -pkg_postinst() {
67 - gnome2_icon_cache_update
68 -}
69 -
70 -pkg_postrm() {
71 - gnome2_icon_cache_update
72 -}