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/libxfcegui4/
Date: Mon, 02 Apr 2012 15:34:43
Message-Id: 1333380380.40edf61be1089a7e79ae008d495068eb55407d93.angelos@gentoo
1 commit: 40edf61be1089a7e79ae008d495068eb55407d93
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 15:26:20 2012 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 15:26:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=40edf61b
7
8 libxfcegui4: 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/libxfcegui4/libxfcegui4-9999.ebuild | 18 ++++++++++--------
14 1 files changed, 10 insertions(+), 8 deletions(-)
15
16 diff --git a/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild b/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild
17 index 46c8f10..43f1931 100644
18 --- a/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild
19 +++ b/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild
20 @@ -1,17 +1,17 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 +# Copyright 1999-2012 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.8.1.ebuild,v 1.8 2011/05/19 22:11:08 ssuominen Exp $
25 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.8.1-r1.ebuild,v 1.1 2012/03/31 10:00:48 ssuominen Exp $
26
27 EAPI=4
28 inherit xfconf
29
30 -DESCRIPTION="Xfce's unified widgets library (deprecated: don't use this for future development)"
31 -HOMEPAGE="http://www.xfce.org/projects/libraries/"
32 +DESCRIPTION="This package has been replaced by libxfce4ui. You shouldn't be using this."
33 +HOMEPAGE="http://www.xfce.org/"
34
35 LICENSE="GPL-2 LGPL-2.1"
36 SLOT="0"
37 KEYWORDS=""
38 -IUSE="debug glade startup-notification"
39 +IUSE="glade startup-notification"
40
41 RDEPEND="gnome-base/libglade
42 x11-libs/libSM
43 @@ -30,9 +30,11 @@ pkg_setup() {
44 --disable-static
45 $(use_enable startup-notification)
46 $(use_enable glade gladeui)
47 - $(xfconf_use_debug)
48 - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
49 + --with-html-dir="${EPREFIX}"/deprecated
50 )
51 +}
52
53 - DOCS=( AUTHORS ChangeLog NEWS )
54 +src_install() {
55 + xfconf_src_install
56 + rm -rf "${ED}"/deprecated
57 }