Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 836098

Summary: sci-geosciences/merkaartor: uses variables banned in scope (VariableScope)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Sci-geo Project <sci-geosciences>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 775191    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-26 03:41:33 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope sci-geosciences/merkaartor
sci-geosciences/merkaartor
  VariableScope: version 0.18.4: variable 'ED' used in 'src_configure', lines 73, 74, 77
  VariableScope: version 0.18.4_p20210410-r1: variable 'ED' used in 'src_configure', lines 87, 88, 91
  VariableScope: version 0.19.0: variable 'ED' used in 'src_configure', lines 72, 73, 76
  VariableScope: version 9999: variable 'ED' used in 'src_configure', lines 81, 82, 85
Comment 1 Larry the Git Cow gentoo-dev 2023-05-15 21:28:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1c0fa63caaf34e86731b96dd09adf7039a182d

commit 6d1c0fa63caaf34e86731b96dd09adf7039a182d
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-05-15 21:08:12 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-05-15 21:28:02 +0000

    sci-geosciences/merkaartor: Redo 0.19.0 from 9999, restore PROJ-8 compat
    
    As it should be done.
    
    Bug: https://bugs.gentoo.org/828781
    Closes: https://bugs.gentoo.org/836098
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../merkaartor/merkaartor-0.19.0-r1.ebuild         | 101 +++++++++++++++++++++
 1 file changed, 101 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d274d6ae8d2fd32b2a2c065519a0b6313db0460

commit 1d274d6ae8d2fd32b2a2c065519a0b6313db0460
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-05-15 20:58:08 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-05-15 21:26:36 +0000

    sci-geosciences/merkaartor: 9999 EAPI-8 bump, fix VariableScope
    
    Bug: https://bugs.gentoo.org/828781
    Bug: https://bugs.gentoo.org/836098
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 sci-geosciences/merkaartor/merkaartor-9999.ebuild | 30 +++++++++--------------
 1 file changed, 12 insertions(+), 18 deletions(-)