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 A45541382C5 for ; Fri, 12 Feb 2021 00:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E292CE0AAF; Fri, 12 Feb 2021 00:45:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BFAFEE0AAF for ; Fri, 12 Feb 2021 00:45:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F7E3335D2C for ; Fri, 12 Feb 2021 00:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E5424A6 for ; Fri, 12 Feb 2021 00:45:36 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1613090691.597c43dc009fe01abe6d7eb7b8c9b0a68e40bc66.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust-bin/rust-bin-1.46.0.ebuild dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild dev-lang/rust-bin/rust-bin-1.48.0.ebuild dev-lang/rust-bin/rust-bin-1.49.0.ebuild dev-lang/rust-bin/rust-bin-1.50.0.ebuild X-VCS-Directories: dev-lang/rust-bin/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 597c43dc009fe01abe6d7eb7b8c9b0a68e40bc66 X-VCS-Branch: master Date: Fri, 12 Feb 2021 00:45:36 +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: 972caf2d-0943-486f-a1c9-009240f81045 X-Archives-Hash: c56b5c569b5a04d676cc221841450bc4 commit: 597c43dc009fe01abe6d7eb7b8c9b0a68e40bc66 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Feb 12 00:44:51 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Feb 12 00:44:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597c43dc dev-lang/rust-bin: replace , with . Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust-bin/rust-bin-1.46.0.ebuild | 4 ++-- dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild | 4 ++-- dev-lang/rust-bin/rust-bin-1.48.0.ebuild | 4 ++-- dev-lang/rust-bin/rust-bin-1.49.0.ebuild | 2 +- dev-lang/rust-bin/rust-bin-1.50.0.ebuild | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-lang/rust-bin/rust-bin-1.46.0.ebuild b/dev-lang/rust-bin/rust-bin-1.46.0.ebuild index 6f954fe44c5..afa746bd1cb 100644 --- a/dev-lang/rust-bin/rust-bin-1.46.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.46.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -162,7 +162,7 @@ pkg_postinst() { eselect rust update elog "Rust installs a helper script for calling GDB now," - elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV}," + elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV}." if has_version app-editors/emacs; then elog "install app-emacs/rust-mode to get emacs support for rust." diff --git a/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild b/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild index 1668d61bc95..df69c8f7404 100644 --- a/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -140,7 +140,7 @@ pkg_postinst() { eselect rust update elog "Rust installs a helper script for calling GDB now," - elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV}," + elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV}." if has_version app-editors/emacs; then elog "install app-emacs/rust-mode to get emacs support for rust." diff --git a/dev-lang/rust-bin/rust-bin-1.48.0.ebuild b/dev-lang/rust-bin/rust-bin-1.48.0.ebuild index 6e85b97e872..df9fff31cfd 100644 --- a/dev-lang/rust-bin/rust-bin-1.48.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.48.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -139,7 +139,7 @@ pkg_postinst() { eselect rust update elog "Rust installs a helper script for calling GDB now," - elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV}," + elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV}." if has_version app-editors/emacs; then elog "install app-emacs/rust-mode to get emacs support for rust." diff --git a/dev-lang/rust-bin/rust-bin-1.49.0.ebuild b/dev-lang/rust-bin/rust-bin-1.49.0.ebuild index fe9cd534f57..df9fff31cfd 100644 --- a/dev-lang/rust-bin/rust-bin-1.49.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.49.0.ebuild @@ -139,7 +139,7 @@ pkg_postinst() { eselect rust update elog "Rust installs a helper script for calling GDB now," - elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV}," + elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV}." if has_version app-editors/emacs; then elog "install app-emacs/rust-mode to get emacs support for rust." diff --git a/dev-lang/rust-bin/rust-bin-1.50.0.ebuild b/dev-lang/rust-bin/rust-bin-1.50.0.ebuild index 66978919c46..403dbcaf3fc 100644 --- a/dev-lang/rust-bin/rust-bin-1.50.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.50.0.ebuild @@ -145,7 +145,7 @@ pkg_postinst() { eselect rust update elog "Rust installs a helper script for calling GDB now," - elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV}," + elog "for your convenience it is installed under /usr/bin/rust-gdb-bin-${PV}." if has_version app-editors/emacs; then elog "install app-emacs/rust-mode to get emacs support for rust."