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 DA243158041 for ; Sat, 13 Apr 2024 07:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A975E2A3D; Sat, 13 Apr 2024 07:25:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6294DE2A3B for ; Sat, 13 Apr 2024 07:25:00 +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 8AD94343338 for ; Sat, 13 Apr 2024 07:24:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3D4B16D6 for ; Sat, 13 Apr 2024 07:24:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1712992713.44f0c6826031d2850cfc4c799e42c851ce71af50.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/logtalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/logtalk/logtalk-3.47.0-r1.ebuild dev-lang/logtalk/logtalk-3.47.0.ebuild X-VCS-Directories: dev-lang/logtalk/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 44f0c6826031d2850cfc4c799e42c851ce71af50 X-VCS-Branch: master Date: Sat, 13 Apr 2024 07:24:57 +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: 7708418e-e2eb-41b8-af26-64675c1da244 X-Archives-Hash: bd18785a573167070d60a7e069b0afab commit: 44f0c6826031d2850cfc4c799e42c851ce71af50 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Mar 26 19:05:25 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 13 07:18:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f0c682 dev-lang/logtalk: EAPI8 bump, minor improvements Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35934 Signed-off-by: Arthur Zamarin gentoo.org> .../{logtalk-3.47.0.ebuild => logtalk-3.47.0-r1.ebuild} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-lang/logtalk/logtalk-3.47.0.ebuild b/dev-lang/logtalk/logtalk-3.47.0-r1.ebuild similarity index 94% rename from dev-lang/logtalk/logtalk-3.47.0.ebuild rename to dev-lang/logtalk/logtalk-3.47.0-r1.ebuild index 962a886f27d5..a7a012192b80 100644 --- a/dev-lang/logtalk/logtalk-3.47.0.ebuild +++ b/dev-lang/logtalk/logtalk-3.47.0-r1.ebuild @@ -1,7 +1,7 @@ -# 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 xdg-utils @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="fop xslt" -DEPEND="" -RDEPEND="${DEPEND} +RDEPEND=" xslt? ( dev-libs/libxslt ) fop? ( dev-java/fop )" @@ -26,7 +25,7 @@ PATCHES=( src_install() { # Look at scripts/install.sh for upstream installation process. # Install logtalk base - mv scripts/logtalk_user_setup.sh integration/ + mv scripts/logtalk_user_setup.sh integration/ || die mkdir -p "${ED}/usr/share/${P}" || die cp -r adapters coding contributions core docs examples integration \ library manuals paths scratch tests tools VERSION.txt \ @@ -44,8 +43,8 @@ src_install() { CUSTOMIZE.md INSTALL.md LICENSE.txt QUICK_START.md \ README.md RELEASE_NOTES.md UPGRADING.md VERSION.txt - rm -f man/man1/logtalk_backend_select.1 - rm -f man/man1/logtalk_version_select.1 + rm -f man/man1/logtalk_backend_select.1 || die + rm -f man/man1/logtalk_version_select.1 || die doman man/man1/*.1 # Integration symlinks