Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/rarian: rarian-0.8.1-r1.ebuild ChangeLog
Date: Mon, 30 Apr 2012 19:04:56
Message-Id: 20120430190411.E1F482004B@flycatcher.gentoo.org
1 grobian 12/04/30 19:04:11
2
3 Modified: rarian-0.8.1-r1.ebuild ChangeLog
4 Log:
5 Fix for Prefix, add Prefix keywords
6
7 (Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.13 app-text/rarian/rarian-0.8.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r1.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r1.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/rarian-0.8.1-r1.ebuild?r1=1.12&r2=1.13
15
16 Index: rarian-0.8.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r1.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- rarian-0.8.1-r1.ebuild 28 Apr 2012 01:16:14 -0000 1.12
23 +++ rarian-0.8.1-r1.ebuild 30 Apr 2012 19:04:11 -0000 1.13
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r1.ebuild,v 1.12 2012/04/28 01:16:14 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r1.ebuild,v 1.13 2012/04/30 19:04:11 grobian Exp $
29
30 EAPI=4
31
32 @@ -12,7 +12,7 @@
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
37 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
38 IUSE="static-libs"
39
40 RDEPEND="dev-libs/libxslt"
41 @@ -33,7 +33,7 @@
42
43 src_configure() {
44 econf \
45 - --localstatedir=/var \
46 + --localstatedir="${EPREFIX}"/var \
47 $(use_enable static-libs static)
48 }
49
50
51
52
53 1.54 app-text/rarian/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?rev=1.54&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?rev=1.54&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rarian/ChangeLog?r1=1.53&r2=1.54
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v
62 retrieving revision 1.53
63 retrieving revision 1.54
64 diff -u -r1.53 -r1.54
65 --- ChangeLog 28 Apr 2012 01:16:14 -0000 1.53
66 +++ ChangeLog 30 Apr 2012 19:04:11 -0000 1.54
67 @@ -1,6 +1,9 @@
68 # ChangeLog for app-text/rarian
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.53 2012/04/28 01:16:14 aballier Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.54 2012/04/30 19:04:11 grobian Exp $
72 +
73 + 30 Apr 2012; Fabian Groffen <grobian@g.o> rarian-0.8.1-r1.ebuild:
74 + Fix for Prefix, add Prefix keywords
75
76 28 Apr 2012; Alexis Ballier <aballier@g.o> rarian-0.8.1-r1.ebuild:
77 keyword ~amd64-fbsd