Gentoo Archives: gentoo-commits

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