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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20DBD1382C5 for ; Wed, 21 Apr 2021 18:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C708E0872; Wed, 21 Apr 2021 18:51:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3109AE0872 for ; Wed, 21 Apr 2021 18:51:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B10A340D40 for ; Wed, 21 Apr 2021 18:51:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91E89732 for ; Wed, 21 Apr 2021 18:51:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619031009.587ed70e0ef1cd93bf48d52b71e466aafcf6a857.sam@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.36.0.ebuild X-VCS-Directories: dev-lang/logtalk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 587ed70e0ef1cd93bf48d52b71e466aafcf6a857 X-VCS-Branch: master Date: Wed, 21 Apr 2021 18:51:08 +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: bb829706-81cc-413b-b784-229ae04d698b X-Archives-Hash: c95261bbab678dc0508d477ceb5e666b commit: 587ed70e0ef1cd93bf48d52b71e466aafcf6a857 Author: Sam James gentoo org> AuthorDate: Wed Apr 21 09:15:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 21 18:50:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587ed70e dev-lang/logtalk: drop epatch Signed-off-by: Sam James gentoo.org> dev-lang/logtalk/logtalk-3.36.0.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-lang/logtalk/logtalk-3.36.0.ebuild b/dev-lang/logtalk/logtalk-3.36.0.ebuild index 130065d0fb4..51b8770f7e8 100644 --- a/dev-lang/logtalk/logtalk-3.36.0.ebuild +++ b/dev-lang/logtalk/logtalk-3.36.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit epatch xdg-utils +inherit xdg-utils DESCRIPTION="Open source object-oriented logic programming language" HOMEPAGE="https://logtalk.org" @@ -19,22 +19,20 @@ RDEPEND="${DEPEND} xslt? ( dev-libs/libxslt ) fop? ( dev-java/fop )" -src_prepare() { - epatch "${FILESDIR}"/${P}-portage.patch - - eapply_user -} +PATCHES=( + "${FILESDIR}"/${P}-portage.patch +) src_install() { # Look at scripts/install.sh for upstream installation process. # Install logtalk base mv scripts/logtalk_user_setup.sh integration/ - mkdir -p "${D}/usr/share/${P}" + mkdir -p "${ED}/usr/share/${P}" || die cp -r adapters coding contributions core docs examples integration \ library manuals paths scratch tests tools VERSION.txt \ loader-sample.lgt settings-sample.lgt tester-sample.lgt \ tests-sample.lgt \ - "${D}/usr/share/${P}" \ + "${ED}/usr/share/${P}" \ || die "Failed to install files" # Install mime file, the database will be updated later