diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-25 19:50:25 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:28 +0100 |
commit | 8c475e10d4fb382c332699e3cc0b5c90404fdc73 (patch) | |
tree | a1f78523d95ba50c0642389eb415233e81a81b6e /dev-util/hxd | |
parent | media-libs/libfpx: EAPI8 bump, fix bug #847412 (diff) | |
download | gentoo-8c475e10d4fb382c332699e3cc0b5c90404fdc73.tar.gz gentoo-8c475e10d4fb382c332699e3cc0b5c90404fdc73.tar.bz2 gentoo-8c475e10d4fb382c332699e3cc0b5c90404fdc73.zip |
dev-util/hxd: EAPI8 bump, fix HOMEPAGE, LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35016
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util/hxd')
-rw-r--r-- | dev-util/hxd/hxd-0.70.02-r3.ebuild (renamed from dev-util/hxd/hxd-0.70.02-r2.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/hxd/hxd-0.70.02-r2.ebuild b/dev-util/hxd/hxd-0.70.02-r3.ebuild index e46d09ff73c5..940b3d158d89 100644 --- a/dev-util/hxd/hxd-0.70.02-r2.ebuild +++ b/dev-util/hxd/hxd-0.70.02-r3.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs DESCRIPTION="Binary to hexadecimal converter" -HOMEPAGE="http://www-tet.ee.tu-berlin.de/solyga/linux/" -SRC_URI="http://linux.xulin.de/c/${P}.tar.gz" +HOMEPAGE="https://linux.xulin.de/c/" +SRC_URI="https://linux.xulin.de/c/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" |