Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/sleuthkit: ChangeLog sleuthkit-4.0.0.ebuild
Date: Wed, 26 Dec 2012 18:01:31
Message-Id: 20121226180108.912E52171D@flycatcher.gentoo.org
1 jdhore 12/12/26 18:01:08
2
3 Modified: ChangeLog sleuthkit-4.0.0.ebuild
4 Log:
5 marked x86 per bug 446640
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
8
9 Revision Changes Path
10 1.70 app-forensics/sleuthkit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?rev=1.70&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?rev=1.70&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?r1=1.69&r2=1.70
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v
19 retrieving revision 1.69
20 retrieving revision 1.70
21 diff -u -r1.69 -r1.70
22 --- ChangeLog 16 Dec 2012 19:55:51 -0000 1.69
23 +++ ChangeLog 26 Dec 2012 18:01:08 -0000 1.70
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-forensics/sleuthkit
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.69 2012/12/16 19:55:51 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.70 2012/12/26 18:01:08 jdhore Exp $
29 +
30 + 26 Dec 2012; Jeff Horelick <jdhore@g.o> sleuthkit-4.0.0.ebuild:
31 + marked x86 per bug 446640
32
33 16 Dec 2012; Agostino Sarubbo <ago@g.o> sleuthkit-4.0.0.ebuild:
34 Stable for ppc, wrt bug #446640
35
36
37
38 1.5 app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?r1=1.4&r2=1.5
43
44 Index: sleuthkit-4.0.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- sleuthkit-4.0.0.ebuild 16 Dec 2012 19:55:51 -0000 1.4
51 +++ sleuthkit-4.0.0.ebuild 26 Dec 2012 18:01:08 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v 1.4 2012/12/16 19:55:51 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v 1.5 2012/12/26 18:01:08 jdhore Exp $
57
58 EAPI="5"
59
60 @@ -12,7 +12,7 @@
61
62 LICENSE="GPL-2 IBM"
63 SLOT="0"
64 -KEYWORDS="amd64 hppa ppc ~x86"
65 +KEYWORDS="amd64 hppa ppc x86"
66 IUSE="aff ewf static-libs"
67
68 DEPEND="dev-db/sqlite:3