pdf-parser: v0.6.8 bump

This commit is contained in:
blshkv 2017-11-16 07:42:03 +08:00
parent 7681b70473
commit 4c790ca822
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 1 additions and 35 deletions

View file

@ -1,2 +1 @@
DIST pdf-parser_V0_6_4.zip 12151 SHA256 ec8e64e3a74fccdb7828b8ecc07a2c33b701052d52c43c549115ddcd6f0f02fe SHA512 19473b479d29b6ab897d16016b141f4c08535e60234c0a56e983dc7817ac19df733ca018ee11a8f7e33b7381d9041247714bfc29150029c0bf00b52302ffb7c7 WHIRLPOOL f9690a0e49006d4bc23296eb2b29bc10804ba8912fa3a73b9f6b331be21119a69131844a815c8769e336951f44fc2d8b95ca8948e64f31c57c4f3f758cb520e2
DIST pdf-parser_V0_6_7.zip 12724 SHA256 ed863de952a5096ff4be0825110d2726ba1be75a7a6717af0e6a153b843e3b78 SHA512 e5c353b3a7b5fa07f00e3fd86a5ee257d72873a21bca26a66a18165b0c49dd1a5ea9aa21d858660c44d247c2409b876570ca2752e9071aaf75e39fec221f2522 WHIRLPOOL a06594aa87e51b286f8bbb22fdfdac508039a70f3f5c27f6a46be7e7235b7d4dfdc9d4ae68fd08b6bf84406ad43029f6903cf2e24d05399b78a1bb3d806790ae
DIST pdf-parser_V0_6_8.zip 13039 SHA256 3424e6939e79cb597d32f405e2d75b2e42ef7629750d5dfb39927d5c132446ef SHA512 82250ccbed36d432fdf2fcecb42cc59025fc9a5ac2a0ce44970a415c2e590c2c5104d52fa82356287d3bfb385380ebfe1c42db4a2036583a2567e4c9cd8ffc86 WHIRLPOOL 50dce0be59e78038a7da6c81f406f72b66b20765543d5c8d63a0148120ff8ce114b5c8829949add5c8dc1cee33302d97c19f7005c262bc1a96653442db349110

View file

@ -1,33 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
MY_P="${PN}_V${PV//./_}"
SRC_URI="http://www.didierstevens.com/files/software/${MY_P}.zip"
DESCRIPTION="This tool will parse a PDF document to identify the fundamental elements used"
HOMEPAGE="http://blog.didierstevens.com/programs/pdf-tools/"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
IUSE=""
RDEPEND=""
DEPEND="app-arch/unzip"
S="${WORKDIR}"
#FIXME add python3 support too
src_prepare() {
sed -e 's/TestPythonVersion(enforceMaximumVersion=True)/# REM/' -i pdf-parser.py
}
src_install() {
newbin "${PN}.py" "${PN}"
python_fix_shebang "${ED}"usr/bin
}