Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/rarian: ChangeLog rarian-0.8.0-r1.ebuild
Date: Sun, 30 Mar 2008 21:06:23
Message-Id: E1Jg4jN-00084f-Dt@stork.gentoo.org
1 compnerd 08/03/30 21:06:21
2
3 Modified: ChangeLog
4 Added: rarian-0.8.0-r1.ebuild
5 Log:
6 now with 1 less segfault
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.20 app-text/rarian/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 23 Mar 2008 15:43:22 -0000 1.19
23 +++ ChangeLog 30 Mar 2008 21:06:20 -0000 1.20
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/rarian
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.19 2008/03/23 15:43:22 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.20 2008/03/30 21:06:20 compnerd Exp $
29 +
30 +*rarian-0.8.0-r1 (30 Mar 2008)
31 +
32 + 30 Mar 2008; Saleem Abdulrasool <compnerd@g.o>
33 + +files/rarian-0.8.0-info-segfault.patch, +rarian-0.8.0-r1.ebuild:
34 + Revbump with a patch to fix a segfault
35
36 *rarian-0.8.0 (23 Mar 2008)
37
38
39
40
41 1.1 app-text/rarian/rarian-0.8.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/rarian-0.8.0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/rarian-0.8.0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rarian-0.8.0-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.8.0-r1.ebuild,v 1.1 2008/03/30 21:06:20 compnerd Exp $
51
52 inherit eutils gnome2
53
54 DESCRIPTION="A documentation metadata library"
55 HOMEPAGE="http://www.freedesktop.org"
56
57 LICENSE="LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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}/${PN}-0.6.0-posix-getopt.patch"
79
80 epatch "${FILESDIR}/${PN}-0.8.0-info-segfault.patch"
81
82 elibtoolize ${ELTCONF}
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list