Gentoo Archives: gentoo-commits

From: Philip Miess <Phil_miess@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/superposition:master commit in: app-crypt/gorilla/
Date: Thu, 04 Aug 2022 21:41:39
Message-Id: 1659649370.a3bb1c12cdf13b02cfa1ad7c89a58df5e7ed6702.Phil_miess@gentoo
1 commit: a3bb1c12cdf13b02cfa1ad7c89a58df5e7ed6702
2 Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
3 AuthorDate: Thu Aug 4 21:42:50 2022 +0000
4 Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
5 CommitDate: Thu Aug 4 21:42:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=a3bb1c12
7
8 fix eapply_user (or default) must be called in src_prepare()!
9
10 Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
11
12 app-crypt/gorilla/Manifest | 2 +-
13 app-crypt/gorilla/gorilla-1.5.3.7-r1.ebuild | 1 +
14 2 files changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-crypt/gorilla/Manifest b/app-crypt/gorilla/Manifest
17 index e586cd7..25ce5cc 100644
18 --- a/app-crypt/gorilla/Manifest
19 +++ b/app-crypt/gorilla/Manifest
20 @@ -1,3 +1,3 @@
21 DIST gorilla-1.5.3.7.tar.gz 5008679 BLAKE2B 6c8ed11208fc68712c96832cd72c727ab27d1d930097fd6c602ef773f07367128d2fe897a1108ceb42816cfb1aba20862f2a466176c5149d366013e2ab577c00 SHA512 013aaf1a47dac6490aaf11e6598142069d1d32a2a9c8fcf6100c8f9d0a3233e21250510d95ff10930b4dc3b19c065c34a7eae234790f4068cb4c598ab835efc4
22 -EBUILD gorilla-1.5.3.7-r1.ebuild 1586 BLAKE2B b77e9266c7aaa4e5f031b462f85be8bc05202a5309587c4366737ce290e5c8fab8b1db6b402e24b345db6fda70e20306cf5dc4941743c32b402d1c8521e45e42 SHA512 83eb156eb4316b5f876105e2de7efdb43a9d41810b2d5ea43e4833e6399807903d656eb6844cc6d80a1804f72e233ed0da3fff4374e7f46a8518981bd431b639
23 +EBUILD gorilla-1.5.3.7-r1.ebuild 1599 BLAKE2B ba803e2c91aaebf8ce8231b8c122b13a1c2a31aca91209fcd2f283b8b94a94f36ca433828ca83133e95f30c6fddd0fddbcd91484292e9e1608ba728367735ad5 SHA512 4f5b7b214b4c2e73765652a88da9f0e3601e9f810bcb46f06dc8e2ed8f780b4c747de93bc98b0235994a60862a2602a1aa3fdada342a282ee3c894994544f775
24 MISC metadata.xml 334 BLAKE2B 45e622a9f79f3401c1e38c260dc8714d74845202b24b6d0d30366254c9a3869342f21375d198ce14eb25a1e827e9c40147ab07ae15be5d9f4b938572ef6320fb SHA512 82e606fd71fd8dd152b2e3a0638a6d503789226dcf0fa89d25066af33ae8f648da132578bfa506c172596b0a265590428b6444bdeda54d98dc7f1e80b5939b54
25
26 diff --git a/app-crypt/gorilla/gorilla-1.5.3.7-r1.ebuild b/app-crypt/gorilla/gorilla-1.5.3.7-r1.ebuild
27 index 8359960..5078a22 100644
28 --- a/app-crypt/gorilla/gorilla-1.5.3.7-r1.ebuild
29 +++ b/app-crypt/gorilla/gorilla-1.5.3.7-r1.ebuild
30 @@ -22,6 +22,7 @@ DEPEND="
31 RDEPEND=${DEPEND}
32
33 src_prepare() {
34 + eapply_user
35 sed -i 's:tclsh8.5:tclsh:' sources/gorilla.tcl || die 'Shebang fix sed failed'
36 }