Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/xfce-utils: ChangeLog xfce-utils-4.4.2-r1.ebuild
Date: Mon, 03 Dec 2007 16:36:19
Message-Id: E1IzEHB-00073K-RY@stork.gentoo.org
1 drac 07/12/03 16:36:09
2
3 Modified: ChangeLog
4 Added: xfce-utils-4.4.2-r1.ebuild
5 Log:
6 Regression fix, default to -nolisten tcp again, thanks to amne for reporting.
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.118 xfce-base/xfce-utils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.118&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.118&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/ChangeLog?r1=1.117&r2=1.118
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v
19 retrieving revision 1.117
20 retrieving revision 1.118
21 diff -u -r1.117 -r1.118
22 --- ChangeLog 18 Nov 2007 06:52:38 -0000 1.117
23 +++ ChangeLog 3 Dec 2007 16:36:09 -0000 1.118
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/xfce-utils
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.117 2007/11/18 06:52:38 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.118 2007/12/03 16:36:09 drac Exp $
29 +
30 +*xfce-utils-4.4.2-r1 (03 Dec 2007)
31 +
32 + 03 Dec 2007; Samuli Suominen <drac@g.o>
33 + +files/xfce-utils-4.4.2-nolisten-tcp.patch, +xfce-utils-4.4.2-r1.ebuild:
34 + Regression fix, default to -nolisten tcp again, thanks to amne for reporting.
35
36 *xfce-utils-4.4.2 (18 Nov 2007)
37
38
39
40
41 1.1 xfce-base/xfce-utils/xfce-utils-4.4.2-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.4.2-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.4.2-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfce-utils-4.4.2-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.2-r1.ebuild,v 1.1 2007/12/03 16:36:09 drac Exp $
51
52 inherit eutils xfce44
53
54 XFCE_VERSION=4.4.2
55 xfce44
56
57 DESCRIPTION="Collection of utils"
58 HOMEPAGE="http://www.xfce.org/projects/xfce-utils"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE="dbus debug"
61
62 RDEPEND="x11-apps/xrdb
63 x11-libs/libX11
64 >=dev-libs/glib-2.6
65 >=x11-libs/gtk+-2.6
66 >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
67 >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
68 >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
69 dbus? ( dev-libs/dbus-glib )"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 XFCE_CONFIG="${XFCE_CONFIG} $(use_enable dbus) --enable-gdm --with-vendor-info=Gentoo"
74
75 DOCS="AUTHORS ChangeLog NEWS README TODO"
76
77 xfce44_core_package
78
79 src_unpack() {
80 unpack ${A}
81 cd "${S}"
82 epatch "${FILESDIR}"/${P}-nolisten-tcp.patch
83 }
84
85 src_install() {
86 xfce44_src_install
87 insinto /usr/share/xfce4
88 doins "${FILESDIR}"/Gentoo
89 }
90
91
92
93 --
94 gentoo-commits@g.o mailing list