Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/libewf: metadata.xml libewf-20130416-r1.ebuild ChangeLog
Date: Sat, 27 Jul 2013 21:08:52
Message-Id: 20130727210847.730FE2171C@flycatcher.gentoo.org
1 zerochaos 13/07/27 21:08:47
2
3 Modified: metadata.xml ChangeLog
4 Added: libewf-20130416-r1.ebuild
5 Log:
6 new optional dep on libbfio
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
9
10 Revision Changes Path
11 1.9 app-forensics/libewf/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/metadata.xml?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/metadata.xml?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/metadata.xml?r1=1.8&r2=1.9
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/metadata.xml,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- metadata.xml 27 Jul 2013 08:16:01 -0000 1.8
24 +++ metadata.xml 27 Jul 2013 21:08:47 -0000 1.9
25 @@ -3,6 +3,7 @@
26 <pkgmetadata>
27 <herd>forensics</herd>
28 <use>
29 + <flag name="bfio">Enables libbfio for chaining file in file handling</flag>
30 <flag name="rawio">Enables raw IO handling</flag>
31 <flag name="ewf">Enables the v1 API</flag>
32 <flag name="fuse">Enable fuse support for ewfmount</flag>
33
34
35
36 1.52 app-forensics/libewf/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/ChangeLog?rev=1.52&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/ChangeLog?rev=1.52&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/ChangeLog?r1=1.51&r2=1.52
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v
45 retrieving revision 1.51
46 retrieving revision 1.52
47 diff -u -r1.51 -r1.52
48 --- ChangeLog 27 Jul 2013 08:16:01 -0000 1.51
49 +++ ChangeLog 27 Jul 2013 21:08:47 -0000 1.52
50 @@ -1,6 +1,12 @@
51 # ChangeLog for app-forensics/libewf
52 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.51 2013/07/27 08:16:01 patrick Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.52 2013/07/27 21:08:47 zerochaos Exp $
55 +
56 +*libewf-20130416-r1 (27 Jul 2013)
57 +
58 + 27 Jul 2013; Rick Farina <zerochaos@g.o> +libewf-20130416-r1.ebuild,
59 + metadata.xml:
60 + new optional dep on libbfio
61
62 27 Jul 2013; Patrick Lauer <patrick@g.o> metadata.xml:
63 Removing unneeded useflag description from metadata.xml
64
65
66
67 1.1 app-forensics/libewf/libewf-20130416-r1.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/libewf-20130416-r1.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/libewf-20130416-r1.ebuild?rev=1.1&content-type=text/plain
71
72 Index: libewf-20130416-r1.ebuild
73 ===================================================================
74 # Copyright 1999-2013 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20130416-r1.ebuild,v 1.1 2013/07/27 21:08:47 zerochaos Exp $
77
78 EAPI=5
79
80 inherit autotools-utils
81
82 DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
83 HOMEPAGE="http://code.google.com/p/libewf/"
84 SRC_URI="http://libewf.googlecode.com/files/${P}.tar.gz"
85
86 LICENSE="BSD"
87 SLOT="0/2"
88 KEYWORDS="~amd64 ~x86"
89 # upstream bug #2597171, pyewf has implicit declarations
90 #IUSE="debug python rawio unicode"
91 IUSE="bfio debug ewf +fuse rawio +ssl static-libs +uuid unicode zlib"
92
93 DEPEND="
94 sys-libs/zlib
95 bfio? ( =app-forensics/libbfio-0.0.20120425_alpha )
96 fuse? ( sys-fs/fuse )
97 uuid? ( sys-apps/util-linux )
98 ssl? ( dev-libs/openssl )
99 zlib? ( sys-libs/zlib )"
100 RDEPEND="${DEPEND}"
101
102 AUTOTOOLS_IN_SOURCE_BUILD=1
103
104 DOCS=( AUTHORS ChangeLog NEWS README documents/header.txt documents/header2.txt )
105
106 src_configure() {
107 local myeconfargs=(
108 $(use_enable debug debug-output)
109 $(use_enable debug verbose-output)
110 $(use_enable ewf v1-api)
111 $(use_enable rawio low-level-functions)
112 $(use_enable unicode wide-character-type)
113 $(use_with zlib)
114 # autodetects bzip2 but does not use
115 --without-bzip2
116 $(use_with bfio libbfio)
117 $(use_with ssl openssl)
118 $(use_with uuid libuuid)
119 $(use_with fuse libfuse)
120 )
121 autotools-utils_src_configure
122 }
123
124 src_install() {
125 autotools-utils_src_install
126 doman manuals/*.1 manuals/*.3
127 }