Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xfc: ChangeLog xfc-4.3.2.ebuild
Date: Sat, 15 Sep 2007 15:35:36
Message-Id: E1IWZZ2-0004kX-2h@stork.gentoo.org
1 drac 07/09/15 15:28:08
2
3 Modified: ChangeLog
4 Added: xfc-4.3.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.5 x11-libs/xfc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 14 Mar 2007 14:58:07 -0000 1.4
23 +++ ChangeLog 15 Sep 2007 15:28:07 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/xfc
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v 1.4 2007/03/14 14:58:07 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v 1.5 2007/09/15 15:28:07 drac Exp $
29 +
30 +*xfc-4.3.2 (15 Sep 2007)
31 +
32 + 15 Sep 2007; Samuli Suominen <drac@g.o> +xfc-4.3.2.ebuild:
33 + Version bump.
34
35 *xfc-4.3.1 (14 Mar 2007)
36
37
38
39
40 1.1 x11-libs/xfc/xfc-4.3.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xfc-4.3.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild,v 1.1 2007/09/15 15:28:07 drac Exp $
50
51 DESCRIPTION="C++ bindings to Xfce desktop environment"
52 HOMEPAGE="http://xfc.xfce.org"
53 SRC_URI="http://xfc.xfce.org/download/${PV}/src/${P}.tar.bz2"
54
55 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
56 LICENSE="LGPL-2.1"
57 SLOT="0"
58 IUSE="doc debug examples"
59
60 RDEPEND=">=dev-libs/glib-2.6
61 >=dev-libs/libsigc++-2.0.6
62 >=dev-libs/atk-1.9
63 >=x11-libs/pango-1.8
64 >=x11-libs/gtk+-2.6
65 >=gnome-base/libglade-2.4
66 x11-libs/gtksourceview
67 dev-lang/perl
68 doc? ( >=app-doc/doxygen-1.3.2 )"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72 src_compile() {
73 econf $(use_enable doc docs) \
74 $(use_enable debug) \
75 $(use_enable examples) \
76 $(use_enable examples demos)
77 emake || die "emake failed."
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "emake install failed."
82 dodoc AUTHORS ChangeLog NEWS README TODO
83 }
84
85
86
87 --
88 gentoo-commits@g.o mailing list