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