pdf-parser-0.7.6.ebuild

This commit is contained in:
Anton Bolshakov 2022-07-01 14:34:25 +08:00
parent 2c75dd111e
commit b7c7955310
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
DIST pdf-parser_V0_7_4.zip 14999 BLAKE2B 94764426afe8854832102afd4c71100f1f8b3e436ba25b94b07e101d6c7b156921fa49aaca01c34d67e167f7cfadcbfd125ded03a531e011fa71605399988b05 SHA512 9984cd9792818331224e74c450065a815b8081147541ba911d13913fb62202c3e50a752f3e3d8600d763f1f9ca0f2615afb4761c81520da2046400236f20ce40
DIST pdf-parser_V0_7_5.zip 15037 BLAKE2B a1dd62a460cf38c191ffdaf1fef5b538cfe71b1b2460ec1339a2d78f8af1e1bcd9f80610943552c01f545748d309e4708f259b78f678dcd49ae174e2bbab1b54 SHA512 e236fa74fadc7a99bcedb6ec342d47fa1e47b65cead158c2d055b1c4c2c616243497e6c9af7b854ef2ec20f13b468948b6c3bfcd1f183f5f63d77e92ad067964
DIST pdf-parser_V0_7_6.zip 15103 BLAKE2B a26859a1cca150bc0a1c3769c4cb73f3eeeb153ae3f12b5aeb5b2f5604b994a9883f0c4992817ab1da89a4a4259d4a1420703606348c27d052f81dc1bd6187eb SHA512 5ecab205744e262049e76282eb94ecc313ba9e0550392f7b65aac47a1fc470efab9a8f9ea9ed479eecdfe4c0618e67f42c043e2410820819726df86ddc5f635f

View file

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -33,7 +33,7 @@ src_prepare() {
-i pdf-parser.py || die
# Fix encoding errors when reading files
use unicode && eapply "${FILESDIR}/${PV}_define_encoding_format.patch"
use unicode && eapply "${FILESDIR}/0.7.4_define_encoding_format.patch"
default
}