commit: 8c475e10d4fb382c332699e3cc0b5c90404fdc73 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Jan 25 18:50:25 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Mar 16 12:13:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c475e10
dev-util/hxd: EAPI8 bump, fix HOMEPAGE, LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35016 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-util/hxd/{hxd-0.70.02-r2.ebuild => hxd-0.70.02-r3.ebuild} | 10 +++++----- 1 file 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 similarity index 72% rename from dev-util/hxd/hxd-0.70.02-r2.ebuild rename to 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"
