Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmauda: wmauda-0.9.ebuild ChangeLog
Date: Tue, 02 Oct 2012 15:25:27
Message-Id: 20121002152507.CA18E21600@flycatcher.gentoo.org
1 voyageur 12/10/02 15:25:07
2
3 Modified: ChangeLog
4 Added: wmauda-0.9.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.19 x11-plugins/wmauda/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 5 May 2012 05:12:00 -0000 1.18
24 +++ ChangeLog 2 Oct 2012 15:25:07 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/wmauda
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.18 2012/05/05 05:12:00 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.19 2012/10/02 15:25:07 voyageur Exp $
30 +
31 +*wmauda-0.9 (02 Oct 2012)
32 +
33 + 02 Oct 2012; Bernard Cafarelli <voyageur@g.o> +wmauda-0.9.ebuild,
34 + +files/wmauda-0.9-asneeded.patch:
35 + Version bump
36
37 05 May 2012; Jeff Horelick <jdhore@g.o> wmauda-0.7.ebuild,
38 wmauda-0.8.ebuild:
39
40
41
42 1.1 x11-plugins/wmauda/wmauda-0.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/wmauda-0.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/wmauda-0.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmauda-0.9.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.9.ebuild,v 1.1 2012/10/02 15:25:07 voyageur Exp $
52
53 EAPI=4
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="Dockable applet for WindowMaker that controls Audacious."
57 HOMEPAGE="http://www.netswarm.net"
58 SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="dev-libs/dbus-glib
66 x11-libs/libX11
67 x11-libs/gtk+:2
68 >=media-sound/audacious-1.5"
69 DEPEND="${RDEPEND}
70 x11-proto/xproto
71 virtual/pkgconfig"
72
73 src_prepare() {
74 epatch "${FILESDIR}"/${P}-asneeded.patch
75 }
76
77 src_compile() {
78 tc-export CC
79 emake PREFIX="/usr"
80 }
81
82 src_install () {
83 emake DESTDIR="${D}" PREFIX="/usr" install
84 dodoc AUTHORS README
85 }