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

Bug 589460

Summary: dev-java/ant-core: use of REPLACING_VERSIONS does not account for multiple values
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: QA Keywords: QAcanfix
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 589444    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-07-23 12:31:07 UTC
See the tracker bug.

  if ! version_is_at_least 1.7.0 ${REPLACING_VERSIONS}; then

This will not work correctly when RV has >1 value.
Comment 1 Miroslav Šulc gentoo-dev 2019-01-23 09:56:53 UTC
dev-java/ant-core is not slotted (idk if it was before). can it really happen that REPLACING_VERSIONS could contain more than one version?
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-01-23 10:52:16 UTC
Yes.
Comment 3 Larry the Git Cow gentoo-dev 2019-11-01 10:31:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0810f758d1714ee89fe9102cc649bcca91a61c52

commit 0810f758d1714ee89fe9102cc649bcca91a61c52
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2019-11-01 10:31:19 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2019-11-01 10:31:42 +0000

    dev-java/ant-core: removed obsolete code
    
    Closes: https://bugs.gentoo.org/699066
    Closes: https://bugs.gentoo.org/589460
    Package-Manager: Portage-2.3.78, Repoman-2.3.17
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/ant-core/ant-core-1.10.5-r2.ebuild | 15 ---------------
 dev-java/ant-core/ant-core-1.10.7.ebuild    | 15 ---------------
 dev-java/ant-core/ant-core-1.9.13-r2.ebuild | 15 ---------------
 3 files changed, 45 deletions(-)