Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libview: ChangeLog libview-0.6.1.ebuild
Date: Sun, 28 Oct 2007 20:07:04
Message-Id: E1ImEPK-0008Bw-0V@stork.gentoo.org
1 compnerd 07/10/28 20:06:50
2
3 Modified: ChangeLog
4 Added: libview-0.6.1.ebuild
5 Log:
6 version bump from upstream
7 (Portage version: 2.1.3.12)
8
9 Revision Changes Path
10 1.6 x11-libs/libview/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 28 Apr 2007 22:26:22 -0000 1.5
23 +++ ChangeLog 28 Oct 2007 20:06:49 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/libview
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.5 2007/04/28 22:26:22 compnerd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.6 2007/10/28 20:06:49 compnerd Exp $
29 +
30 +*libview-0.6.1 (28 Oct 2007)
31 +
32 + 28 Oct 2007; Saleem Abdulrasool <compnerd@g.o>
33 + +libview-0.6.1.ebuild:
34 + Version bump from upstream (bug #170683)
35
36 28 Apr 2007; Saleem Abdulrasool <compnerd@g.o>
37 -libview-0.5.6.ebuild:
38
39
40
41 1.1 x11-libs/libview/libview-0.6.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/libview-0.6.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/libview-0.6.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libview-0.6.1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.1.ebuild,v 1.1 2007/10/28 20:06:49 compnerd Exp $
51
52 inherit gnome2 eutils
53
54 DESCRIPTION="VMware's Incredibly Exciting Widgets"
55 HOMEPAGE="http://view.sourceforge.net"
56 SRC_URI="mirror://sourceforge/view/${P}.tar.bz2"
57
58 LICENSE="MIT"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND=">=x11-libs/gtk+-2.4.0
64 >=dev-cpp/gtkmm-2.4"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig"
67
68 src_unpack() {
69 gnome2_src_unpack
70
71 # Fix the pkgconfig file
72 epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch
73 }
74
75
76
77 --
78 gentoo-commits@g.o mailing list