Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/sword: sword-1.6.2.ebuild ChangeLog
Date: Thu, 23 May 2013 14:20:40
Message-Id: 20130523142033.CFCCD2171D@flycatcher.gentoo.org
1 creffett 13/05/23 14:20:33
2
3 Modified: sword-1.6.2.ebuild ChangeLog
4 Log:
5 Restricting tests wrt bug 313207
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 42618354)
8
9 Revision Changes Path
10 1.10 app-text/sword/sword-1.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/sword-1.6.2.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/sword-1.6.2.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/sword-1.6.2.ebuild?r1=1.9&r2=1.10
15
16 Index: sword-1.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.6.2.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- sword-1.6.2.ebuild 14 Feb 2013 21:59:25 -0000 1.9
23 +++ sword-1.6.2.ebuild 23 May 2013 14:20:33 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.6.2.ebuild,v 1.9 2013/02/14 21:59:25 creffett Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.6.2.ebuild,v 1.10 2013/05/23 14:20:33 creffett Exp $
29
30 EAPI=5
31 inherit eutils flag-o-matic
32 @@ -22,6 +22,8 @@
33
34 DOCS="AUTHORS CODINGSTYLE ChangeLog README"
35
36 +RESTRICT="test" #Restricting for now, see bug 313207
37 +
38 src_prepare() {
39 sed -i \
40 -e '/FLAGS/s:-g3::' -e '/FLAGS/s:-O0::' \
41
42
43
44 1.70 app-text/sword/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/ChangeLog?rev=1.70&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/ChangeLog?rev=1.70&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/ChangeLog?r1=1.69&r2=1.70
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v
53 retrieving revision 1.69
54 retrieving revision 1.70
55 diff -u -r1.69 -r1.70
56 --- ChangeLog 14 Feb 2013 21:59:25 -0000 1.69
57 +++ ChangeLog 23 May 2013 14:20:33 -0000 1.70
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-text/sword
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.69 2013/02/14 21:59:25 creffett Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.70 2013/05/23 14:20:33 creffett Exp $
63 +
64 + 23 May 2013; Chris Reffett <creffett@g.o> sword-1.6.2.ebuild:
65 + Restricting tests wrt bug 313207
66
67 14 Feb 2013; Chris Reffett <creffett@g.o> sword-1.6.2.ebuild:
68 EAPI bump, add icu subslot dep wrt bug 455900