public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-forensics/libewf: libewf-20121209.ebuild ChangeLog
@ 2012-12-10  5:17 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2012-12-10  5:17 UTC (permalink / raw
  To: gentoo-commits

patrick     12/12/10 05:17:10

  Modified:             ChangeLog
  Added:                libewf-20121209.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha147/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.29                 app-forensics/libewf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	8 Dec 2012 17:08:54 -0000	1.28
+++ ChangeLog	10 Dec 2012 05:17:10 -0000	1.29
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/libewf
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.28 2012/12/08 17:08:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.29 2012/12/10 05:17:10 patrick Exp $
+
+*libewf-20121209 (10 Dec 2012)
+
+  10 Dec 2012; Patrick Lauer <patrick@gentoo.org> +libewf-20121209.ebuild:
+  Bump
 
   08 Dec 2012; Jeroen Roovers <jer@gentoo.org> libewf-20120813.ebuild:
   Stable for HPPA (bug #441078).



1.1                  app-forensics/libewf/libewf-20121209.ebuild

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

Index: libewf-20121209.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v 1.1 2012/12/10 05:17:10 patrick Exp $

EAPI="4"

inherit autotools-utils

DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
HOMEPAGE="http://libewf.sourceforge.net"
SRC_URI="mirror://sourceforge/libewf/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
# upstream bug #2597171, pyewf has implicit declarations
#IUSE="debug python rawio unicode"
IUSE="debug ewf rawio static-libs unicode"

DEPEND="
	sys-libs/e2fsprogs-libs
	sys-libs/zlib
	dev-libs/openssl"
RDEPEND="${DEPEND}"

AUTOTOOLS_IN_SOURCE_BUILD=1

DOCS=( AUTHORS ChangeLog NEWS README documents/header.txt documents/header2.txt )

src_configure() {
	local myeconfargs=(
		$(use_enable debug debug-output)
		$(use_enable debug verbose-output)
		$(use_enable ewf v1-api)
		$(use_enable rawio low-level-functions)
		$(use_enable unicode wide-character-type)
	)
	autotools-utils_src_configure
}

src_install() {
	autotools-utils_src_install
	doman manuals/*.1 manuals/*.3
}





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

* [gentoo-commits] gentoo-x86 commit in app-forensics/libewf: libewf-20121209.ebuild ChangeLog
@ 2013-01-14 19:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-14 19:36 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/14 19:36:25

  Modified:             libewf-20121209.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #451638
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  app-forensics/libewf/libewf-20121209.ebuild

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

Index: libewf-20121209.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libewf-20121209.ebuild	10 Dec 2012 05:17:10 -0000	1.1
+++ libewf-20121209.ebuild	14 Jan 2013 19:36:25 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v 1.1 2012/12/10 05:17:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v 1.2 2013/01/14 19:36:25 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 # upstream bug #2597171, pyewf has implicit declarations
 #IUSE="debug python rawio unicode"
 IUSE="debug ewf rawio static-libs unicode"



1.32                 app-forensics/libewf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	14 Jan 2013 05:47:36 -0000	1.31
+++ ChangeLog	14 Jan 2013 19:36:25 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/libewf
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.31 2013/01/14 05:47:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.32 2013/01/14 19:36:25 ago Exp $
+
+  14 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libewf-20121209.ebuild:
+  Stable for amd64, wrt bug #451638
 
 *libewf-20130105 (14 Jan 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in app-forensics/libewf: libewf-20121209.ebuild ChangeLog
@ 2013-01-16 15:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-16 15:02 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/16 15:02:19

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

Revision  Changes    Path
1.3                  app-forensics/libewf/libewf-20121209.ebuild

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

Index: libewf-20121209.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libewf-20121209.ebuild	14 Jan 2013 19:36:25 -0000	1.2
+++ libewf-20121209.ebuild	16 Jan 2013 15:02:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v 1.2 2013/01/14 19:36:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v 1.3 2013/01/16 15:02:19 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ppc ~x86"
 # upstream bug #2597171, pyewf has implicit declarations
 #IUSE="debug python rawio unicode"
 IUSE="debug ewf rawio static-libs unicode"



1.33                 app-forensics/libewf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	14 Jan 2013 19:36:25 -0000	1.32
+++ ChangeLog	16 Jan 2013 15:02:19 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/libewf
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.32 2013/01/14 19:36:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.33 2013/01/16 15:02:19 ago Exp $
+
+  16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libewf-20121209.ebuild:
+  Stable for ppc, wrt bug #451638
 
   14 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libewf-20121209.ebuild:
   Stable for amd64, wrt bug #451638





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

* [gentoo-commits] gentoo-x86 commit in app-forensics/libewf: libewf-20121209.ebuild ChangeLog
@ 2013-01-22 17:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-22 17:29 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/22 17:29:13

  Modified:             libewf-20121209.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #451638
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  app-forensics/libewf/libewf-20121209.ebuild

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

Index: libewf-20121209.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libewf-20121209.ebuild	16 Jan 2013 15:02:19 -0000	1.3
+++ libewf-20121209.ebuild	22 Jan 2013 17:29:13 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v 1.3 2013/01/16 15:02:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v 1.4 2013/01/22 17:29:13 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~x86"
+KEYWORDS="amd64 ~hppa ppc x86"
 # upstream bug #2597171, pyewf has implicit declarations
 #IUSE="debug python rawio unicode"
 IUSE="debug ewf rawio static-libs unicode"



1.34                 app-forensics/libewf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	16 Jan 2013 15:02:19 -0000	1.33
+++ ChangeLog	22 Jan 2013 17:29:13 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/libewf
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.33 2013/01/16 15:02:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.34 2013/01/22 17:29:13 ago Exp $
+
+  22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libewf-20121209.ebuild:
+  Stable for x86, wrt bug #451638
 
   16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libewf-20121209.ebuild:
   Stable for ppc, wrt bug #451638





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

end of thread, other threads:[~2013-01-22 17:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14 19:36 [gentoo-commits] gentoo-x86 commit in app-forensics/libewf: libewf-20121209.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-22 17:29 Agostino Sarubbo (ago)
2013-01-16 15:02 Agostino Sarubbo (ago)
2012-12-10  5:17 Patrick Lauer (patrick)

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