* [gentoo-commits] gentoo-x86 commit in app-forensics/libewf: metadata.xml libewf-20120813.ebuild ChangeLog
@ 2012-08-27 9:22 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-08-27 9:22 UTC (permalink / raw
To: gentoo-commits
patrick 12/08/27 09:22:35
Modified: metadata.xml ChangeLog
Added: libewf-20120813.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.3 app-forensics/libewf/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 16 Aug 2011 13:17:53 -0000 1.2
+++ metadata.xml 27 Aug 2012 09:22:35 -0000 1.3
@@ -8,5 +8,6 @@
<use>
<flag name="rawio">Enables raw IO handling</flag>
<flag name="ewf2">Enables the v2 API</flag>
+ <flag name="ewf">Enables the v1 API</flag>
</use>
</pkgmetadata>
1.23 app-forensics/libewf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 1 Mar 2012 23:30:28 -0000 1.22
+++ ChangeLog 27 Aug 2012 09:22:35 -0000 1.23
@@ -1,6 +1,12 @@
# 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.22 2012/03/01 23:30:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.23 2012/08/27 09:22:35 patrick Exp $
+
+*libewf-20120813 (27 Aug 2012)
+
+ 27 Aug 2012; Patrick Lauer <patrick@gentoo.org> +libewf-20120813.ebuild,
+ metadata.xml:
+ Bump
01 Mar 2012; Brent Baude <ranger@gentoo.org> libewf-20100226-r1.ebuild:
Marking libewf-20100226-r1 ppc stable for bug 374321
@@ -80,4 +86,3 @@
01 Mar 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
+libewf-20090209.ebuild:
Initial import. Ebuild by RB <aoz.syn@gmail.com>. Fixes #224121
-
1.1 app-forensics/libewf/libewf-20120813.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/libewf-20120813.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/libewf/libewf-20120813.ebuild?rev=1.1&content-type=text/plain
Index: libewf-20120813.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-20120813.ebuild,v 1.1 2012/08/27 09:22:35 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] only message in thread
only message in thread, other threads:[~2012-08-27 9:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-27 9:22 [gentoo-commits] gentoo-x86 commit in app-forensics/libewf: metadata.xml libewf-20120813.ebuild ChangeLog 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