Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: ChangeLog xfce4-clipman-plugin-1.1.0.ebuild
Date: Thu, 03 Sep 2009 09:24:16
Message-Id: E1MjDMp-00033h-2Y@stork.gentoo.org
1 darkside 09/09/03 14:32:51
2
3 Modified: ChangeLog
4 Added: xfce4-clipman-plugin-1.1.0.ebuild
5 Log:
6 Version bump. Feature set includes a new daemon and fixes bugs http://releases.xfce.org/feeds/project/xfce4-clipman-plugin
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 xfce-extra/xfce4-clipman-plugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 30 Aug 2009 16:06:32 -0000 1.7
23 +++ ChangeLog 3 Sep 2009 14:32:50 -0000 1.8
24 @@ -1,6 +1,13 @@
25 # ChangeLog for xfce-extra/xfce4-clipman-plugin
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.7 2009/08/30 16:06:32 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.8 2009/09/03 14:32:50 darkside Exp $
29 +
30 +*xfce4-clipman-plugin-1.1.0 (03 Sep 2009)
31 +
32 + 03 Sep 2009; Jeremy Olexa <darkside@g.o>
33 + +xfce4-clipman-plugin-1.1.0.ebuild:
34 + Version bump. Feature set includes a new daemon and fixes bugs
35 + http://releases.xfce.org/feeds/project/xfce4-clipman-plugin
36
37 30 Aug 2009; nixnut <nixnut@g.o> xfce4-clipman-plugin-1.0.2.ebuild:
38 ppc stable #282650
39
40
41
42 1.1 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-clipman-plugin-1.1.0.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.1.0.ebuild,v 1.1 2009/09/03 14:32:50 darkside Exp $
52
53 EAPI=2
54 inherit xfconf
55
56 DESCRIPTION="a simple cliboard history manager for Xfce4 Panel"
57 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
58 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.1/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="debug"
64
65 RDEPEND=">=dev-libs/glib-2.16:2
66 >=dev-libs/libunique-1.0
67 >=gnome-base/libglade-2.6:2.0
68 >=x11-libs/gtk+-2.10:2
69 >=xfce-base/libxfce4util-4.4
70 >=xfce-base/libxfcegui4-4.4
71 >=xfce-base/xfce4-panel-4.4
72 >=xfce-base/xfconf-4.6
73 >=xfce-base/exo-0.3"
74 DEPEND="${RDEPEND}
75 dev-util/intltool
76 sys-devel/gettext
77 dev-util/pkgconfig"
78
79 pkg_setup() {
80 DOCS="AUTHORS ChangeLog NEWS README TODO"
81 XFCONF="--disable-dependency-tracking
82 $(use_enable debug)"
83 }