pdfid: python bump

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-12-03 22:36:44 -05:00
parent 8b1cf7c886
commit 6dd999977d
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 2 additions and 41 deletions

View file

@ -1,2 +1 @@
DIST pdfid_v0_2_6.zip 11695 BLAKE2B 71b1dee8915cae1c38afb7a4201393aa1ab01beadbf8c6bab7b7006bfde6b817aab0aa01199350c069d81fc9d489df52fe3ec81c55fc2a0c016470a772478867 SHA512 57f164659b5f091347f442ebc78647c39548c04cf1a1826178d9fcc14af67b46462e3f3195937525947d8182dd39975498fcf79c8f86f0c48266b35ffa1cf033
DIST pdfid_v0_2_7.zip 11773 BLAKE2B 808d73856ed18ca6f37c1ac77fe80fc1689f89fb9722cc7bfdf317477c9d20d6caf632c13c6a737bba4aef81b05427766af70c65b04ff011eca4ad054acb1c29 SHA512 02bb09b7d4541a55300a81f8c640a789b660f4d23933bc4ce3fa4055b85022611290bcee8dbd7842bcd95178b6c65b2e7fe2b99a17ce398c82642cbd1d07a4c5

View file

@ -1,38 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit python-r1 unpacker
DESCRIPTION="This tool will scan a PDF document looking for certain keyword"
HOMEPAGE="https://blog.didierstevens.com/programs/pdf-tools/"
MY_P="${PN}_v$(ver_rs 1- '_')"
SRC_URI="https://www.didierstevens.com/files/software/${MY_P}.zip"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND="${PYTHON_DEPS}
$(unpacker_src_uri_depends)"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}_pentoo.patch )
S="${WORKDIR}"
src_install() {
insinto "/etc/${PN}"
doins pdfid.ini
insinto "/usr/share/${PN}"
doins plugin_*
python_foreach_impl python_newscript pdfid.py pdfid
}

View file

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8,9} )
inherit python-r1 unpacker