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 8D05E158089 for ; Sun, 8 Oct 2023 12:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D07BF2BC09A; Sun, 8 Oct 2023 12:22:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id ADC432BC09A for ; Sun, 8 Oct 2023 12:22:13 +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 B6A21335D12 for ; Sun, 8 Oct 2023 12:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23F8D8C9 for ; Sun, 8 Oct 2023 12:22:11 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1696767713.d384d913a0c59fb14e9dd613afdb0c609d6a18e5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/ccollect/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/ccollect/ccollect-0.8-r1.ebuild app-backup/ccollect/ccollect-0.8.ebuild X-VCS-Directories: app-backup/ccollect/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d384d913a0c59fb14e9dd613afdb0c609d6a18e5 X-VCS-Branch: master Date: Sun, 8 Oct 2023 12:22:11 +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: d54bd9d2-a8aa-4aad-bccf-ac16aeae267d X-Archives-Hash: 072fcf4e36a52ee1e78502fb17ca773e commit: d384d913a0c59fb14e9dd613afdb0c609d6a18e5 Author: David Seifert gentoo org> AuthorDate: Sun Oct 8 12:21:53 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Oct 8 12:21:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d384d913 app-backup/ccollect: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...{ccollect-0.8.ebuild => ccollect-0.8-r1.ebuild} | 25 +++++++++++----------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/app-backup/ccollect/ccollect-0.8.ebuild b/app-backup/ccollect/ccollect-0.8-r1.ebuild similarity index 78% rename from app-backup/ccollect/ccollect-0.8.ebuild rename to app-backup/ccollect/ccollect-0.8-r1.ebuild index 4ece2b179dff..442fc37d3d95 100644 --- a/app-backup/ccollect/ccollect-0.8.ebuild +++ b/app-backup/ccollect/ccollect-0.8-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Pseudo incremental backup with different exclude lists using hardlinks and rsync" HOMEPAGE="https://www.nico.schottelius.org/software/ccollect/" @@ -11,21 +11,20 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~hppa ppc ~sparc x86" IUSE="doc examples" +# tests need ssh-access +RESTRICT="test" -DEPEND=" +RDEPEND="net-misc/rsync" +BDEPEND=" doc? ( >=app-text/asciidoc-8.1.0 app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.2 dev-libs/libxslt )" -RDEPEND="net-misc/rsync" - -# tests need ssh-access -RESTRICT="test" src_compile() { - use doc && emake XSL=/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl documentation + use doc && emake XSL="${BROOT}"/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl documentation } src_install() { @@ -64,15 +63,15 @@ src_install() { pkg_postinst() { ewarn "If you're upgrading from 0.6.x or less, you'll have to" ewarn "upgrade your existing configuration as follows:" - ewarn "1. Make the scripts in ${EROOT%/}/usr/share/ccollect/scripts executable" - ewarn "2. Run all config-pre-\$VER-to-\$VER.sh in ${EROOT%/}/usr/share/ccollect/scripts" + ewarn "1. Make the scripts in ${EROOT}/usr/share/ccollect/scripts executable" + ewarn "2. Run all config-pre-\$VER-to-\$VER.sh in ${EROOT}/usr/share/ccollect/scripts" ewarn " ascending order, where \$VER is greater or equal than the version" ewarn " you upgraded from." ewarn "Example:" ewarn " You upgraded from 0.5, thus you have to run:" - ewarn " ${EROOT%/}/usr/share/ccollect/tools/config-pre-0.6-to-0.6.sh" - ewarn " ${EROOT%/}/usr/share/ccollect/tools/config-pre-0.7-to-0.7.sh" + ewarn " ${EROOT}/usr/share/ccollect/tools/config-pre-0.6-to-0.6.sh" + ewarn " ${EROOT}/usr/share/ccollect/tools/config-pre-0.7-to-0.7.sh" - elog "Please note that many tools are now installed directly to ${EROOT%/}/usr/bin" + elog "Please note that many tools are now installed directly to ${EROOT}/usr/bin" elog "as recommended by upstream." }