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-clipman-plugin: xfce4-clipman-plugin-1.2.6.ebuild ChangeLog
Date: Sat, 31 May 2014 17:15:57
Message-Id: 20140531171552.CE0032004E@flycatcher.gentoo.org
1 ssuominen 14/05/31 17:15:52
2
3 Modified: ChangeLog
4 Added: xfce4-clipman-plugin-1.2.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.59 xfce-extra/xfce4-clipman-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 22 Apr 2014 14:00:11 -0000 1.58
24 +++ ChangeLog 31 May 2014 17:15:52 -0000 1.59
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-clipman-plugin
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.58 2014/04/22 14:00:11 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.59 2014/05/31 17:15:52 ssuominen Exp $
30 +
31 +*xfce4-clipman-plugin-1.2.6 (31 May 2014)
32 +
33 + 31 May 2014; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-clipman-plugin-1.2.6.ebuild:
35 + Version bump.
36
37 22 Apr 2014; Samuli Suominen <ssuominen@g.o>
38 -xfce4-clipman-plugin-1.2.3.ebuild:
39
40
41
42 1.1 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-clipman-plugin-1.2.6.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild,v 1.1 2014/05/31 17:15:52 ssuominen Exp $
52
53 EAPI=5
54 inherit xfconf
55
56 DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
57 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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 qrcode"
64
65 RDEPEND=">=dev-libs/glib-2.18
66 dev-libs/libunique:1
67 >=x11-libs/gtk+-2.14:2
68 x11-libs/libXtst
69 >=xfce-base/exo-0.10
70 >=xfce-base/libxfce4ui-4.10
71 >=xfce-base/libxfce4util-4.10
72 >=xfce-base/xfce4-panel-4.10
73 >=xfce-base/xfconf-4.10
74 qrcode? ( >=media-gfx/qrencode-3.3.0 )"
75 DEPEND="${RDEPEND}
76 dev-util/intltool
77 sys-devel/gettext
78 virtual/pkgconfig
79 x11-proto/xproto"
80
81 pkg_setup() {
82 XFCONF=(
83 --docdir="${EPREFIX}"/usr/share/doc/${PF}
84 $(use_enable qrcode libqrencode)
85 $(xfconf_use_debug)
86 )
87
88 DOCS=( AUTHORS ChangeLog NEWS README )
89 }