Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/rust-vim/
Date: Thu, 08 Jul 2021 16:52:27
Message-Id: 1625763136.7089a988a54723471f10f519c5118c4c76f17326.monsieurp@gentoo
1 commit: 7089a988a54723471f10f519c5118c4c76f17326
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Fri Jun 25 21:34:46 2021 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 16:52:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7089a988
7
8 app-vim/rust-vim: bump to 20210215.
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Acked-by: Patrice Clement <monsieurp <AT> gentoo.org>
12 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
13 Closes: https://github.com/gentoo/gentoo/pull/21431
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 app-vim/rust-vim/Manifest | 1 +
17 app-vim/rust-vim/metadata.xml | 14 +++++++++++++-
18 app-vim/rust-vim/rust-vim-1_pre20210215.ebuild | 16 ++++++++++++++++
19 3 files changed, 30 insertions(+), 1 deletion(-)
20
21 diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
22 index 33c6540d98c..f2f232bb774 100644
23 --- a/app-vim/rust-vim/Manifest
24 +++ b/app-vim/rust-vim/Manifest
25 @@ -1 +1,2 @@
26 DIST rust-vim-1_pre20180125.tar.gz 24497 BLAKE2B b6c45074aba1c52b2f3e96a15f05abb64bde864af3c5b2b61ddf237183426c67d5b3b4dacd78ee4f394d9f0411362186889df9a24e50edd350aaa1178f93bd59 SHA512 845899ad5ba753e2efd3deddcb077749f094163b9923574e34a8edb5d5d0772929315f4f2452f8238f832c2fd4cfa669ab1351df17c74ed2e6cacc783b071ffd
27 +DIST rust-vim-1_pre20210215.tar.gz 39541 BLAKE2B f29c43194a2c18731e6c4bb5e2ae92c00d07c85cc46e3a5136ae5a27a5c40d18e6969f3a73e01ea90620d09e77174061648a32b62444e400b5ba960cf79ce48f SHA512 7370f2752ebdcc16497f88da6f7bfd06e6fac8ed280661874cf8ad802704dbf5072d535972e7361d4ed5123724c0d4729eff1533573fa33a7ba05798fd0467b9
28
29 diff --git a/app-vim/rust-vim/metadata.xml b/app-vim/rust-vim/metadata.xml
30 index d735dbd529d..12181c74367 100644
31 --- a/app-vim/rust-vim/metadata.xml
32 +++ b/app-vim/rust-vim/metadata.xml
33 @@ -1,7 +1,19 @@
34 <?xml version="1.0" encoding="UTF-8"?>
35 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 <pkgmetadata>
37 - <!-- maintainer-needed -->
38 + <maintainer type="person" proxied="yes">
39 + <email>marco@××××××××.com</email>
40 + <name>Marco Scardovi</name>
41 + </maintainer>
42 + <maintainer type="project">
43 + <email>vim@g.o</email>
44 + <name>Gentoo Vim Project</name>
45 + </maintainer>
46 + <maintainer type="project" proxied="proxy">
47 + <email>proxy-maint@g.o</email>
48 + <name>Proxy Maintainers</name>
49 + </maintainer>
50 + <stabilize-allarches/>
51 <upstream>
52 <remote-id type="github">rust-lang/rust.vim</remote-id>
53 </upstream>
54
55 diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
56 new file mode 100644
57 index 00000000000..d4f8d56735b
58 --- /dev/null
59 +++ b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
60 @@ -0,0 +1,16 @@
61 +# Copyright 1999-2021 Gentoo Authors
62 +# Distributed under the terms of the GNU General Public License v2
63 +
64 +EAPI=7
65 +
66 +inherit vim-plugin
67 +MY_COMMIT="87c745d8d506fc1eecc1d81df15d5bde1658a2fc"
68 +
69 +DESCRIPTION="Vim configuration for Rust"
70 +HOMEPAGE="https://www.rust-lang.org https://github.com/rust-lang/rust.vim"
71 +SRC_URI="https://github.com/rust-lang/rust.vim/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
72 +S="${WORKDIR}/${PN/-/.}-${MY_COMMIT}"
73 +
74 +LICENSE="|| ( MIT Apache-2.0 )"
75 +SLOT="0"
76 +KEYWORDS="~amd64 ~x86"