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