Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libview: metadata.xml ChangeLog libview-0.6.2.ebuild
Date: Wed, 31 Dec 2008 02:11:35
Message-Id: E1LHqYW-0005nL-SC@stork.gentoo.org
1 ikelos 08/12/31 02:11:32
2
3 Modified: metadata.xml ChangeLog
4 Added: libview-0.6.2.ebuild
5 Log:
6 Version bump, and add vmware as herd, since this is mostly used for vmware products.
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 i686)
8
9 Revision Changes Path
10 1.2 x11-libs/libview/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libview/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 23 Dec 2005 21:36:39 -0000 1.1
23 +++ metadata.xml 31 Dec 2008 02:11:32 -0000 1.2
24 @@ -1,7 +1,7 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>no-herd</herd>
29 + <herd>vmware</herd>
30 <maintainer>
31 <email>compnerd@g.o</email>
32 <name>Saleem Abdulrasool</name>
33
34
35
36 1.7 x11-libs/libview/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.7&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.7&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/ChangeLog?r1=1.6&r2=1.7
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v
45 retrieving revision 1.6
46 retrieving revision 1.7
47 diff -u -r1.6 -r1.7
48 --- ChangeLog 28 Oct 2007 20:06:49 -0000 1.6
49 +++ ChangeLog 31 Dec 2008 02:11:32 -0000 1.7
50 @@ -1,6 +1,13 @@
51 # ChangeLog for x11-libs/libview
52 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.6 2007/10/28 20:06:49 compnerd Exp $
54 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.7 2008/12/31 02:11:32 ikelos Exp $
56 +
57 +*libview-0.6.2 (31 Dec 2008)
58 +
59 + 31 Dec 2008; Mike Auty <ikelos@g.o> metadata.xml,
60 + +libview-0.6.2.ebuild:
61 + Version bump, and add vmware as herd, since this is mostly used for vmware
62 + products.
63
64 *libview-0.6.1 (28 Oct 2007)
65
66
67
68
69 1.1 x11-libs/libview/libview-0.6.2.ebuild
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild?rev=1.1&content-type=text/plain
73
74 Index: libview-0.6.2.ebuild
75 ===================================================================
76 # Copyright 1999-2008 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild,v 1.1 2008/12/31 02:11:32 ikelos Exp $
79
80 inherit gnome2 eutils
81
82 DESCRIPTION="VMware's Incredibly Exciting Widgets"
83 HOMEPAGE="http://view.sourceforge.net"
84 SRC_URI="mirror://sourceforge/view/${P}.tar.bz2"
85
86 LICENSE="MIT"
87 SLOT="0"
88 KEYWORDS="~amd64 ~x86"
89 IUSE=""
90
91 RDEPEND=">=x11-libs/gtk+-2.4.0
92 >=dev-cpp/gtkmm-2.4"
93 DEPEND="${RDEPEND}
94 dev-util/pkgconfig"
95
96 src_unpack() {
97 gnome2_src_unpack
98
99 # Fix the pkgconfig file
100 epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch
101 }
102
103 src_compile() {
104 CPPFLAGS="${CPPFLAGS} -U GTK_DISABLE_DEPRECATED"
105 econf || die "Configure failed."
106 emake || die "Compilation failed."
107 }