Gentoo Archives: gentoo-commits

From: "Jason Zaman (perfinion)" <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.12.1-r1.ebuild ChangeLog
Date: Thu, 02 Jul 2015 18:31:09
Message-Id: 20150702183100.C20A674F@oystercatcher.gentoo.org
1 perfinion 15/07/02 18:31:00
2
3 Modified: ChangeLog
4 Added: libxfce4util-4.12.1-r1.ebuild
5 Log:
6 revump to fix gtk-doc QA issue
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
9
10 Revision Changes Path
11 1.203 xfce-base/libxfce4util/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.203&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.203&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.202&r2=1.203
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
20 retrieving revision 1.202
21 retrieving revision 1.203
22 diff -u -r1.202 -r1.203
23 --- ChangeLog 1 Jul 2015 16:34:44 -0000 1.202
24 +++ ChangeLog 2 Jul 2015 18:31:00 -0000 1.203
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-base/libxfce4util
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.202 2015/07/01 16:34:44 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.203 2015/07/02 18:31:00 perfinion Exp $
30 +
31 +*libxfce4util-4.12.1-r1 (02 Jul 2015)
32 +
33 + 02 Jul 2015; Jason Zaman <perfinion@g.o>
34 + +libxfce4util-4.12.1-r1.ebuild:
35 + revump to fix gtk-doc QA issue
36
37 01 Jul 2015; Mikle Kolyada <zlogene@g.o> libxfce4util-4.12.1.ebuild:
38 amd64 stable wrt bug #553500
39
40
41
42 1.1 xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libxfce4util-4.12.1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2015 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.12.1-r1.ebuild,v 1.1 2015/07/02 18:31:00 perfinion Exp $
52
53 EAPI=5
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/7"
62 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
63 IUSE="debug"
64
65 RDEPEND=">=dev-libs/glib-2.24"
66 DEPEND="${RDEPEND}
67 dev-util/intltool
68 dev-util/gtk-doc-am
69 sys-devel/gettext
70 virtual/pkgconfig"
71
72 pkg_setup() {
73 XFCONF=(
74 $(xfconf_use_debug)
75 )
76
77 [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
78
79 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
80 }