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/libxfce4util/
Date: Mon, 02 Apr 2012 15:35:03
Message-Id: 1333380376.a46bd62c258644ecffd4f7e50d3a557f615ac4f3.angelos@gentoo
1 commit: a46bd62c258644ecffd4f7e50d3a557f615ac4f3
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 15:26:16 2012 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 15:26:16 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=a46bd62c
7
8 libxfce4util: 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/libxfce4util/libxfce4util-9999.ebuild | 9 ++++-----
14 1 files changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/xfce-base/libxfce4util/libxfce4util-9999.ebuild b/xfce-base/libxfce4util/libxfce4util-9999.ebuild
17 index a62f7cf..f2828dc 100644
18 --- a/xfce-base/libxfce4util/libxfce4util-9999.ebuild
19 +++ b/xfce-base/libxfce4util/libxfce4util-9999.ebuild
20 @@ -1,19 +1,19 @@
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/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.8 2012/03/23 21:19:03 angelos Exp $
24 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild,v 1.1 2012/03/30 20:02:45 ssuominen Exp $
25
26 EAPI=4
27 inherit xfconf
28
29 -DESCRIPTION="Xfce's basic utilities library"
30 -HOMEPAGE="http://www.xfce.org/projects/libraries/"
31 +DESCRIPTION="A basic utility library for the Xfce desktop environment"
32 +HOMEPAGE="http://www.xfce.org/projects/"
33
34 LICENSE="LGPL-2"
35 SLOT="0"
36 KEYWORDS=""
37 IUSE="debug"
38
39 -RDEPEND=">=dev-libs/glib-2.12:2"
40 +RDEPEND=">=dev-libs/glib-2.12"
41 DEPEND="${RDEPEND}
42 dev-util/intltool
43 dev-util/pkgconfig
44 @@ -21,7 +21,6 @@ DEPEND="${RDEPEND}
45
46 pkg_setup() {
47 XFCONF=(
48 - --disable-static
49 $(xfconf_use_debug)
50 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
51 )