Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740220 - app-office/texstudio-3.0.[01].ebuild emerge wrong tar ball, distfiles.gentoo.org has wrong tar balls
Summary: app-office/texstudio-3.0.[01].ebuild emerge wrong tar ball, distfiles.gentoo....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-03 15:30 UTC by hsk17
Modified: 2020-12-17 04:53 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hsk17 2020-09-03 15:30:53 UTC
app-office/texstudio-3.0.0.ebuild and -3.0.1.ebuild both fetch and install the texstudio-3.0.0alpha6 tar ball

reason: it was forgotten to change MY_PV="3.0.0alpha6" back to MY_PV="${PV/_/}" (or to drop this altogether)

may be that's also the reason for bug #739744 

what is worse:  the files texstudio-3.0.0.tar.gz and texstudio-3.0.1.tar.gz on distfiles.gentoo.org both contain the 3.0.0alpha6 tar ball.  this should not happen IMO.

Reproducible: Always
Comment 1 Jonas Stein gentoo-dev 2020-09-03 16:10:15 UTC
you are right, thank you for the analysis and the report.

I see no problem with the "what is worse" part. 
Please open a new ticket if there is something odd with our mirror.
Comment 2 Larry the Git Cow gentoo-dev 2020-12-17 04:53:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce479f9aac6988ec5d76ce28499e767a97069ce

commit 5ce479f9aac6988ec5d76ce28499e767a97069ce
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-12-17 04:50:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-12-17 04:52:59 +0000

    app-office/texstudio: fix 3.0.1 tarball
    
    The previous version was still using the alpha
    but calling it 3.0.0 and then 3.0.1.
    
    Closes: https://bugs.gentoo.org/740220
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 app-office/texstudio/Manifest                      |  2 +-
 ...udio-3.0.1.ebuild => texstudio-3.0.1-r1.ebuild} | 22 ++++++----------------
 2 files changed, 7 insertions(+), 17 deletions(-)