summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata/pkg_desc_index2
-rw-r--r--sys-kernel/kccmp/Manifest2
-rw-r--r--sys-kernel/kccmp/kccmp-0.3-r3.ebuild (renamed from sys-kernel/kccmp/kccmp-0.3-r2.ebuild)9
3 files changed, 8 insertions, 5 deletions
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 43796c75..ba3e4c27 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -110,7 +110,7 @@ sys-fs/squash_dir 13.14-r1: Keep directories compressed with squashfs. Useful fo
sys-fs/squashfs-tools 99999999: Tool for creating compressed filesystem type squashfs
sys-fs/squashfuse 0.1.104: FUSE filesystem to mount squashfs archives
sys-fs/squashmount 22.1-r1: Keep directories compressed with squashfs. Useful for portage tree, texmf-dist
-sys-kernel/kccmp 0.3-r2: A simple tool for comparing two linux kernel .config files
+sys-kernel/kccmp 0.3-r3: A simple tool for comparing two linux kernel .config files
sys-kernel/kconfig-hardened-check 0.5.17 99999999: A script for checking the hardening options in the Linux kernel config
sys-kernel/kernel 6.4: A POSIX shell script to compile the kernel with user permissions
sys-power/cpupower 99999999: Shows and sets processor power related values
diff --git a/sys-kernel/kccmp/Manifest b/sys-kernel/kccmp/Manifest
index 522b5509..b8f0c7dd 100644
--- a/sys-kernel/kccmp/Manifest
+++ b/sys-kernel/kccmp/Manifest
@@ -1 +1 @@
-DIST kccmp-0.3.tar.gz 14033 BLAKE2B 4da36826e640e3045ec8f92d7d962027ea5c14ae5055a475ed61a8fb4c59db332c0c77a33c7017cc4f777b726db3bb5e0f7da706b41649f8936bc9405590f6a6 SHA512 0274f36bf0e9d702b3e8efc0168987fd4c54ffc316a967ff326ad4c969996143a93bbaccee6dea0afd254bdf875c05492c35b11fd7121e0b9127467286e8e013
+DIST kccmp-0.3.tar.gz 13867 BLAKE2B 683be347f8c9955a4440fd50ff364caf8d353d34d12fe9b516bed737c04122edbf190ca1fb99284a786d148238ddd77e7af072531341578fd093812a08f38ffd SHA512 c8f2fb0f1ea401813d8417c5e1dd51b2b039df42d87d492bcf39766b98526cf50b1c9558ae0252b2b7e007edb6b386688841d49935a979fc7a94a84a244b01a2
diff --git a/sys-kernel/kccmp/kccmp-0.3-r2.ebuild b/sys-kernel/kccmp/kccmp-0.3-r3.ebuild
index bde7d524..1bdc776e 100644
--- a/sys-kernel/kccmp/kccmp-0.3-r2.ebuild
+++ b/sys-kernel/kccmp/kccmp-0.3-r3.ebuild
@@ -1,12 +1,15 @@
-# Copyright 1999-2022 Gentoo Authors and Martin V\"ath
+# Copyright 1999-2023 Gentoo Authors and Martin V\"ath
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils
+RESTRICT="mirror"
DESCRIPTION="A simple tool for comparing two linux kernel .config files"
-HOMEPAGE="http://stoopidsimple.com/kccmp/"
-SRC_URI="http://stoopidsimple.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/jeff-dagenais/kccmp"
+EGIT_COMMIT="ce42ebaf3fb09c4cff009e6ed7ff8afa683b2eec"
+SRC_URI="https://github.com/jeff-dagenais/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
LICENSE="GPL-2"
SLOT="0"