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.8.2.ebuild ChangeLog
Date: Fri, 06 Jan 2012 10:25:58
Message-Id: 20120106102549.429212004B@flycatcher.gentoo.org
1 ssuominen 12/01/06 10:25:49
2
3 Modified: libxfce4util-4.8.2.ebuild ChangeLog
4 Log:
5 ppc/ppc64 stable wrt #386963
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?r1=1.6&r2=1.7
15
16 Index: libxfce4util-4.8.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- libxfce4util-4.8.2.ebuild 26 Nov 2011 17:52:00 -0000 1.6
23 +++ libxfce4util-4.8.2.ebuild 6 Jan 2012 10:25:49 -0000 1.7
24 @@ -1,20 +1,20 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.6 2011/11/26 17:52:00 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.7 2012/01/06 10:25:49 ssuominen Exp $
30
31 EAPI=4
32 inherit xfconf
33
34 DESCRIPTION="Xfce's basic utilities library"
35 HOMEPAGE="http://www.xfce.org/projects/libraries/"
36 -SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
37 +SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
38
39 LICENSE="LGPL-2"
40 SLOT="0"
41 -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"
42 +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"
43 IUSE="debug"
44
45 -RDEPEND=">=dev-libs/glib-2.12:2"
46 +RDEPEND=">=dev-libs/glib-2.12"
47 DEPEND="${RDEPEND}
48 dev-util/intltool
49 dev-util/pkgconfig
50 @@ -26,7 +26,8 @@
51 $(xfconf_use_debug)
52 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
53 )
54 - [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
55 +
56 + [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
57
58 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
59 }
60
61
62
63 1.167 xfce-base/libxfce4util/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.167&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.167&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.166&r2=1.167
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
72 retrieving revision 1.166
73 retrieving revision 1.167
74 diff -u -r1.166 -r1.167
75 --- ChangeLog 26 Nov 2011 17:52:00 -0000 1.166
76 +++ ChangeLog 6 Jan 2012 10:25:49 -0000 1.167
77 @@ -1,6 +1,10 @@
78 # ChangeLog for xfce-base/libxfce4util
79 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.166 2011/11/26 17:52:00 armin76 Exp $
81 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
82 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.167 2012/01/06 10:25:49 ssuominen Exp $
83 +
84 + 06 Jan 2012; Samuli Suominen <ssuominen@g.o>
85 + libxfce4util-4.8.2.ebuild:
86 + ppc/ppc64 stable wrt #386963
87
88 26 Nov 2011; Raúl Porcel <armin76@g.o> libxfce4util-4.8.2.ebuild:
89 alpha/ia64/sh/sparc stable wrt #386963