mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 19:50:51 +02:00
pdfid: v0.2.3 bump
This commit is contained in:
parent
ab718359cb
commit
51e52c7520
2 changed files with 31 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST pdfid_v0_2_2.zip 10463 SHA256 fbf668779a946c70e6c303417afa91b1f8a672c0293f855ef85b0e347d3f3259 SHA512 a0f818ed78b5195c1b56614d569dc35243d6da2239156a5e562d4b4d0a310ea628d6dd8d746d1ace18d90922ad1d9d22e8f108ff874b8597064fd955b8747924 WHIRLPOOL a658a853b115dd272f860f2629ae2242fcd9999a9e7c32d10cf9aea3f56ec8f2c972aa59e84f8b519c9c25479b897d6661b2a2d2fbf005807857bdda18ceba74
|
||||
DIST pdfid_v0_2_3.zip 10532 SHA256 9482176d173efa6f2f33ee409b091bfa45685fc285b87f7219a4e9418b47f739 SHA512 87e8997db9627c50d5d43c84d0db85582441585397ac3be304b666138dc8390c57a84f89b5bc1a79a60601dffbc600ddd2dfeed27d5e02c9838821bd92e0d19b WHIRLPOOL b3e3c19bcc2a6a7312140da2cb68ae6c2ef784989f33dc7b1d85f182d25440d55d464ebd3b6cd5e20f58c93c36e9b6a7cb0647184a57f64a3e79f7dfca43a414
|
||||
|
|
|
|||
30
app-forensics/pdfid/pdfid-0.2.3.ebuild
Normal file
30
app-forensics/pdfid/pdfid-0.2.3.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-single-r1 python-utils-r1
|
||||
|
||||
MY_P="${PN}_v${PV//./_}"
|
||||
DESCRIPTION="This tool will scan a PDF document looking for certain keyword"
|
||||
HOMEPAGE="http://blog.didierstevens.com/programs/pdf-tools/"
|
||||
SRC_URI="https://www.didierstevens.com/files/software/${MY_P}.zip"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
RDEPEND=""
|
||||
DEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
python_fix_shebang .
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin "${PN}.py" "${PN}"
|
||||
}
|
||||
Loading…
Reference in a new issue