Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/rarian: ChangeLog rarian-0.6.0-r1.ebuild
Date: Tue, 23 Oct 2007 18:33:34
Message-Id: E1IkOZF-0006gM-55@stork.gentoo.org
1 leio 07/10/23 18:33:29
2
3 Modified: ChangeLog
4 Added: rarian-0.6.0-r1.ebuild
5 Log:
6 Fix memory clobbering leading to outright crash on at least sparc and ia64
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.8 app-text/rarian/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 22 Oct 2007 11:20:33 -0000 1.7
23 +++ ChangeLog 23 Oct 2007 18:33:28 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/rarian
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.7 2007/10/22 11:20:33 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.8 2007/10/23 18:33:28 leio Exp $
29 +
30 +*rarian-0.6.0-r1 (23 Oct 2007)
31 +
32 + 23 Oct 2007; <leio@g.o> +files/rarian-0.6.0-reg-return.patch,
33 + +rarian-0.6.0-r1.ebuild:
34 + Fix memory clobbering leading to outright crash on at least sparc and ia64
35
36 22 Oct 2007; Raúl Porcel <armin76@g.o> rarian-0.6.0.ebuild:
37 Add ~alpha wrt #196360
38
39
40
41 1.1 app-text/rarian/rarian-0.6.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/rarian-0.6.0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/rarian-0.6.0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rarian-0.6.0-r1.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/app-text/rarian/rarian-0.6.0-r1.ebuild,v 1.1 2007/10/23 18:33:28 leio Exp $
51
52 inherit eutils gnome2
53
54 DESCRIPTION="A documentation metadata library"
55 HOMEPAGE="www.freedesktop.org"
56
57 LICENSE="LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~sparc-fbsd ~x86 ~x86-fbsd"
60 IUSE=""
61
62 RDEPEND="dev-libs/libxslt"
63 DEPEND="${RDEPEND}
64 !<app-text/scrollkeeper-9999"
65
66 DOCS="ChangeLog NEWS README"
67
68 GCONF=""
69
70 src_unpack() {
71 # You cannot run src_unpack from gnome2; it will break the install by
72 # calling gnome2_omf_fix
73 unpack ${A}
74 cd "${S}"
75
76 # Only GNU getopt supports long options
77 # Scrollkeeper didn't support them, so we'll punt them for now
78 epatch "${FILESDIR}/${P}-posix-getopt.patch"
79
80 # Fix memory clobbering leading to outright crash on sparc and ia64
81 epatch "${FILESDIR}/${P}-reg-return.patch"
82
83 elibtoolize ${ELTCONF}
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list