Gentoo Archives: gentoo-commits

From: "Vadim Kuznetsov (vadimk)" <vadimk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libview: ChangeLog libview-0.6.6.ebuild
Date: Thu, 02 Sep 2010 12:57:45
Message-Id: 20100902125740.3CA7B20051@flycatcher.gentoo.org
1 vadimk 10/09/02 12:57:40
2
3 Modified: ChangeLog
4 Added: libview-0.6.6.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 x11-libs/libview/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 15 Jan 2009 23:12:01 -0000 1.10
23 +++ ChangeLog 2 Sep 2010 12:57:40 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/libview
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.10 2009/01/15 23:12:01 loki_val Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.11 2010/09/02 12:57:40 vadimk Exp $
30 +
31 +*libview-0.6.6 (02 Sep 2010)
32 +
33 + 02 Sep 2010; Vadim Kuznetsov <vadimk@g.o> +libview-0.6.6.ebuild:
34 + version bump
35
36 15 Jan 2009; Peter Alfredsen <loki_val@g.o> metadata.xml:
37 Compnerd retired.
38
39
40
41 1.1 x11-libs/libview/libview-0.6.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/libview-0.6.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/libview-0.6.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libview-0.6.6.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/x11-libs/libview/libview-0.6.6.ebuild,v 1.1 2010/09/02 12:57:40 vadimk Exp $
51
52 EAPI=3
53
54 inherit autotools eutils gnome2
55
56 DESCRIPTION="VMware's Incredibly Exciting Widgets"
57 HOMEPAGE="http://view.sourceforge.net"
58 SRC_URI="mirror://sourceforge/view/${P}.tar.bz2"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND=">=x11-libs/gtk+-2.4.0
66 >=dev-cpp/gtkmm-2.4"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 G2CONF="--enable-deprecated"
71
72 src_unpack() {
73 gnome2_src_unpack
74 }
75
76 src_prepare() {
77 # Fix the pkgconfig file
78 epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch
79 eautoreconf -i
80 }