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/libxfcegui4: ChangeLog libxfcegui4-4.4.3.ebuild
Date: Thu, 30 Oct 2008 22:01:35
Message-Id: E1Kvfa8-0005nD-3c@stork.gentoo.org
1 angelos 08/10/30 22:01:32
2
3 Modified: ChangeLog
4 Added: libxfcegui4-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.114 xfce-base/libxfcegui4/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.114&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.114&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?r1=1.113&r2=1.114
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v
19 retrieving revision 1.113
20 retrieving revision 1.114
21 diff -u -r1.113 -r1.114
22 --- ChangeLog 4 May 2008 19:05:18 -0000 1.113
23 +++ ChangeLog 30 Oct 2008 22:01:32 -0000 1.114
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/libxfcegui4
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.113 2008/05/04 19:05:18 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.114 2008/10/30 22:01:32 angelos Exp $
29 +
30 +*libxfcegui4-4.4.3 (30 Oct 2008)
31 +
32 + 30 Oct 2008; Christoph Mende <angelos@g.o>
33 + +libxfcegui4-4.4.3.ebuild:
34 + Xfce-4.4.3 bump
35
36 04 May 2008; Samuli Suominen <drac@g.o> libxfcegui4-4.4.2.ebuild:
37 Remove -Werror from configure.
38
39
40
41 1.1 xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libxfcegui4-4.4.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild,v 1.1 2008/10/30 22:01:32 angelos Exp $
51
52 inherit xfce44
53
54 XFCE_VERSION=4.4.3
55
56 xfce44
57 xfce44_core_package
58
59 DESCRIPTION="Unified widgets library"
60 HOMEPAGE="http://www.xfce.org/projects/libraries"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="debug doc startup-notification"
63
64 RDEPEND="x11-libs/libSM
65 x11-libs/libX11
66 >=x11-libs/gtk+-2.6
67 >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
68 startup-notification? ( x11-libs/startup-notification )"
69 DEPEND="${RDEPEND}
70 doc? ( dev-util/gtk-doc )"
71
72 #src_unpack() {
73 # unpack ${A}
74 # sed -i -e "s:-Werror::g" "${S}"/configure || die "sed failed"
75 #}
76
77 DOCS="AUTHORS ChangeLog NEWS README TODO"