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 AF70C158004 for ; Thu, 28 Dec 2023 22:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D36832BC01B; Thu, 28 Dec 2023 22:59:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C09C2BC01B for ; Thu, 28 Dec 2023 22:59:36 +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 3D212340806 for ; Thu, 28 Dec 2023 22:59:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84A7C13A0 for ; Thu, 28 Dec 2023 22:59:33 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1703804330.f89acaca9314149a107d63d3e2f4c54af73c14b2.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild X-VCS-Directories: games-util/r2modman-bin/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: f89acaca9314149a107d63d3e2f4c54af73c14b2 X-VCS-Branch: dev Date: Thu, 28 Dec 2023 22:59:33 +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: c87d64da-ed69-480a-9a95-8f92948b1a7f X-Archives-Hash: 4f7f3be4352406cdf5902d6d417cb448 commit: f89acaca9314149a107d63d3e2f4c54af73c14b2 Author: Lucio Sauer posteo net> AuthorDate: Thu Dec 28 22:58:05 2023 +0000 Commit: Lucio Sauer posteo net> CommitDate: Thu Dec 28 22:58:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f89acaca games-util/r2modman-bin: symlink binary to PATH Signed-off-by: Lucio Sauer posteo.net> games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild index ae34e8427a..585a7d7464 100644 --- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild +++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild @@ -33,6 +33,7 @@ src_install() { insinto /opt doins -r "${M_PN}" fperms 755 "/opt/${M_PN}/r2modman" + dosym -r /opt/r2modman/r2modman /usr/bin/r2modman #Install License file in proper location find "${ED}" -name "LICENSE*" -delete || die