Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
Date: Sat, 04 Mar 2017 00:46:12
Message-Id: 1488588356.21725ddd5a962b74fbc0c4a4eade8311b21a5bfe.kensington@gentoo
1 commit: 21725ddd5a962b74fbc0c4a4eade8311b21a5bfe
2 Author: Julian Ospald <hasufell <AT> posteo <DOT> de>
3 AuthorDate: Thu Mar 2 22:57:01 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 00:45:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21725ddd
7
8 media-sound/pnmixer: rm old
9
10 media-sound/pnmixer/Manifest | 1 -
11 media-sound/pnmixer/pnmixer-0.6.ebuild | 51 ----------------------------------
12 2 files changed, 52 deletions(-)
13
14 diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
15 index 15a71cf2efd..5a47fe539f0 100644
16 --- a/media-sound/pnmixer/Manifest
17 +++ b/media-sound/pnmixer/Manifest
18 @@ -1,3 +1,2 @@
19 -DIST pnmixer-0.6.tar.gz 198551 SHA256 e70faffcc56bec315f23f66dff85dd335627fc3219d37f1583d16e3383811b61 SHA512 89327628edfbab4e62ba80746f2299a5b418110a85d3fea34f1b16af49c97b4cbea7b44a547ac7ab025ff0d8f6b3c1b5eaf07cc69a385b363a57def30a4d0d93 WHIRLPOOL 91c6cf212cc1b06497a720c7c2bb9ddaf7cd9aeb10ab135afaa86ca3085c1fa37b92fb5038cdfa13a2638ae3db7bdd838507922511c984297dc2aebef4b4c0c8
20 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
21 DIST pnmixer-0.7.1_rc1.tar.gz 234636 SHA256 eb9d617476291423adf90dccb8b99fdb0fc6321720bcbc44082fcfd2d143dffc SHA512 778ba6abd7efacfb1a49ad67f4370113d37b1b78bf0e73c26141edf56fce94dca2426919e54068b1c648f912bc2a6d30ac3a7c5bb620bc0d33e5af8e1ef6dabc WHIRLPOOL b3d1c45fae5cffbcabf02a225feae778b0de02aa137716e42fa5de1f1e697d22a759b03a08b3e45453097e6eaa0c612c6df47f241c4835a823f9ce5b5cd186c2
22
23 diff --git a/media-sound/pnmixer/pnmixer-0.6.ebuild b/media-sound/pnmixer/pnmixer-0.6.ebuild
24 deleted file mode 100644
25 index 74a5e66fe15..00000000000
26 --- a/media-sound/pnmixer/pnmixer-0.6.ebuild
27 +++ /dev/null
28 @@ -1,51 +0,0 @@
29 -# Copyright 1999-2015 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=5
33 -
34 -WANT_LIBTOOL=none
35 -inherit autotools eutils gnome2-utils
36 -
37 -DESCRIPTION="Volume mixer for the system tray"
38 -HOMEPAGE="https://github.com/nicklan/pnmixer"
39 -SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~ppc ~x86"
44 -IUSE="debug libnotify"
45 -
46 -RDEPEND="dev-libs/glib:2
47 - media-libs/alsa-lib
48 - >=x11-libs/gtk+-3.6:3
49 - x11-libs/libX11
50 - libnotify? ( x11-libs/libnotify )"
51 -DEPEND="${RDEPEND}
52 - dev-util/intltool
53 - virtual/pkgconfig"
54 -
55 -S=${WORKDIR}/${P/_rc/-rc}
56 -
57 -src_prepare() {
58 - eautoreconf
59 -}
60 -
61 -src_configure() {
62 - econf \
63 - $(use_with libnotify) \
64 - $(use_enable debug) \
65 - --enable-minimal-flags \
66 - --with-gtk3
67 -}
68 -
69 -pkg_preinst() {
70 - gnome2_icon_savelist
71 -}
72 -
73 -pkg_postinst() {
74 - gnome2_icon_cache_update
75 -}
76 -
77 -pkg_postrm() {
78 - gnome2_icon_cache_update
79 -}