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-places-plugin: ChangeLog xfce4-places-plugin-1.4.0.ebuild
Date: Tue, 28 Aug 2012 17:54:16
Message-Id: 20120828175404.C2F4C20A5A@flycatcher.gentoo.org
1 ssuominen 12/08/28 17:54:04
2
3 Modified: ChangeLog
4 Added: xfce4-places-plugin-1.4.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.31 xfce-extra/xfce4-places-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 7 Aug 2012 13:19:05 -0000 1.30
24 +++ ChangeLog 28 Aug 2012 17:54:04 -0000 1.31
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-places-plugin
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog,v 1.30 2012/08/07 13:19:05 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog,v 1.31 2012/08/28 17:54:04 ssuominen Exp $
30 +
31 +*xfce4-places-plugin-1.4.0 (28 Aug 2012)
32 +
33 + 28 Aug 2012; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-places-plugin-1.4.0.ebuild:
35 + Version bump.
36
37 07 Aug 2012; Samuli Suominen <ssuominen@g.o>
38 -xfce4-places-plugin-1.2.0-r1.ebuild:
39
40
41
42 1.1 xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.4.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.4.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.4.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-places-plugin-1.4.0.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/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.4.0.ebuild,v 1.1 2012/08/28 17:54:04 ssuominen Exp $
52
53 EAPI=4
54 inherit xfconf
55
56 DESCRIPTION="A panel plug-in to provide quick access to files, folders and removable media"
57 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
58 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
63 IUSE="debug libnotify"
64
65 RDEPEND=">=dev-libs/glib-2.22
66 >=x11-libs/gtk+-2.14:2
67 x11-libs/libX11
68 >=xfce-base/exo-0.6
69 >=xfce-base/libxfce4ui-4.8
70 >=xfce-base/libxfce4util-4.8
71 >=xfce-base/xfce4-panel-4.8
72 libnotify? ( >=x11-libs/libnotify-0.7 )"
73 DEPEND="${RDEPEND}
74 dev-util/intltool
75 virtual/pkgconfig"
76
77 pkg_setup() {
78 XFCONF=(
79 $(use_enable libnotify notifications)
80 $(xfconf_use_debug)
81 )
82
83 DOCS=( AUTHORS ChangeLog NEWS README TODO )
84 }