Upstream development goes on at https://github.com/pixel/hexedit .
Created attachment 669383 [details] hexedit-9999.ebuild can be copied to hexedit-1.5.ebuild EAPI=7 removed eutils inherit SRC_URI="http://rigaux.org/${P}.src.tgz" had config.status: error: cannot find input file: `hexedit.1.in' changed to SRC_URI="https://github.com/pixel/hexedit/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS dropped: amd64-linux because of sys-libs/ncurses tinfo bug fixed upstream configure.in bug fixed upstream Live ebuild can also used for releases. tested with repoman and pkgcheck emerge and run tested
Created attachment 682033 [details] hexedit-9999.ebuild 2021 can be copied to hexedit-1.5.ebuild ping @Thomas Beierlein
(In reply to jospezial from comment #2) > Created attachment 682033 [details] > hexedit-9999.ebuild 2021 can be copied to hexedit-1.5.ebuild > > ping @Thomas Beierlein Thanks for the reminder. And sorry for late reply. Some family related problems keeps me busy. I will try to look for the package in next days.
Created attachment 761611 [details] hexedit-9999.ebuild 2022 can be copied to hexedit-1.5.ebuild One year after. Differences to my last years ebuild: EAPI=8 KEYWORDS taken from current ebuild in Gentoo and set to unstable
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f179242c56412b7f079bc351e135c9a70de0e3dd commit f179242c56412b7f079bc351e135c9a70de0e3dd Author: Yixun Lan <dlan@gentoo.org> AuthorDate: 2022-01-10 01:11:39 +0000 Commit: Yixun Lan <dlan@gentoo.org> CommitDate: 2022-01-10 01:25:05 +0000 app-editors/hexedit: version bump, 1.5 EAPI=8 bump, live ebuild logic included Thanks 'jospezial' for contribution Closes: https://bugs.gentoo.org/751976 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org> app-editors/hexedit/Manifest | 1 + app-editors/hexedit/hexedit-1.5.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+)
hi @jospezial, I've just included the live ebuild's logic in version 1.5, but didn't commit the live version (9999-ebuild), as we prefer official release. You can copy/test live ebuild at your local machine. Also feel free to report any other issue if you see.. Thanks for the contribution