mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
pdfid: python bump
This commit is contained in:
parent
8b1cf7c886
commit
6dd999977d
3 changed files with 2 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue