mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
bulk_extractor: EAPI bump
This commit is contained in:
parent
50aafce8d2
commit
ffee7105a0
2 changed files with 15 additions and 11 deletions
|
|
@ -1,16 +1,16 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit autotools eutils flag-o-matic gnome2-utils xdg-utils
|
||||
|
||||
DESCRIPTION="Scans a disk image for regular expressions and other content"
|
||||
HOMEPAGE="https://github.com/simsong/bulk_extractor"
|
||||
SRC_URI="http://digitalcorpora.org/downloads/bulk_extractor/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="amd64 ~x86"
|
||||
LICENSE="GPL-2"
|
||||
RESTRICT="mirror"
|
||||
SLOT="0"
|
||||
IUSE="aff doc +beviewer +exiv2 hashdb rar"
|
||||
|
||||
|
|
@ -28,8 +28,10 @@ RDEPEND="
|
|||
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )
|
||||
virtual/man"
|
||||
|
||||
BDEPEND="
|
||||
sys-devel/flex
|
||||
virtual/man
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
|
|
@ -46,7 +48,7 @@ src_prepare() {
|
|||
eapply "${FILESDIR}/${P}_other_minor_fixes.patch"
|
||||
|
||||
eautoreconf
|
||||
eapply_user
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
@ -102,14 +104,14 @@ pkg_preinst() {
|
|||
|
||||
pkg_postinst() {
|
||||
if use beviewer; then
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
gnome2_icon_cache_update
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
if use beviewer; then
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
gnome2_icon_cache_update
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit autotools eutils git-r3 gnome2-utils xdg-utils
|
||||
|
||||
|
|
@ -35,15 +35,17 @@ RDEPEND="
|
|||
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )
|
||||
virtual/man"
|
||||
|
||||
BDEPEND="
|
||||
sys-devel/flex
|
||||
virtual/man
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
eapply "${FILESDIR}/add_exiv2-0.27_api_support.patch"
|
||||
|
||||
eautoreconf
|
||||
eapply_user
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
@ -99,14 +101,14 @@ pkg_preinst() {
|
|||
|
||||
pkg_postinst() {
|
||||
if use beviewer; then
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
gnome2_icon_cache_update
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
if use beviewer; then
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
gnome2_icon_cache_update
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue