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-notes-plugin: xfce4-notes-plugin-1.7.1.ebuild ChangeLog
Date: Thu, 03 Sep 2009 09:38:33
Message-Id: E1MjDad-0004tV-9w@stork.gentoo.org
1 darkside 09/09/03 14:47:07
2
3 Modified: ChangeLog
4 Added: xfce4-notes-plugin-1.7.1.ebuild
5 Log:
6 Version bump, bug fixes. http://releases.xfce.org/feeds/project/xfce4-notes-plugin
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 xfce-extra/xfce4-notes-plugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 30 Aug 2009 16:14:51 -0000 1.6
23 +++ ChangeLog 3 Sep 2009 14:47:07 -0000 1.7
24 @@ -1,6 +1,13 @@
25 # ChangeLog for xfce-extra/xfce4-notes-plugin
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.6 2009/08/30 16:14:51 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.7 2009/09/03 14:47:07 darkside Exp $
29 +
30 +*xfce4-notes-plugin-1.7.1 (03 Sep 2009)
31 +
32 + 03 Sep 2009; Jeremy Olexa <darkside@g.o>
33 + +xfce4-notes-plugin-1.7.1.ebuild:
34 + Version bump, bug fixes.
35 + http://releases.xfce.org/feeds/project/xfce4-notes-plugin
36
37 30 Aug 2009; nixnut <nixnut@g.o> xfce4-notes-plugin-1.7.0.ebuild:
38 ppc stable #282680
39
40
41
42 1.1 xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-notes-plugin-1.7.1.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-notes-plugin/xfce4-notes-plugin-1.7.1.ebuild,v 1.1 2009/09/03 14:47:07 darkside Exp $
52
53 EAPI=2
54 inherit xfconf
55
56 DESCRIPTION="Xfce4 panel sticky notes plugin"
57 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
58 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.7/${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=">=x11-libs/gtk+-2.10:2
66 >=xfce-base/xfce4-panel-4.4
67 >=xfce-base/libxfce4util-4.4
68 >=xfce-base/xfconf-4.6
69 >=xfce-base/libxfcegui4-4.4"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 dev-util/intltool"
73
74 pkg_setup() {
75 DOCS="AUTHORS ChangeLog NEWS README"
76 XFCONF="--disable-dependency-tracking
77 $(use_enable debug)"
78 }