mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pdf-parser-0.7.6.ebuild
This commit is contained in:
parent
2c75dd111e
commit
b7c7955310
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue