Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: ChangeLog libxfce4util-4.4.3.ebuild
Date: Thu, 30 Oct 2008 22:00:56
Message-Id: E1KvfZW-0005ld-Bt@stork.gentoo.org
1 angelos 08/10/30 22:00:54
2
3 Modified: ChangeLog
4 Added: libxfce4util-4.4.3.ebuild
5 Log:
6 Xfce-4.4.3 bump
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64)
8
9 Revision Changes Path
10 1.110 xfce-base/libxfce4util/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.110&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.109&r2=1.110
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
19 retrieving revision 1.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- ChangeLog 17 Dec 2007 18:33:33 -0000 1.109
23 +++ ChangeLog 30 Oct 2008 22:00:54 -0000 1.110
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/libxfce4util
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.109 2007/12/17 18:33:33 jer Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.110 2008/10/30 22:00:54 angelos Exp $
30 +
31 +*libxfce4util-4.4.3 (30 Oct 2008)
32 +
33 + 30 Oct 2008; Christoph Mende <angelos@g.o>
34 + +libxfce4util-4.4.3.ebuild:
35 + Xfce-4.4.3 bump
36
37 17 Dec 2007; Jeroen Roovers <jer@g.o> libxfce4util-4.4.2.ebuild:
38 Stable for HPPA (bug #201747).
39
40
41
42 1.1 xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libxfce4util-4.4.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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.4.3.ebuild,v 1.1 2008/10/30 22:00:54 angelos Exp $
52
53 EAPI=1
54
55 inherit xfce44
56
57 XFCE_VERSION=4.4.3
58
59 xfce44
60 xfce44_core_package
61
62 DESCRIPTION="Basic utilities library"
63 HOMEPAGE="http://www.xfce.org/projects/libraries"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 IUSE="debug doc"
66
67 RDEPEND=">=dev-libs/glib-2.6:2"
68 DEPEND="${RDEPEND}
69 doc? ( dev-util/gtk-doc )"
70
71 DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"