Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-volumed: ChangeLog xfce4-volumed-0.1.5.ebuild
Date: Wed, 28 Oct 2009 15:09:55
Message-Id: E1N3A9p-0007f4-2E@stork.gentoo.org
1 ssuominen 09/10/28 15:09:53
2
3 Modified: ChangeLog
4 Added: xfce4-volumed-0.1.5.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 xfce-extra/xfce4-volumed/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 3 Oct 2009 14:53:04 -0000 1.3
23 +++ ChangeLog 28 Oct 2009 15:09:52 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-extra/xfce4-volumed
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.3 2009/10/03 14:53:04 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.4 2009/10/28 15:09:52 ssuominen Exp $
29 +
30 +*xfce4-volumed-0.1.5 (28 Oct 2009)
31 +
32 + 28 Oct 2009; Samuli Suominen <ssuominen@g.o>
33 + +xfce4-volumed-0.1.5.ebuild, +files/xfce4-volumed-0.1.5-libnotify.patch:
34 + Version bump.
35
36 03 Oct 2009; Samuli Suominen <ssuominen@g.o>
37 xfce4-volumed-0.1.4.ebuild:
38
39
40
41 1.1 xfce-extra/xfce4-volumed/xfce4-volumed-0.1.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfce4-volumed-0.1.5.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.5.ebuild,v 1.1 2009/10/28 15:09:52 ssuominen Exp $
51
52 EAPI=2
53 inherit xfconf
54
55 DESCRIPTION="Daemon to control volume up/down and mute keys"
56 HOMEPAGE="https://launchpad.net/xfce4-volumed"
57 SRC_URI="mirror://xfce/src/apps/${PN}/0.1/${P}.tar.bz2"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="debug libnotify"
63
64 RDEPEND="xfce-base/xfconf
65 >=x11-libs/xcb-util-0.3.5
66 media-libs/gstreamer:0.10
67 media-libs/gst-plugins-base:0.10
68 libnotify? ( x11-libs/libnotify )"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72 pkg_setup() {
73 XFCONF="--disable-dependency-tracking
74 $(use_enable debug)
75 $(use_with libnotify)"
76 DOCS="AUTHORS ChangeLog README THANKS"
77 PATCHES=( "${FILESDIR}/${P}-libnotify.patch" )
78 }