From abe8b019a9161d6bb6e5e1549a77c6f5041c3462 Mon Sep 17 00:00:00 2001 From: Richard Freeman Date: Tue, 28 Jul 2026 13:21:40 -0400 Subject: [PATCH 1/2] fix QA issues and bump Signed-off-by: Richard Freeman --- gentoo/cfg-update-1.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gentoo/cfg-update-1.11.0.ebuild b/gentoo/cfg-update-1.11.0.ebuild index bfe61bf..a330ace 100644 --- a/gentoo/cfg-update-1.11.0.ebuild +++ b/gentoo/cfg-update-1.11.0.ebuild @@ -6,11 +6,13 @@ EAPI=8 DESCRIPTION="Easy to use GUI & CLI alternative for etc-update" HOMEPAGE="https://github.com/rich0/cfg-update" SRC_URI="https://github.com/rich0/cfg-update/archive/${PV}.tar.gz -> ${P}.tgz" +S="${WORKDIR}/cfg-update-${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="test X" +RESTRICT="!test? ( test )" BDEPEND=" test? ( @@ -27,8 +29,6 @@ RDEPEND=" x11-apps/xhost )" -S="${WORKDIR}/cfg-update-${PV}" - pkg_prerm() { if [[ -z ${ROOT} ]] then From b497c19a1b2f2d050efb8dfce0cf040af1784f6b Mon Sep 17 00:00:00 2001 From: rich0 Date: Mon, 10 Aug 2026 18:51:27 -0400 Subject: [PATCH 2/2] Remove disclaimer from README Removed disclaimer regarding LLM usage and caution for 1.9.0+ releases. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index f511e3a..96f2fa4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -# DISCLAIMER / WARNING - -I'm in the process of using an LLM to clean up some of the dead code branches here. -I'm being conservative, but please use care before using the 1.9.0+ releases. -Feedback is welcome. - # cfg-update A safe, staged alternative to Gentoo's `etc-update` for handling configuration file updates after package merges.