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.7.1.ebuild ChangeLog
Date: Tue, 29 Dec 2009 19:05:50
Message-Id: E1NPhO5-0003df-03@stork.gentoo.org
1 ssuominen 09/12/29 19:05:44
2
3 Modified: ChangeLog
4 Added: libxfce4util-4.7.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.134 xfce-base/libxfce4util/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.134&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.134&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.133&r2=1.134
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
19 retrieving revision 1.133
20 retrieving revision 1.134
21 diff -u -r1.133 -r1.134
22 --- ChangeLog 20 Dec 2009 21:04:12 -0000 1.133
23 +++ ChangeLog 29 Dec 2009 19:05:44 -0000 1.134
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/libxfce4util
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.133 2009/12/20 21:04:12 darkside Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.134 2009/12/29 19:05:44 ssuominen Exp $
29 +
30 +*libxfce4util-4.7.1 (29 Dec 2009)
31 +
32 + 29 Dec 2009; Samuli Suominen <ssuominen@g.o>
33 + +libxfce4util-4.7.1.ebuild:
34 + Version bump.
35
36 *libxfce4util-4.7.0 (20 Dec 2009)
37
38
39
40
41 1.1 xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libxfce4util-4.7.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild,v 1.1 2009/12/29 19:05:44 ssuominen Exp $
51
52 EAPI=2
53 inherit xfconf
54
55 DESCRIPTION="Basic utility library for Xfce4"
56 HOMEPAGE="http://www.xfce.org/projects/libraries"
57 SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${P}.tar.bz2"
58
59 LICENSE="LGPL-2"
60 SLOT="0"
61 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"
62 IUSE="debug"
63
64 RDEPEND=">=dev-libs/glib-2.12:2"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig
67 sys-devel/gettext"
68
69 pkg_setup() {
70 XFCONF="--disable-dependency-tracking
71 --disable-static
72 $(use_enable debug)"
73 DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
74 }