Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libview: libview-0.6.6-r2.ebuild ChangeLog
Date: Tue, 30 Dec 2014 12:30:07
Message-Id: 20141230123002.D12FEE7E1@oystercatcher.gentoo.org
1 pacho 14/12/30 12:30:02
2
3 Modified: libview-0.6.6-r2.ebuild ChangeLog
4 Log:
5 Bump eapi and use gnome2.eclass a bit better
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.3 x11-libs/libview/libview-0.6.6-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: libview-0.6.6-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libview-0.6.6-r2.ebuild 5 May 2012 03:52:28 -0000 1.2
23 +++ libview-0.6.6-r2.ebuild 30 Dec 2014 12:30:02 -0000 1.3
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild,v 1.2 2012/05/05 03:52:28 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild,v 1.3 2014/12/30 12:30:02 pacho Exp $
30
31 -EAPI=3
32 +EAPI=5
33 +GCONF_DEBUG="no"
34
35 inherit autotools eutils gnome2
36
37 @@ -15,31 +16,23 @@
38 KEYWORDS="amd64 x86"
39 IUSE="static-libs"
40
41 -RDEPEND=">=x11-libs/gtk+-2.4.0:2
42 - dev-cpp/gtkmm:2.4"
43 +RDEPEND="
44 + >=x11-libs/gtk+-2.4.0:2
45 + dev-cpp/gtkmm:2.4
46 +"
47 DEPEND="${RDEPEND}
48 - virtual/pkgconfig"
49 -
50 -G2CONF="--enable-deprecated"
51 -
52 -src_unpack() {
53 - gnome2_src_unpack
54 -}
55 + virtual/pkgconfig
56 +"
57
58 src_prepare() {
59 # Fix the pkgconfig file
60 epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch
61 eautoreconf -i
62 + gnome2_src_prepare
63 }
64 +
65 src_configure() {
66 - econf \
67 + gnome2_src_configure \
68 --enable-deprecated \
69 $(use_enable static-libs static)
70 }
71 -
72 -src_install() {
73 - emake DESTDIR="${D}" install || die
74 - dodoc AUTHORS ChangeLog NEWS
75 -
76 - find "${ED}" -name '*.la' -delete
77 -}
78
79
80
81 1.21 x11-libs/libview/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.21&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.21&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/ChangeLog?r1=1.20&r2=1.21
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v
90 retrieving revision 1.20
91 retrieving revision 1.21
92 diff -u -r1.20 -r1.21
93 --- ChangeLog 5 May 2012 03:52:28 -0000 1.20
94 +++ ChangeLog 30 Dec 2014 12:30:02 -0000 1.21
95 @@ -1,6 +1,9 @@
96 # ChangeLog for x11-libs/libview
97 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.20 2012/05/05 03:52:28 jdhore Exp $
99 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.21 2014/12/30 12:30:02 pacho Exp $
101 +
102 + 30 Dec 2014; Pacho Ramos <pacho@g.o> libview-0.6.6-r2.ebuild:
103 + Bump eapi and use gnome2.eclass a bit better
104
105 05 May 2012; Jeff Horelick <jdhore@g.o> libview-0.6.6-r2.ebuild:
106 dev-util/pkgconfig -> virtual/pkgconfig
107 @@ -90,4 +93,3 @@
108 23 Dec 2005; Saleem Abdulrasool <compnerd@g.o> +metadata.xml,
109 +libview-0.5.6.ebuild:
110 Initial import of libview
111 -