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