commit: e290e7ccf0a7022e54bd414eede59d9204a897cb
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat May 8 16:45:21 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 08:33:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e290e7cc
app-editors/curses-hexedit: remove unused eclass, use HTTPS
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
b/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
index 1572d3c98ed..af9d0b85281 100644
--- a/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
+++ b/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
@@ -4,12 +4,13 @@
# There's already a "hexedit" package in the tree, so name this one differently
EAPI=7
-inherit autotools toolchain-funcs
+
+inherit autotools
MY_P=${P/curses-}
DESCRIPTION="full screen curses hex editor (with insert/delete support)"
-HOMEPAGE="http://www.rogoyski.com/adam/programs/hexedit/"
-SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz"
+HOMEPAGE="https://www.rogoyski.com/adam/programs/hexedit/"
+SRC_URI="https://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"