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-base/libxfce4util: ChangeLog libxfce4util-4.6.1.ebuild libxfce4util-4.6.0.ebuild
Date: Tue, 21 Apr 2009 04:24:41
Message-Id: E1Lw7X8-0001Q7-DI@stork.gentoo.org
1 darkside 09/04/21 04:24:34
2
3 Modified: ChangeLog
4 Added: libxfce4util-4.6.1.ebuild
5 Removed: libxfce4util-4.6.0.ebuild
6 Log:
7 Version bump for xfce-4.6.1 release, remove old
8 (Portage version: 2.1.6.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.120 xfce-base/libxfce4util/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.120&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.120&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.119&r2=1.120
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
20 retrieving revision 1.119
21 retrieving revision 1.120
22 diff -u -r1.119 -r1.120
23 --- ChangeLog 22 Mar 2009 12:34:27 -0000 1.119
24 +++ ChangeLog 21 Apr 2009 04:24:34 -0000 1.120
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-base/libxfce4util
27 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.119 2009/03/22 12:34:27 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.120 2009/04/21 04:24:34 darkside Exp $
30 +
31 +*libxfce4util-4.6.1 (21 Apr 2009)
32 +
33 + 21 Apr 2009; Jeremy Olexa <darkside@g.o>
34 + -libxfce4util-4.6.0.ebuild, +libxfce4util-4.6.1.ebuild:
35 + Version bump for xfce-4.6.1 release, remove old
36
37 22 Mar 2009; Christoph Mende <angelos@g.o>
38 libxfce4util-4.6.0.ebuild:
39
40
41
42 1.1 xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libxfce4util-4.6.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-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.1 2009/04/21 04:24:34 darkside Exp $
52
53 EAPI="1"
54
55 inherit xfce4
56
57 xfce4_core
58
59 DESCRIPTION="Basic utilities library"
60 HOMEPAGE="http://www.xfce.org/projects/libraries"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE="debug doc"
63
64 RDEPEND=">=dev-libs/glib-2.12"
65 DEPEND="${RDEPEND}
66 doc? ( dev-util/gtk-doc )"
67
68 pkg_setup() {
69 XFCE_CONFIG+=" $(use_enable doc gtk_doc)"
70 }
71
72 DOCS="AUTHORS ChangeLog NEWS README README.Kiosk THANKS TODO"