Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/rarian: ChangeLog rarian-0.8.1.ebuild
Date: Mon, 01 Sep 2008 21:11:17
Message-Id: E1KaGfw-00038D-0j@stork.gentoo.org
1 eva 08/09/01 21:11:04
2
3 Modified: ChangeLog
4 Added: rarian-0.8.1.ebuild
5 Log:
6 bump to 0.8.1, fix various crashing bugs.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.29 app-text/rarian/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 13 Aug 2008 21:39:00 -0000 1.28
23 +++ ChangeLog 1 Sep 2008 21:11:03 -0000 1.29
24 @@ -1,6 +1,11 @@
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.28 2008/08/13 21:39:00 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.29 2008/09/01 21:11:03 eva Exp $
29 +
30 +*rarian-0.8.1 (01 Sep 2008)
31 +
32 + 01 Sep 2008; Gilles Dartiguelongue <eva@g.o> +rarian-0.8.1.ebuild:
33 + bump to 0.8.1, fix various crashing bugs.
34
35 13 Aug 2008; Mart Raudsepp <leio@g.o> -rarian-0.8.0.ebuild:
36 Remove old
37
38
39
40 1.1 app-text/rarian/rarian-0.8.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/rarian-0.8.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/rarian-0.8.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: rarian-0.8.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1.ebuild,v 1.1 2008/09/01 21:11:03 eva Exp $
50
51 inherit eutils gnome2
52
53 DESCRIPTION="A documentation metadata library"
54 HOMEPAGE="http://www.freedesktop.org"
55
56 LICENSE="LGPL-2.1"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
59 IUSE=""
60
61 RDEPEND="dev-libs/libxslt"
62 DEPEND="${RDEPEND}
63 !<app-text/scrollkeeper-9999"
64
65 DOCS="ChangeLog NEWS README"
66
67 GCONF=""
68
69 src_unpack() {
70 # You cannot run src_unpack from gnome2; it will break the install by
71 # calling gnome2_omf_fix
72 unpack ${A}
73 cd "${S}"
74
75 elibtoolize ${ELTCONF}
76 }
77
78 src_compile() {
79 gnome2_src_compile --localstatedir=/var
80 }