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/xfce-utils: ChangeLog xfce-utils-4.4.3.ebuild
Date: Thu, 30 Oct 2008 22:03:19
Message-Id: E1Kvfbo-0005qp-H2@stork.gentoo.org
1 angelos 08/10/30 22:03:16
2
3 Modified: ChangeLog
4 Added: xfce-utils-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/xfce-utils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.125&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.125&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/ChangeLog?r1=1.124&r2=1.125
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v
19 retrieving revision 1.124
20 retrieving revision 1.125
21 diff -u -r1.124 -r1.125
22 --- ChangeLog 24 Sep 2008 15:43:07 -0000 1.124
23 +++ ChangeLog 30 Oct 2008 22:03:16 -0000 1.125
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/xfce-utils
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.124 2008/09/24 15:43:07 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.125 2008/10/30 22:03:16 angelos Exp $
29 +
30 +*xfce-utils-4.4.3 (30 Oct 2008)
31 +
32 + 30 Oct 2008; Christoph Mende <angelos@g.o>
33 + +xfce-utils-4.4.3.ebuild:
34 + Xfce-4.4.3 bump
35
36 24 Sep 2008; Christoph Mende <angelos@g.o> metadata.xml,
37 xfce-utils-4.4.2-r1.ebuild:
38
39
40
41 1.1 xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfce-utils-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/xfce-utils/xfce-utils-4.4.3.ebuild,v 1.1 2008/10/30 22:03:16 angelos Exp $
51
52 EAPI=1
53
54 inherit eutils xfce44
55
56 XFCE_VERSION=4.4.3
57
58 xfce44
59 xfce44_core_package
60
61 DESCRIPTION="Collection of utils"
62 HOMEPAGE="http://www.xfce.org/projects/xfce-utils"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 IUSE="dbus debug +lock"
65
66 RDEPEND="x11-apps/xrdb
67 x11-libs/libX11
68 >=dev-libs/glib-2.6:2
69 >=x11-libs/gtk+-2.6:2
70 >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
71 >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
72 >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
73 dbus? ( dev-libs/dbus-glib )
74 lock? ( || ( x11-misc/xscreensaver
75 gnome-extra/gnome-screensaver
76 x11-misc/xlockmore ) )"
77
78 XFCE_CONFIG="${XFCE_CONFIG} $(use_enable dbus) --enable-gdm --with-vendor-info=Gentoo"
79
80 src_unpack() {
81 unpack ${A}
82 cd "${S}"
83 epatch "${FILESDIR}"/${PN}-4.4.2-nolisten-tcp.patch
84 }
85
86 src_install() {
87 xfce44_src_install
88 insinto /usr/share/xfce4
89 doins "${FILESDIR}"/Gentoo
90 }
91
92 DOCS="AUTHORS ChangeLog NEWS README TODO"