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 7872115815E for ; Sun, 11 Feb 2024 08:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0FF4E2AA6; Sun, 11 Feb 2024 08:45:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C082E2AA6 for ; Sun, 11 Feb 2024 08:45:03 +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 83DCC343127 for ; Sun, 11 Feb 2024 08:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B7813DB for ; Sun, 11 Feb 2024 08:45:00 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1707641006.2b7b55ea56a60955579f54404c0cead4c023d732.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtracefs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtracefs/libtracefs-1.6.4-r1.ebuild dev-libs/libtracefs/libtracefs-1.6.4.ebuild X-VCS-Directories: dev-libs/libtracefs/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 2b7b55ea56a60955579f54404c0cead4c023d732 X-VCS-Branch: master Date: Sun, 11 Feb 2024 08:45:00 +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: 30038a97-7368-4b4f-ae7a-eeccc1b95421 X-Archives-Hash: a20c0f4d7312540fe24375808a169c09 commit: 2b7b55ea56a60955579f54404c0cead4c023d732 Author: Yixun Lan gentoo org> AuthorDate: Sun Feb 11 08:42:43 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Feb 11 08:43:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7b55ea dev-libs/libtracefs: fix wrong doc path Closes: https://bugs.gentoo.org/865751 Signed-off-by: Yixun Lan gentoo.org> .../{libtracefs-1.6.4.ebuild => libtracefs-1.6.4-r1.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-libs/libtracefs/libtracefs-1.6.4.ebuild b/dev-libs/libtracefs/libtracefs-1.6.4-r1.ebuild similarity index 88% rename from dev-libs/libtracefs/libtracefs-1.6.4.ebuild rename to dev-libs/libtracefs/libtracefs-1.6.4-r1.ebuild index 8586159db3f2..0fa9a748d6ad 100644 --- a/dev-libs/libtracefs/libtracefs-1.6.4.ebuild +++ b/dev-libs/libtracefs/libtracefs-1.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,6 +31,12 @@ BDEPEND=" doc? ( app-text/xmlto app-text/asciidoc dev-util/source-highlight ) " +src_prepare() { + default + sed -i -e "s|share/doc/libtracefs-doc|share/doc/libtracefs-${PV}|g" \ + Documentation/Makefile || die +} + src_configure() { EMAKE_FLAGS=( "prefix=${EPREFIX}/usr"