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.6.ebuild |
Date: | Wed, 28 Oct 2009 16:06:53 |
Message-Id: | E1N3B2w-00038q-1R@stork.gentoo.org |
1 | ssuominen 09/10/28 16:06:50 |
2 | |
3 | Modified: ChangeLog |
4 | Added: xfce4-volumed-0.1.6.ebuild |
5 | Log: |
6 | Version bump. |
7 | (Portage version: 2.2_rc46/cvs/Linux x86_64) |
8 | |
9 | Revision Changes Path |
10 | 1.5 xfce-extra/xfce4-volumed/ChangeLog |
11 | |
12 | file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.5&view=markup |
13 | plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?rev=1.5&content-type=text/plain |
14 | diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog?r1=1.4&r2=1.5 |
15 | |
16 | Index: ChangeLog |
17 | =================================================================== |
18 | RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v |
19 | retrieving revision 1.4 |
20 | retrieving revision 1.5 |
21 | diff -u -r1.4 -r1.5 |
22 | --- ChangeLog 28 Oct 2009 15:09:52 -0000 1.4 |
23 | +++ ChangeLog 28 Oct 2009 16:06:49 -0000 1.5 |
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.4 2009/10/28 15:09:52 ssuominen Exp $ |
28 | +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/ChangeLog,v 1.5 2009/10/28 16:06:49 ssuominen Exp $ |
29 | + |
30 | +*xfce4-volumed-0.1.6 (28 Oct 2009) |
31 | + |
32 | + 28 Oct 2009; Samuli Suominen <ssuominen@g.o> |
33 | + +xfce4-volumed-0.1.6.ebuild: |
34 | + Version bump. |
35 | |
36 | *xfce4-volumed-0.1.5 (28 Oct 2009) |
37 | |
38 | |
39 | |
40 | |
41 | 1.1 xfce-extra/xfce4-volumed/xfce4-volumed-0.1.6.ebuild |
42 | |
43 | file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.6.ebuild?rev=1.1&view=markup |
44 | plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.6.ebuild?rev=1.1&content-type=text/plain |
45 | |
46 | Index: xfce4-volumed-0.1.6.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.6.ebuild,v 1.1 2009/10/28 16:06:49 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 | } |