Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/ebview: ebview-0.3.6.ebuild ChangeLog
Date: Wed, 09 Jan 2008 15:22:08
Message-Id: E1JCckm-0000u7-Uv@stork.gentoo.org
1 armin76 08/01/09 15:22:04
2
3 Modified: ebview-0.3.6.ebuild ChangeLog
4 Log:
5 Add patch to fix building with gtk-2.12
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.7 app-dicts/ebview/ebview-0.3.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ebview/ebview-0.3.6.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ebview/ebview-0.3.6.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ebview/ebview-0.3.6.ebuild?r1=1.6&r2=1.7
14
15 Index: ebview-0.3.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ebview/ebview-0.3.6.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ebview-0.3.6.ebuild 4 Nov 2006 17:24:56 -0000 1.6
22 +++ ebview-0.3.6.ebuild 9 Jan 2008 15:22:04 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ebview/ebview-0.3.6.ebuild,v 1.6 2006/11/04 17:24:56 usata Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ebview/ebview-0.3.6.ebuild,v 1.7 2008/01/09 15:22:04 armin76 Exp $
29
30 inherit eutils
31
32 @@ -21,27 +21,26 @@
33 dev-util/pkgconfig"
34
35 src_unpack() {
36 -
37 unpack ${A}
38
39 - cd ${S}
40 - epatch ${FILESDIR}/${P}-destdir.diff
41 - epatch ${FILESDIR}/${P}-gtk28.diff
42 + cd "${S}"
43 + epatch "${FILESDIR}"/${P}-destdir.diff
44 + epatch "${FILESDIR}"/${P}-gtk28.diff
45 + epatch "${FILESDIR}"/${PV}-remove-deprecated-gtk.patch
46 +
47 if has_version '>=sys-devel/gettext-0.12' ; then
48 - cd ${S}/po
49 - epatch ${FILESDIR}/${PN}-gettext-0.12-gentoo.diff
50 + cd "${S}"/po
51 + epatch "${FILESDIR}"/${PN}-gettext-0.12-gentoo.diff
52 fi
53 }
54
55 src_compile() {
56 -
57 - econf --with-eb-conf=/etc/eb.conf || die
58 - emake || die
59 + econf --with-eb-conf=/etc/eb.conf || die "econf failed"
60 + emake || die "emake failed"
61 }
62
63 src_install () {
64 + emake DESTDIR="${D}" install || die "emake install failed"
65
66 - make DESTDIR=${D} install || die
67 -
68 - dodoc ABOUT-NLS AUTHORS ChangeLog INSTALL* NEWS README TODO
69 + dodoc AUTHORS ChangeLog INSTALL* NEWS README TODO
70 }
71
72
73
74 1.23 app-dicts/ebview/ChangeLog
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ebview/ChangeLog?rev=1.23&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ebview/ChangeLog?rev=1.23&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ebview/ChangeLog?r1=1.22&r2=1.23
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ebview/ChangeLog,v
83 retrieving revision 1.22
84 retrieving revision 1.23
85 diff -u -r1.22 -r1.23
86 --- ChangeLog 25 Dec 2007 16:38:40 -0000 1.22
87 +++ ChangeLog 9 Jan 2008 15:22:04 -0000 1.23
88 @@ -1,6 +1,10 @@
89 # ChangeLog for app-dicts/ebview
90 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ebview/ChangeLog,v 1.22 2007/12/25 16:38:40 phreak Exp $
92 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ebview/ChangeLog,v 1.23 2008/01/09 15:22:04 armin76 Exp $
94 +
95 + 09 Jan 2008; Raúl Porcel <armin76@g.o>
96 + +files/0.3.6-remove-deprecated-gtk.patch, ebview-0.3.6.ebuild:
97 + Add patch to fix building with gtk-2.12
98
99 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
100 Removing usata from metadata.xml as per #22931. Assigning to maintainer-needed.
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list