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-notes-plugin: ChangeLog xfce4-notes-plugin-1.7.6.ebuild xfce4-notes-plugin-1.7.4.ebuild
Date: Wed, 31 Mar 2010 12:44:45
Message-Id: E1NwxHm-0001G1-Qi@stork.gentoo.org
1 ssuominen 10/03/31 12:44:42
2
3 Modified: ChangeLog
4 Added: xfce4-notes-plugin-1.7.6.ebuild
5 Removed: xfce4-notes-plugin-1.7.4.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.19 xfce-extra/xfce4-notes-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 29 Mar 2010 15:07:55 -0000 1.18
24 +++ ChangeLog 31 Mar 2010 12:44:42 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-notes-plugin
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.18 2010/03/29 15:07:55 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.19 2010/03/31 12:44:42 ssuominen Exp $
30 +
31 +*xfce4-notes-plugin-1.7.6 (31 Mar 2010)
32 +
33 + 31 Mar 2010; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-notes-plugin-1.7.6.ebuild:
35 + Version bump.
36
37 *xfce4-notes-plugin-1.7.4 (29 Mar 2010)
38
39
40
41
42 1.1 xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.6.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.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-notes-plugin-1.7.6.ebuild
48 ===================================================================
49 # Copyright 1999-2010 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.6.ebuild,v 1.1 2010/03/31 12:44:42 ssuominen 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 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
63 IUSE="debug"
64
65 RDEPEND=">=dev-libs/glib-2.16:2
66 >=x11-libs/gtk+-2.18:2
67 >=xfce-base/libxfcegui4-4.4
68 >=xfce-base/libxfce4util-4.4
69 >=xfce-base/xfce4-panel-4.4
70 >=xfce-base/xfconf-4.6
71 >=dev-libs/libunique-1"
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig
74 dev-util/intltool"
75
76 pkg_setup() {
77 DOCS="AUTHORS ChangeLog NEWS README"
78 XFCONF="--disable-dependency-tracking
79 --disable-static
80 $(xfconf_use_debug)"
81 }