From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDDB7158087 for ; Thu, 2 Dec 2021 14:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B3072BC014; Thu, 2 Dec 2021 14:25:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A26D2BC014 for ; Thu, 2 Dec 2021 14:25:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45FFD343108 for ; Thu, 2 Dec 2021 14:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B32E9175 for ; Thu, 2 Dec 2021 14:25:43 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1638455126.ca9455f55b34269cb835196025c4b0f05dab943a.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/cfg-update/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/cfg-update/cfg-update-1.8.9.ebuild X-VCS-Directories: app-portage/cfg-update/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: ca9455f55b34269cb835196025c4b0f05dab943a X-VCS-Branch: master Date: Thu, 2 Dec 2021 14:25:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1f712d3-094f-4124-b08a-cb513aca0cab X-Archives-Hash: b29dd5689fe3ba8adbd465bde0dba2db commit: ca9455f55b34269cb835196025c4b0f05dab943a Author: Richard Freeman gentoo org> AuthorDate: Thu Dec 2 14:25:08 2021 +0000 Commit: Richard Freeman gentoo org> CommitDate: Thu Dec 2 14:25:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9455f5 app-portage/cfg-update: clean out old EAPI5 revision Closes: https://bugs.gentoo.org/826414 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Richard Freeman gentoo.org> app-portage/cfg-update/cfg-update-1.8.9.ebuild | 104 ------------------------- 1 file changed, 104 deletions(-) diff --git a/app-portage/cfg-update/cfg-update-1.8.9.ebuild b/app-portage/cfg-update/cfg-update-1.8.9.ebuild deleted file mode 100644 index d899e6016d2b..000000000000 --- a/app-portage/cfg-update/cfg-update-1.8.9.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -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/tarball/${PV} -> ${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc x86" -IUSE="X" - -RDEPEND=" - dev-perl/TermReadKey - X? ( - >=x11-misc/sux-1.0 - x11-apps/xhost - )" - -S="${WORKDIR}/rich0-cfg-update-2f10786" - -pkg_prerm() { - if [[ ${ROOT} == / ]] - then - ebegin "Disabling portage hook" - cfg-update --ebuild --disable-portage-hook - eend $? - ebegin "Disabling paludis hook" - cfg-update --ebuild --disable-paludis-hook - eend $? - fi -} - -pkg_postrm() { - echo - ewarn "If you want to permanently remove cfg-update from your system" - ewarn "you should remove the index file /var/lib/cfg-update/checksum.index" - echo -} - -src_install() { - dobin \ - cfg-update emerge_with_indexing_for_cfg-update \ - emerge_with_indexing_for_cfg-update_phphelper \ - cfg-update_phphelper emerge_with_indexing_for_cfg-update_bashhelper - insinto /usr/lib/cfg-update - doins cfg-update cfg-update_indexing test.tgz - dodoc ChangeLog - doman *.8 - insinto /etc - doins cfg-update.conf cfg-update.hosts - keepdir /var/lib/cfg-update -} - -pkg_postinst() { - if [[ ! -e "${ROOT}"/var/lib/cfg-update/checksum.index \ - && -e "${ROOT}"/var/lib/cfg-update/checksum.index ]] - then - ebegin "Moving checksum.index from /usr/lib/cfg-update to /var/lib/cfg-update" - mv "${ROOT}"/usr/lib/cfg-update/checksum.index \ - "${ROOT}"/var/lib/cfg-update/checksum.index - eend $? - fi - - if [[ -e "${ROOT}"/usr/bin/paludis ]] - then - echo - ewarn "If you have used Paludis version <0.20.0 on your system, chances are" - ewarn "that you have some corrupted CONTENTS files on your system..." - echo - ewarn "Please run: cfg-update --check-packages" - echo - ewarn "The above command will check all packages installed with Paludis and" - ewarn "will output a list of packages that need to be re-installed with" - ewarn "Paludis 0.20.0 or higher. If you do not re-install these packages" - ewarn "you risk losing your custom settings when updating configuration" - ewarn "files, that belong to these packages, with cfg-update!" - echo - fi - - if [[ ${ROOT} == / ]] - then - ebegin "Moving backups to /var/lib/cfg-update/backups" - /usr/bin/cfg-update --ebuild --move-backups - eend $? - fi - - echo - einfo "If this is a first time install, please check the configuration" - einfo "in /etc/cfg-update.conf before using cfg-update:" - echo - einfo "If your system does not have an X-server installed you need to" - einfo "change the MERGE_TOOL to sdiff, imediff2 or vimdiff." - einfo "If you have X installed, set MERGE_TOOL to your favorite GUI tool:" - einfo "xxdiff, beediff, kdiff3, meld (default), gtkdiff, gvimdiff, tkdiff" - echo - einfo "TIP: to maximize the chances of future automatic updates, run:" - einfo "cfg-update --optimize-backups" - echo -}