diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-05-08 18:45:21 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-07 11:33:16 +0300 |
commit | e290e7ccf0a7022e54bd414eede59d9204a897cb (patch) | |
tree | 960f22e92e6d3d18f9dff23718fc47fc28c32cec /app-editors | |
parent | net-misc/whois: Bump to version 5.5.10 (diff) | |
download | gentoo-e290e7ccf0a7022e54bd414eede59d9204a897cb.tar.gz gentoo-e290e7ccf0a7022e54bd414eede59d9204a897cb.tar.bz2 gentoo-e290e7ccf0a7022e54bd414eede59d9204a897cb.zip |
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@levelnine.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild | 7 |
1 files 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 1572d3c98ed0..af9d0b852813 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" |