diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2016-08-29 13:51:14 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-02 22:38:02 +0200 |
commit | 1d283a34d59d25ea7a6266ab16588d2efd9a3484 (patch) | |
tree | f9a3b12769b95621e31be20a54db960a08675452 /dev-lang/rust | |
parent | dev-java/swing-layout: EAPI 6 bump. (diff) | |
download | gentoo-1d283a34d59d25ea7a6266ab16588d2efd9a3484.tar.gz gentoo-1d283a34d59d25ea7a6266ab16588d2efd9a3484.tar.bz2 gentoo-1d283a34d59d25ea7a6266ab16588d2efd9a3484.zip |
app-vim/rust-mode: rename to app-vim/rust-vim.
Update package metadata.
Closes: https://github.com/gentoo/gentoo/pull/2157
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.11.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.9.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/rust/rust-1.10.0.ebuild b/dev-lang/rust/rust-1.10.0.ebuild index f54624b77409..58775d26c059 100644 --- a/dev-lang/rust/rust-1.10.0.ebuild +++ b/dev-lang/rust/rust-1.10.0.ebuild @@ -141,7 +141,7 @@ pkg_postinst() { fi if has_version app-editors/gvim || has_version app-editors/vim; then - elog "install app-vim/rust-mode to get vim support for rust." + elog "install app-vim/rust-vim to get vim support for rust." fi if has_version 'app-shells/zsh'; then diff --git a/dev-lang/rust/rust-1.11.0.ebuild b/dev-lang/rust/rust-1.11.0.ebuild index 81aa8d80eff3..ff5dd2d47456 100644 --- a/dev-lang/rust/rust-1.11.0.ebuild +++ b/dev-lang/rust/rust-1.11.0.ebuild @@ -141,7 +141,7 @@ pkg_postinst() { fi if has_version app-editors/gvim || has_version app-editors/vim; then - elog "install app-vim/rust-mode to get vim support for rust." + elog "install app-vim/rust-vim to get vim support for rust." fi if has_version 'app-shells/zsh'; then diff --git a/dev-lang/rust/rust-1.9.0.ebuild b/dev-lang/rust/rust-1.9.0.ebuild index 5b791e858402..cf89a418158b 100644 --- a/dev-lang/rust/rust-1.9.0.ebuild +++ b/dev-lang/rust/rust-1.9.0.ebuild @@ -146,7 +146,7 @@ pkg_postinst() { fi if has_version app-editors/gvim || has_version app-editors/vim; then - elog "install app-vim/rust-mode to get vim support for rust." + elog "install app-vim/rust-vim to get vim support for rust." fi if has_version 'app-shells/zsh'; then |