Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 458248 Details for
Bug 587188
app-forensics/sleuthkit-4.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sleuthkit-4.3.0.ebuild with EAPI=6 support and fixed java JNI build and USE="threads" support
sleuthkit-4.3.1.ebuild (text/plain), 1.25 KB, created by
Steffen 'j0inty' Stollfuß
on 2017-01-01 17:38:03 UTC
(
hide
)
Description:
sleuthkit-4.3.0.ebuild with EAPI=6 support and fixed java JNI build and USE="threads" support
Filename:
MIME Type:
Creator:
Steffen 'j0inty' Stollfuß
Created:
2017-01-01 17:38:03 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >inherit autotools > >DESCRIPTION="A collection of file system and media management forensic analysis tools" >HOMEPAGE="http://www.sleuthkit.org/sleuthkit/" >SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz" > >LICENSE="GPL-2 IBM" >SLOT="0/13.1.1" # subslot = major soname version >KEYWORDS="~amd64 ~hppa ~ppc ~x86" >IUSE="+aff +ewf -java -static-libs +threads +zlib" > ># For JNI all extra libraries support needs to be compiled in >REQUIRED_USE="java? ( aff ewf zlib )" > >DEPEND="dev-db/sqlite:3 > java? ( dev-java/ant ) > ewf? ( app-forensics/libewf ) > aff? ( app-forensics/afflib ) > zlib? ( sys-libs/zlib )" >RDEPEND="${DEPEND} > dev-perl/Date-Manip" > >DOCS=( NEWS.txt ChangeLog.txt README.md ) > >S="${WORKDIR}/${PN}-${P}" > >PATCHES=( > "${FILESDIR}/${PN}-4.1.0-tools-shared-libs.patch" >) > >src_prepare() { > default > # gets needed through sleuthkit-4.2.0-set-javac-manually.patch > eautoreconf > eapply_user >} > >src_configure() { > local my_econf_args=( > $(use_enable java) > $(use_enable threads multithreading) > $(use_with zlib) > $(use_with aff afflib) > $(use_with ewf libewf) > ) > econf "${my_econf_args[@]}" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 587188
: 458248