Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 854963 - dev-tcltk/bwidget-1.9.15: version bump
Summary: dev-tcltk/bwidget-1.9.15: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-29 00:26 UTC by Bogdan
Modified: 2022-07-09 20:46 UTC (History)
0 users

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 Bogdan 2022-06-29 00:26:20 UTC
Latest version of BWidget - 1.9.15 (2021-12-03)
Latest version of BWidget in portage - 1.9.14.

Soft-link from bwidget-1.9.14.ebuild to bwidget-1.9.15.ebuild does not allow to install new version.

Problem 1: that latest version of bwidget distributed by sourceforge only as ".zip" file.

Problem 2: name of archive file from version 1.9.15 - has upper-case name.


Previous version:
  SRC_URI="mirror://sourceforge/tcllib/${MY_PN}/${PV}/${P}.tar.gz"

Correct SRC_URI, which allow to download the 1.9.15 version:
  SRC_URI="mirror://sourceforge/tcllib/${MY_PN}/${PV}/${MY_P}.zip"

Reproducible: Always




Please, update ebuild for 1.9.15 verision.
Comment 1 Bogdan 2022-06-29 00:32:22 UTC
Also, please update src_install() code:

change line from:
> insinto /usr/$(get_libdir)/${P}
to
> insinto /usr/$(get_libdir)/${MY_P}
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-30 22:05:50 UTC
The symlink thing is kind of besides the point. That sort of thing would be handled on a version bump (any sort of needed SRC_URI change).

I'm going to just call this a version bump request, because that's what it is, and you've given instructions to make it easier.
Comment 3 Larry the Git Cow gentoo-dev 2022-07-09 20:46:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302156c194675330b0b583a45f99f272184f67a5

commit 302156c194675330b0b583a45f99f272184f67a5
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2022-07-09 20:45:39 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2022-07-09 20:45:39 +0000

    dev-tcltk/bwidget: 1.9.15 bump
    
    Closes: https://bugs.gentoo.org/854963
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-tcltk/bwidget/Manifest              |  1 +
 dev-tcltk/bwidget/bwidget-1.9.15.ebuild | 41 +++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)