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/xfce4-panel: ChangeLog xfce4-panel-4.4.3.ebuild
Date: Thu, 30 Oct 2008 22:04:00
Message-Id: E1KvfcU-0005s3-Cp@stork.gentoo.org
1 angelos 08/10/30 22:03:58
2
3 Modified: ChangeLog
4 Added: xfce4-panel-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.125 xfce-base/xfce4-panel/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.125&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.125&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?r1=1.124&r2=1.125
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v
19 retrieving revision 1.124
20 retrieving revision 1.125
21 diff -u -r1.124 -r1.125
22 --- ChangeLog 17 Dec 2007 18:38:34 -0000 1.124
23 +++ ChangeLog 30 Oct 2008 22:03:58 -0000 1.125
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/xfce4-panel
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.124 2007/12/17 18:38:34 jer Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.125 2008/10/30 22:03:58 angelos Exp $
30 +
31 +*xfce4-panel-4.4.3 (30 Oct 2008)
32 +
33 + 30 Oct 2008; Christoph Mende <angelos@g.o>
34 + +xfce4-panel-4.4.3.ebuild:
35 + Xfce-4.4.3 bump
36
37 17 Dec 2007; Jeroen Roovers <jer@g.o> xfce4-panel-4.4.2.ebuild:
38 Stable for HPPA (bug #201747).
39
40
41
42 1.1 xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-panel-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/xfce4-panel/xfce4-panel-4.4.3.ebuild,v 1.1 2008/10/30 22:03:58 angelos Exp $
52
53 inherit xfce44
54
55 XFCE_VERSION=4.4.3
56
57 xfce44
58 xfce44_core_package
59
60 DESCRIPTION="Panel"
61 HOMEPAGE="http://www.xfce.org/projects/xfce4-panel"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63
64 IUSE="debug doc startup-notification"
65
66 RDEPEND="x11-libs/libX11
67 x11-libs/libSM
68 >=x11-libs/gtk+-2.6
69 >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
70 >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
71 >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
72 startup-notification? ( x11-libs/startup-notification )"
73 DEPEND="${RDEPEND}
74 doc? ( dev-util/gtk-doc )"
75
76 DOCS="AUTHORS ChangeLog HACKING NEWS README README.Plugins"