public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-forensics/sleuthkit: ChangeLog sleuthkit-4.0.0.ebuild
@ 2012-10-23  9:09 Tim Harder (radhermit)
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2012-10-23  9:09 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/10/23 09:09:24

  Modified:             ChangeLog
  Added:                sleuthkit-4.0.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.64                 app-forensics/sleuthkit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	3 Jul 2012 20:20:58 -0000	1.63
+++ ChangeLog	23 Oct 2012 09:09:24 -0000	1.64
@@ -1,6 +1,12 @@
 # ChangeLog for app-forensics/sleuthkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.63 2012/07/03 20:20:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.64 2012/10/23 09:09:24 radhermit Exp $
+
+*sleuthkit-4.0.0 (23 Oct 2012)
+
+  23 Oct 2012; Tim Harder <radhermit@gentoo.org> +sleuthkit-4.0.0.ebuild,
+  +files/sleuthkit-4.0.0-system-sqlite.patch:
+  Version bump.
 
   03 Jul 2012; Tim Harder <radhermit@gentoo.org> -sleuthkit-3.2.1.ebuild:
   Remove old.



1.1                  app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?rev=1.1&content-type=text/plain

Index: sleuthkit-4.0.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v 1.1 2012/10/23 09:09:24 radhermit Exp $

EAPI="5"

inherit eutils autotools

DESCRIPTION="A collection of file system and media management forensic analysis tools"
HOMEPAGE="http://www.sleuthkit.org/sleuthkit/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2 IBM"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="aff ewf static-libs"

DEPEND="dev-db/sqlite:3
	ewf? ( app-forensics/libewf )
	aff? ( app-forensics/afflib )"
RDEPEND="${DEPEND}
	dev-perl/DateManip"

DOCS=( NEWS.txt README.txt )

src_prepare() {
	epatch "${FILESDIR}"/${P}-system-sqlite.patch
	epatch "${FILESDIR}"/${PN}-3.2.3-tools-shared-libs.patch
	eautoreconf
}

src_configure() {
	econf \
		$(use_with aff afflib) \
		$(use_with ewf libewf) \
		$(use_enable static-libs static)
}

src_install() {
	default
	prune_libtool_files
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-forensics/sleuthkit: ChangeLog sleuthkit-4.0.0.ebuild
@ 2012-12-12 16:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-12 16:15 UTC (permalink / raw
  To: gentoo-commits

jer         12/12/12 16:15:56

  Modified:             ChangeLog sleuthkit-4.0.0.ebuild
  Log:
  Stable for HPPA (bug #446640).
  
  (Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.67                 app-forensics/sleuthkit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	25 Nov 2012 10:02:55 -0000	1.66
+++ ChangeLog	12 Dec 2012 16:15:56 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/sleuthkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.66 2012/11/25 10:02:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.67 2012/12/12 16:15:56 jer Exp $
+
+  12 Dec 2012; Jeroen Roovers <jer@gentoo.org> sleuthkit-4.0.0.ebuild:
+  Stable for HPPA (bug #446640).
 
 *sleuthkit-4.0.1 (25 Nov 2012)
 



1.2                  app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?r1=1.1&r2=1.2

Index: sleuthkit-4.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sleuthkit-4.0.0.ebuild	23 Oct 2012 09:09:24 -0000	1.1
+++ sleuthkit-4.0.0.ebuild	12 Dec 2012 16:15:56 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v 1.1 2012/10/23 09:09:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v 1.2 2012/12/12 16:15:56 jer Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 IBM"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~x86"
 IUSE="aff ewf static-libs"
 
 DEPEND="dev-db/sqlite:3





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-forensics/sleuthkit: ChangeLog sleuthkit-4.0.0.ebuild
@ 2012-12-16 19:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-16 19:55 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/16 19:55:51

  Modified:             ChangeLog sleuthkit-4.0.0.ebuild
  Log:
  Stable for ppc, wrt bug #446640
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.69                 app-forensics/sleuthkit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	12 Dec 2012 18:30:45 -0000	1.68
+++ ChangeLog	16 Dec 2012 19:55:51 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/sleuthkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.68 2012/12/12 18:30:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.69 2012/12/16 19:55:51 ago Exp $
+
+  16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> sleuthkit-4.0.0.ebuild:
+  Stable for ppc, wrt bug #446640
 
   12 Dec 2012; Agostino Sarubbo <ago@gentoo.org> sleuthkit-4.0.0.ebuild:
   Stable for amd64, wrt bug #446640



1.4                  app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?r1=1.3&r2=1.4

Index: sleuthkit-4.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sleuthkit-4.0.0.ebuild	12 Dec 2012 18:30:45 -0000	1.3
+++ sleuthkit-4.0.0.ebuild	16 Dec 2012 19:55:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v 1.3 2012/12/12 18:30:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v 1.4 2012/12/16 19:55:51 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 IBM"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~x86"
+KEYWORDS="amd64 hppa ppc ~x86"
 IUSE="aff ewf static-libs"
 
 DEPEND="dev-db/sqlite:3





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-forensics/sleuthkit: ChangeLog sleuthkit-4.0.0.ebuild
@ 2012-12-26 18:01 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-12-26 18:01 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/12/26 18:01:08

  Modified:             ChangeLog sleuthkit-4.0.0.ebuild
  Log:
  marked x86 per bug 446640
  
  (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)

Revision  Changes    Path
1.70                 app-forensics/sleuthkit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	16 Dec 2012 19:55:51 -0000	1.69
+++ ChangeLog	26 Dec 2012 18:01:08 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/sleuthkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.69 2012/12/16 19:55:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.70 2012/12/26 18:01:08 jdhore Exp $
+
+  26 Dec 2012; Jeff Horelick <jdhore@gentoo.org> sleuthkit-4.0.0.ebuild:
+  marked x86 per bug 446640
 
   16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> sleuthkit-4.0.0.ebuild:
   Stable for ppc, wrt bug #446640



1.5                  app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild?r1=1.4&r2=1.5

Index: sleuthkit-4.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sleuthkit-4.0.0.ebuild	16 Dec 2012 19:55:51 -0000	1.4
+++ sleuthkit-4.0.0.ebuild	26 Dec 2012 18:01:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v 1.4 2012/12/16 19:55:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.0.ebuild,v 1.5 2012/12/26 18:01:08 jdhore Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 IBM"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ~x86"
+KEYWORDS="amd64 hppa ppc x86"
 IUSE="aff ewf static-libs"
 
 DEPEND="dev-db/sqlite:3





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-26 18:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-26 18:01 [gentoo-commits] gentoo-x86 commit in app-forensics/sleuthkit: ChangeLog sleuthkit-4.0.0.ebuild Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-16 19:55 Agostino Sarubbo (ago)
2012-12-12 16:15 Jeroen Roovers (jer)
2012-10-23  9:09 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox