Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.7.2.ebuild
Date: Mon, 19 Apr 2010 14:05:32
Message-Id: 20100419140526.0DF2E2C04B@corvid.gentoo.org
1 darkside 10/04/19 14:05:25
2
3 Modified: ChangeLog
4 Added: libxfce4ui-4.7.2.ebuild
5 Log:
6 Version bump, bug fix release. http://releases.xfce.org/feeds/project/libxfce4ui
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 xfce-base/libxfce4ui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 31 Mar 2010 12:14:19 -0000 1.9
23 +++ ChangeLog 19 Apr 2010 14:05:25 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/libxfce4ui
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.9 2010/03/31 12:14:19 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.10 2010/04/19 14:05:25 darkside Exp $
29 +
30 +*libxfce4ui-4.7.2 (19 Apr 2010)
31 +
32 + 19 Apr 2010; Jeremy Olexa <darkside@g.o> +libxfce4ui-4.7.2.ebuild:
33 + Version bump, bug fix release.
34 + http://releases.xfce.org/feeds/project/libxfce4ui
35
36 31 Mar 2010; Samuli Suominen <ssuominen@g.o>
37 libxfce4ui-4.7.1.ebuild:
38
39
40
41 1.1 xfce-base/libxfce4ui/libxfce4ui-4.7.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libxfce4ui-4.7.2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.2.ebuild,v 1.1 2010/04/19 14:05:25 darkside Exp $
51
52 EAPI=3
53 inherit xfconf
54
55 DESCRIPTION="Unified widgets library for Xfce4, a libxfcegui4 replacement"
56 HOMEPAGE="http://www.xfce.org/"
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"
62 IUSE="debug glade startup-notification"
63
64 RDEPEND="x11-libs/libX11
65 x11-libs/libICE
66 x11-libs/libSM
67 >=dev-libs/glib-2.16:2
68 >=x11-libs/gtk+-2.14:2
69 >=xfce-base/libxfce4util-4.6
70 >=xfce-base/xfconf-4.6
71 glade? ( dev-util/glade:3 )
72 startup-notification? ( x11-libs/startup-notification )"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig
75 dev-util/intltool
76 sys-devel/gettext
77 dev-lang/perl"
78
79 pkg_setup() {
80 XFCONF="--disable-dependency-tracking
81 $(use_enable startup-notification)
82 $(use_enable glade gladeui)
83 $(xfconf_use_debug)
84 --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
85 DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
86 }