public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] vdr-plugin-2.eclass QA fix, please review, bug 778815
@ 2021-04-09 21:10 Joerg Bornkessel
  2021-04-09 21:37 ` Sam James
  0 siblings, 1 reply; 8+ messages in thread
From: Joerg Bornkessel @ 2021-04-09 21:10 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1: Type: text/plain, Size: 837 bytes --]

https://bugs.gentoo.org/show_bug.cgi?id=778815

pkgcheck, gives an error like this
VariableScope: vdr-plugin-2: variable 'WORKDIR' used in 
'vdr-plugin-2_pkg_setup', line 371

inserted patch will fix this issues

<snip>
--- vdr-plugin-2.eclass 2020-02-23 17:39:40.000000000 +0100
+++ vdr-plugin-2_QA-fixed.eclass    2021-04-06 23:27:37.358477036 +0200
@@ -368,7 +368,7 @@
     VDR_INCLUDE_DIR="/usr/include/vdr"
     DVB_INCLUDE_DIR="/usr/include"

-   TMP_LOCALE_DIR="${WORKDIR}/tmp-locale"
+   TMP_LOCALE_DIR="${T}/tmp-locale"

     LOCDIR=$(pkg-config --variable=locdir vdr)
</snap>

i did several tests on my setup, it works like expected.
please review, thanks...

-- 
Joerg Bornkessel <hd_brummy@gentoo.org>
GnuPG Key: 0x93EB5F4DAA5832A1
Fingerprint: 0E0A A1EE 1DF4 41D7 A3F5 21C2 93EB 5F4D AA58 32A1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-07-19  7:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-09 21:10 [gentoo-dev] vdr-plugin-2.eclass QA fix, please review, bug 778815 Joerg Bornkessel
2021-04-09 21:37 ` Sam James
2021-06-27 15:50   ` [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes Martin Dummer
2021-06-27 18:57     ` Ulrich Mueller
2021-06-27 22:15       ` Martin Dummer
2021-06-28  6:18         ` Ulrich Mueller
2021-07-19  6:11           ` Martin Dummer
2021-07-19  7:02             ` Martin Dummer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox