Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 758260 - app-editors/qhexedit2-0.8.9 version bump
Summary: app-editors/qhexedit2-0.8.9 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: vowstar
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-12-03 13:36 UTC by Alexander Weber
Modified: 2022-05-13 20:20 UTC (History)
4 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 Alexander Weber 2020-12-03 13:36:40 UTC
Please check if the (root) fork https://github.com/Simsys/qhexedit2/ can be used instead of current https://github.com/lancos/qhexedit2/

The https://github.com/Simsys/qhexedit2/releases contain the 0.8.9 release as of 3. July 2020
Comment 1 David Duchesne 2021-10-10 14:50:42 UTC
Hello, any news regarding this version bump ?
Thanks
Comment 2 Larry the Git Cow gentoo-dev 2021-10-27 06:50:51 UTC
The bug has been closed via the following commit(s):

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

commit b1954f0b14ff0203658ca936938f967f37f68095
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-27 06:50:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-27 06:50:42 +0000

    app-editors/qhexedit2: add 0.8.9
    
    Closes: https://bugs.gentoo.org/758260
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/qhexedit2/Manifest               |  1 +
 app-editors/qhexedit2/qhexedit2-0.8.9.ebuild | 81 ++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-10-27 13:08:14 UTC
https://bugs.gentoo.org/820473#c3
Comment 4 Jonas Stein gentoo-dev 2022-02-17 22:29:00 UTC
Hi Victor, do you still maintain this package?
Comment 5 Larry the Git Cow gentoo-dev 2022-05-13 20:04:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8759771fffe11541f3259bab8b305a0afd142f32

commit 8759771fffe11541f3259bab8b305a0afd142f32
Author:     Huang Rui <vowstar@gmail.com>
AuthorDate: 2022-05-09 03:04:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-13 20:03:48 +0000

    app-editors/qhexedit2: fix compile problem and add BDEPEND
    
    sip-4 no longer supports the latest PyQt5 syntax,
    so it needs to be changed to sip-5
    Fix unable to find file "QtCore/QtCoremod.sip"
    Switched the build system to use sip-build + PyQt-builder
    Add dev-python/sip-5 as RDEPEND
    New maintainer by Proxy Maint
    
    Closes: https://bugs.gentoo.org/820473
    Closes: https://bugs.gentoo.org/758260
    Signed-off-by: Huang Rui <vowstar@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/25395
    Signed-off-by: Sam James <sam@gentoo.org>

 .../qhexedit2/files/qhexedit2-0.8.6-sip.patch      |  35 +++++++
 .../qhexedit2/files/qhexedit2-0.8.6-sip5.patch     |  82 +++++++++++++++
 .../files/qhexedit2-0.8.9-fix-crash.patch          |  37 +++++++
 app-editors/qhexedit2/metadata.xml                 |   9 +-
 .../qhexedit2/qhexedit2-0.8.6_p20190316-r1.ebuild  | 108 ++++++++++++++++++++
 .../qhexedit2/qhexedit2-0.8.9_p20210525-r1.ebuild  | 110 +++++++++++++++++++++
 6 files changed, 380 insertions(+), 1 deletion(-)