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 2E31C158013 for ; Sat, 25 Sep 2021 16:52:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51287E08CE; Sat, 25 Sep 2021 16:52:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A54FE08CE for ; Sat, 25 Sep 2021 16:52:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CE82342C11 for ; Sat, 25 Sep 2021 16:52:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 903CD102 for ; Sat, 25 Sep 2021 16:52:30 +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: <1632588730.a204a5440d823e96f0ca7680216cfe23aa332b20.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/breezy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/breezy/breezy-3.2.1-r1.ebuild dev-vcs/breezy/breezy-3.2.1.ebuild X-VCS-Directories: dev-vcs/breezy/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a204a5440d823e96f0ca7680216cfe23aa332b20 X-VCS-Branch: master Date: Sat, 25 Sep 2021 16:52:30 +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: 4e3cdc93-0b7f-4964-be51-5f5476662e7c X-Archives-Hash: bc75a55802dae1aa1ea55b04cc402e3a commit: a204a5440d823e96f0ca7680216cfe23aa332b20 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Sep 25 16:51:47 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Sep 25 16:52:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a204a544 dev-vcs/breezy: fix bin symlinks Closes: https://bugs.gentoo.org/814818 Signed-off-by: Arthur Zamarin gentoo.org> dev-vcs/breezy/{breezy-3.2.1.ebuild => breezy-3.2.1-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-vcs/breezy/breezy-3.2.1.ebuild b/dev-vcs/breezy/breezy-3.2.1-r1.ebuild similarity index 98% rename from dev-vcs/breezy/breezy-3.2.1.ebuild rename to dev-vcs/breezy/breezy-3.2.1-r1.ebuild index 67f34e53335..9c4d300b8a9 100644 --- a/dev-vcs/breezy/breezy-3.2.1.ebuild +++ b/dev-vcs/breezy/breezy-3.2.1-r1.ebuild @@ -77,7 +77,6 @@ src_install() { # Symlink original bzr's bin names to new names dosym brz /usr/bin/bzr - dosym git-remote-brz /usr/bin/git-remote-bzr } pkg_postinst() {