Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/, profiles/updates/, app-vim/rust-vim/, dev-lang/rust-bin/, ...
Date: Fri, 02 Sep 2016 20:38:27
Message-Id: 1472848682.1d283a34d59d25ea7a6266ab16588d2efd9a3484.monsieurp@gentoo
1 commit: 1d283a34d59d25ea7a6266ab16588d2efd9a3484
2 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 29 10:51:14 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 20:38:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d283a34
7
8 app-vim/rust-mode: rename to app-vim/rust-vim.
9
10 Update package metadata.
11
12 Closes: https://github.com/gentoo/gentoo/pull/2157
13
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 app-vim/rust-mode/metadata.xml | 4 ----
17 app-vim/{rust-mode => rust-vim}/Manifest | 0
18 app-vim/rust-vim/metadata.xml | 12 ++++++++++++
19 .../rust-vim-1_beta20150411.ebuild} | 8 ++++----
20 dev-lang/rust-bin/rust-bin-1.2.0.ebuild | 2 +-
21 dev-lang/rust-bin/rust-bin-1.3.0.ebuild | 2 +-
22 dev-lang/rust-bin/rust-bin-1.5.0.ebuild | 2 +-
23 dev-lang/rust-bin/rust-bin-1.6.0.ebuild | 2 +-
24 dev-lang/rust-bin/rust-bin-1.7.0.ebuild | 2 +-
25 dev-lang/rust-bin/rust-bin-1.8.0.ebuild | 2 +-
26 dev-lang/rust/rust-1.10.0.ebuild | 2 +-
27 dev-lang/rust/rust-1.11.0.ebuild | 2 +-
28 dev-lang/rust/rust-1.9.0.ebuild | 2 +-
29 profiles/updates/3Q-2016 | 1 +
30 14 files changed, 26 insertions(+), 17 deletions(-)
31
32 diff --git a/app-vim/rust-mode/metadata.xml b/app-vim/rust-mode/metadata.xml
33 deleted file mode 100644
34 index 097975e..00000000
35 --- a/app-vim/rust-mode/metadata.xml
36 +++ /dev/null
37 @@ -1,4 +0,0 @@
38 -<?xml version="1.0" encoding="UTF-8"?>
39 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 -<pkgmetadata>
41 -</pkgmetadata>
42
43 diff --git a/app-vim/rust-mode/Manifest b/app-vim/rust-vim/Manifest
44 similarity index 100%
45 rename from app-vim/rust-mode/Manifest
46 rename to app-vim/rust-vim/Manifest
47
48 diff --git a/app-vim/rust-vim/metadata.xml b/app-vim/rust-vim/metadata.xml
49 new file mode 100644
50 index 00000000..3554bdb
51 --- /dev/null
52 +++ b/app-vim/rust-vim/metadata.xml
53 @@ -0,0 +1,12 @@
54 +<?xml version="1.0" encoding="UTF-8"?>
55 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 +<pkgmetadata>
57 + <maintainer type="person">
58 + <email>hilobakho@×××××.com</email>
59 + <name>Mykyta Holubakha</name>
60 + </maintainer>
61 + <maintainer type="project">
62 + <email>proxy-maint@g.o</email>
63 + <name>Gentoo Proxy Maintainers Project</name>
64 + </maintainer>
65 +</pkgmetadata>
66
67 diff --git a/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild b/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild
68 similarity index 73%
69 rename from app-vim/rust-mode/rust-mode-1_beta20150411.ebuild
70 rename to app-vim/rust-vim/rust-vim-1_beta20150411.ebuild
71 index b997c33..81d1f63 100644
72 --- a/app-vim/rust-mode/rust-mode-1_beta20150411.ebuild
73 +++ b/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild
74 @@ -1,14 +1,14 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 +# Copyright 1999-2016 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Id$
79
80 -EAPI=5
81 +EAPI=6
82
83 inherit vim-plugin
84
85 -MY_PN="${PN}-vim"
86 +MY_PN="rust-mode-vim"
87 MY_P="${MY_PN}-${PV}"
88 -DESCRIPTION="Rust mode for vim"
89 +DESCRIPTION="Vim configuration for Rust"
90 HOMEPAGE="http://www.rust-lang.org/"
91 SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${MY_P}.tar.gz"
92
93
94 diff --git a/dev-lang/rust-bin/rust-bin-1.2.0.ebuild b/dev-lang/rust-bin/rust-bin-1.2.0.ebuild
95 index 409a1b9..f364f85 100644
96 --- a/dev-lang/rust-bin/rust-bin-1.2.0.ebuild
97 +++ b/dev-lang/rust-bin/rust-bin-1.2.0.ebuild
98 @@ -80,7 +80,7 @@ pkg_postinst() {
99 fi
100
101 if has_version app-editors/gvim || has_version app-editors/vim; then
102 - elog "install app-vim/rust-mode to get vim support for rust."
103 + elog "install app-vim/rust-vim to get vim support for rust."
104 fi
105
106 if has_version 'app-shells/zsh'; then
107
108 diff --git a/dev-lang/rust-bin/rust-bin-1.3.0.ebuild b/dev-lang/rust-bin/rust-bin-1.3.0.ebuild
109 index 409a1b9..f364f85 100644
110 --- a/dev-lang/rust-bin/rust-bin-1.3.0.ebuild
111 +++ b/dev-lang/rust-bin/rust-bin-1.3.0.ebuild
112 @@ -80,7 +80,7 @@ pkg_postinst() {
113 fi
114
115 if has_version app-editors/gvim || has_version app-editors/vim; then
116 - elog "install app-vim/rust-mode to get vim support for rust."
117 + elog "install app-vim/rust-vim to get vim support for rust."
118 fi
119
120 if has_version 'app-shells/zsh'; then
121
122 diff --git a/dev-lang/rust-bin/rust-bin-1.5.0.ebuild b/dev-lang/rust-bin/rust-bin-1.5.0.ebuild
123 index aef5ebe..444dc27 100644
124 --- a/dev-lang/rust-bin/rust-bin-1.5.0.ebuild
125 +++ b/dev-lang/rust-bin/rust-bin-1.5.0.ebuild
126 @@ -89,7 +89,7 @@ pkg_postinst() {
127 fi
128
129 if has_version app-editors/gvim || has_version app-editors/vim; then
130 - elog "install app-vim/rust-mode to get vim support for rust."
131 + elog "install app-vim/rust-vim to get vim support for rust."
132 fi
133
134 if has_version 'app-shells/zsh'; then
135
136 diff --git a/dev-lang/rust-bin/rust-bin-1.6.0.ebuild b/dev-lang/rust-bin/rust-bin-1.6.0.ebuild
137 index aef5ebe..444dc27 100644
138 --- a/dev-lang/rust-bin/rust-bin-1.6.0.ebuild
139 +++ b/dev-lang/rust-bin/rust-bin-1.6.0.ebuild
140 @@ -89,7 +89,7 @@ pkg_postinst() {
141 fi
142
143 if has_version app-editors/gvim || has_version app-editors/vim; then
144 - elog "install app-vim/rust-mode to get vim support for rust."
145 + elog "install app-vim/rust-vim to get vim support for rust."
146 fi
147
148 if has_version 'app-shells/zsh'; then
149
150 diff --git a/dev-lang/rust-bin/rust-bin-1.7.0.ebuild b/dev-lang/rust-bin/rust-bin-1.7.0.ebuild
151 index aef5ebe..444dc27 100644
152 --- a/dev-lang/rust-bin/rust-bin-1.7.0.ebuild
153 +++ b/dev-lang/rust-bin/rust-bin-1.7.0.ebuild
154 @@ -89,7 +89,7 @@ pkg_postinst() {
155 fi
156
157 if has_version app-editors/gvim || has_version app-editors/vim; then
158 - elog "install app-vim/rust-mode to get vim support for rust."
159 + elog "install app-vim/rust-vim to get vim support for rust."
160 fi
161
162 if has_version 'app-shells/zsh'; then
163
164 diff --git a/dev-lang/rust-bin/rust-bin-1.8.0.ebuild b/dev-lang/rust-bin/rust-bin-1.8.0.ebuild
165 index aef5ebe..444dc27 100644
166 --- a/dev-lang/rust-bin/rust-bin-1.8.0.ebuild
167 +++ b/dev-lang/rust-bin/rust-bin-1.8.0.ebuild
168 @@ -89,7 +89,7 @@ pkg_postinst() {
169 fi
170
171 if has_version app-editors/gvim || has_version app-editors/vim; then
172 - elog "install app-vim/rust-mode to get vim support for rust."
173 + elog "install app-vim/rust-vim to get vim support for rust."
174 fi
175
176 if has_version 'app-shells/zsh'; then
177
178 diff --git a/dev-lang/rust/rust-1.10.0.ebuild b/dev-lang/rust/rust-1.10.0.ebuild
179 index f54624b..58775d2 100644
180 --- a/dev-lang/rust/rust-1.10.0.ebuild
181 +++ b/dev-lang/rust/rust-1.10.0.ebuild
182 @@ -141,7 +141,7 @@ pkg_postinst() {
183 fi
184
185 if has_version app-editors/gvim || has_version app-editors/vim; then
186 - elog "install app-vim/rust-mode to get vim support for rust."
187 + elog "install app-vim/rust-vim to get vim support for rust."
188 fi
189
190 if has_version 'app-shells/zsh'; then
191
192 diff --git a/dev-lang/rust/rust-1.11.0.ebuild b/dev-lang/rust/rust-1.11.0.ebuild
193 index 81aa8d8..ff5dd2d 100644
194 --- a/dev-lang/rust/rust-1.11.0.ebuild
195 +++ b/dev-lang/rust/rust-1.11.0.ebuild
196 @@ -141,7 +141,7 @@ pkg_postinst() {
197 fi
198
199 if has_version app-editors/gvim || has_version app-editors/vim; then
200 - elog "install app-vim/rust-mode to get vim support for rust."
201 + elog "install app-vim/rust-vim to get vim support for rust."
202 fi
203
204 if has_version 'app-shells/zsh'; then
205
206 diff --git a/dev-lang/rust/rust-1.9.0.ebuild b/dev-lang/rust/rust-1.9.0.ebuild
207 index 5b791e8..cf89a41 100644
208 --- a/dev-lang/rust/rust-1.9.0.ebuild
209 +++ b/dev-lang/rust/rust-1.9.0.ebuild
210 @@ -146,7 +146,7 @@ pkg_postinst() {
211 fi
212
213 if has_version app-editors/gvim || has_version app-editors/vim; then
214 - elog "install app-vim/rust-mode to get vim support for rust."
215 + elog "install app-vim/rust-vim to get vim support for rust."
216 fi
217
218 if has_version 'app-shells/zsh'; then
219
220 diff --git a/profiles/updates/3Q-2016 b/profiles/updates/3Q-2016
221 index 2a28953..7dd7d35 100644
222 --- a/profiles/updates/3Q-2016
223 +++ b/profiles/updates/3Q-2016
224 @@ -17,3 +17,4 @@ move sys-fs/s3fs net-fs/s3fs
225 move sys-fs/s3ql net-fs/s3ql
226 move sys-fs/s3backer net-fs/s3backer
227 move sys-fs/sshfs net-fs/sshfs
228 +move app-vim/rust-mode app-vim/rust-vim