Gentoo Archives: gentoo-commits

From: Christoph Mende <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfconf/
Date: Mon, 02 Apr 2012 15:35:26
Message-Id: 1333380405.67ea18a89ba54c81536f6e2edb182da12a74cef4.angelos@gentoo
1 commit: 67ea18a89ba54c81536f6e2edb182da12a74cef4
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 15:26:45 2012 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 15:26:45 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=67ea18a8
7
8 xfconf: Sync with gentoo-x86
9
10 (Portage version: 2.2.0_alpha96/git/Linux x86_64, signed Manifest commit with key 84F20B43)
11
12 ---
13 xfce-base/xfconf/xfconf-9999.ebuild | 16 +++++++---------
14 1 files changed, 7 insertions(+), 9 deletions(-)
15
16 diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild
17 index d28079a..81f39af 100644
18 --- a/xfce-base/xfconf/xfconf-9999.ebuild
19 +++ b/xfce-base/xfconf/xfconf-9999.ebuild
20 @@ -1,21 +1,21 @@
21 # Copyright 1999-2012 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.1.ebuild,v 1.6 2012/03/23 21:29:28 angelos Exp $
24 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.9.0.ebuild,v 1.1 2012/03/30 20:19:27 ssuominen Exp $
25
26 EAPI=4
27 inherit xfconf
28
29 DESCRIPTION="A simple client-server configuration storage and query system for the Xfce desktop environment"
30 -HOMEPAGE="http://www.xfce.org/projects/xfconf"
31 +HOMEPAGE="http://www.xfce.org/projects/"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS=""
36 IUSE="debug perl"
37
38 -RDEPEND=">=dev-libs/dbus-glib-0.90
39 - >=dev-libs/glib-2.18:2
40 - >=xfce-base/libxfce4util-4.8
41 +RDEPEND=">=dev-libs/dbus-glib-0.98
42 + >=dev-libs/glib-2.18
43 + >=xfce-base/libxfce4util-4.9
44 perl? ( dev-perl/glib-perl )"
45 DEPEND="${RDEPEND}
46 dev-util/intltool
47 @@ -26,8 +26,6 @@ DEPEND="${RDEPEND}
48 dev-perl/extutils-pkgconfig
49 )"
50
51 -RESTRICT="test"
52 -
53 pkg_setup() {
54 XFCONF=(
55 --disable-static
56 @@ -51,7 +49,7 @@ src_install() {
57 xfconf_src_install
58
59 if use perl; then
60 - find "${ED}" -type f -name perllocal.pod -delete
61 - find "${ED}" -depth -mindepth 1 -type d -empty -delete
62 + find "${ED}" -type f -name perllocal.pod -exec rm -f {} +
63 + find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} +
64 fi
65 }