Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.9.0.ebuild ChangeLog
Date: Fri, 30 Mar 2012 20:02:56
Message-Id: 20120330200245.EE5AB2004B@flycatcher.gentoo.org
1 ssuominen 12/03/30 20:02:45
2
3 Modified: ChangeLog
4 Added: libxfce4util-4.9.0.ebuild
5 Log:
6 Version bump to development release.
7
8 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.170 xfce-base/libxfce4util/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.170&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.170&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.169&r2=1.170
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
20 retrieving revision 1.169
21 retrieving revision 1.170
22 diff -u -r1.169 -r1.170
23 --- ChangeLog 23 Mar 2012 21:19:03 -0000 1.169
24 +++ ChangeLog 30 Mar 2012 20:02:45 -0000 1.170
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-base/libxfce4util
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.169 2012/03/23 21:19:03 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.170 2012/03/30 20:02:45 ssuominen Exp $
30 +
31 +*libxfce4util-4.9.0 (30 Mar 2012)
32 +
33 + 30 Mar 2012; Samuli Suominen <ssuominen@g.o>
34 + +libxfce4util-4.9.0.ebuild:
35 + Version bump to development release.
36
37 23 Mar 2012; Christoph Mende <angelos@g.o> libxfce4util-4.8.2.ebuild:
38 Add slot dep on glib
39
40
41
42 1.1 xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libxfce4util-4.9.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild,v 1.1 2012/03/30 20:02:45 ssuominen Exp $
52
53 EAPI=4
54 inherit xfconf
55
56 DESCRIPTION="A basic utility library for the Xfce desktop environment"
57 HOMEPAGE="http://www.xfce.org/projects/"
58 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
59
60 LICENSE="LGPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
63 IUSE="debug"
64
65 RDEPEND=">=dev-libs/glib-2.12"
66 DEPEND="${RDEPEND}
67 dev-util/intltool
68 dev-util/pkgconfig
69 sys-devel/gettext"
70
71 pkg_setup() {
72 XFCONF=(
73 $(xfconf_use_debug)
74 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
75 )
76
77 [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
78
79 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
80 }