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: ChangeLog libxfce4util-4.7.5.ebuild
Date: Sun, 02 Jan 2011 14:51:54
Message-Id: 20110102145145.8063020054@flycatcher.gentoo.org
1 ssuominen 11/01/02 14:51:45
2
3 Modified: ChangeLog
4 Added: libxfce4util-4.7.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.152 xfce-base/libxfce4util/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.152&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.152&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.151&r2=1.152
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
20 retrieving revision 1.151
21 retrieving revision 1.152
22 diff -u -r1.151 -r1.152
23 --- ChangeLog 3 Dec 2010 21:03:40 -0000 1.151
24 +++ ChangeLog 2 Jan 2011 14:51:45 -0000 1.152
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-base/libxfce4util
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.151 2010/12/03 21:03:40 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.152 2011/01/02 14:51:45 ssuominen Exp $
31 +
32 +*libxfce4util-4.7.5 (02 Jan 2011)
33 +
34 + 02 Jan 2011; Samuli Suominen <ssuominen@g.o>
35 + +libxfce4util-4.7.5.ebuild:
36 + Version bump.
37
38 *libxfce4util-4.7.4 (03 Dec 2010)
39
40
41
42
43 1.1 xfce-base/libxfce4util/libxfce4util-4.7.5.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libxfce4util-4.7.5.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.5.ebuild,v 1.1 2011/01/02 14:51:45 ssuominen Exp $
53
54 EAPI=3
55 inherit xfconf
56
57 DESCRIPTION="Xfce's basic utilities library"
58 HOMEPAGE="http://www.xfce.org/projects/libraries/"
59 SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${P}.tar.bz2"
60
61 LICENSE="LGPL-2"
62 SLOT="0"
63 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"
64 IUSE="debug"
65
66 RDEPEND=">=dev-libs/glib-2.12:2"
67 DEPEND="${RDEPEND}
68 dev-util/intltool
69 dev-util/pkgconfig
70 sys-devel/gettext"
71
72 pkg_setup() {
73 XFCONF=(
74 --disable-dependency-tracking
75 --disable-static
76 $(xfconf_use_debug)
77 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
78 )
79
80 DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
81 }