commit:     7089a988a54723471f10f519c5118c4c76f17326
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Jun 25 21:34:46 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 16:52:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7089a988

app-vim/rust-vim: bump to 20210215.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Acked-by: Patrice Clement <monsieurp <AT> gentoo.org>
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/21431
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/rust-vim/Manifest                      |  1 +
 app-vim/rust-vim/metadata.xml                  | 14 +++++++++++++-
 app-vim/rust-vim/rust-vim-1_pre20210215.ebuild | 16 ++++++++++++++++
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
index 33c6540d98c..f2f232bb774 100644
--- a/app-vim/rust-vim/Manifest
+++ b/app-vim/rust-vim/Manifest
@@ -1 +1,2 @@
 DIST rust-vim-1_pre20180125.tar.gz 24497 BLAKE2B 
b6c45074aba1c52b2f3e96a15f05abb64bde864af3c5b2b61ddf237183426c67d5b3b4dacd78ee4f394d9f0411362186889df9a24e50edd350aaa1178f93bd59
 SHA512 
845899ad5ba753e2efd3deddcb077749f094163b9923574e34a8edb5d5d0772929315f4f2452f8238f832c2fd4cfa669ab1351df17c74ed2e6cacc783b071ffd
+DIST rust-vim-1_pre20210215.tar.gz 39541 BLAKE2B 
f29c43194a2c18731e6c4bb5e2ae92c00d07c85cc46e3a5136ae5a27a5c40d18e6969f3a73e01ea90620d09e77174061648a32b62444e400b5ba960cf79ce48f
 SHA512 
7370f2752ebdcc16497f88da6f7bfd06e6fac8ed280661874cf8ad802704dbf5072d535972e7361d4ed5123724c0d4729eff1533573fa33a7ba05798fd0467b9

diff --git a/app-vim/rust-vim/metadata.xml b/app-vim/rust-vim/metadata.xml
index d735dbd529d..12181c74367 100644
--- a/app-vim/rust-vim/metadata.xml
+++ b/app-vim/rust-vim/metadata.xml
@@ -1,7 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <!-- maintainer-needed -->
+       <maintainer type="person" proxied="yes">
+               <email>ma...@scardovi.com</email>
+               <name>Marco Scardovi</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>v...@gentoo.org</email>
+               <name>Gentoo Vim Project</name>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>proxy-ma...@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <stabilize-allarches/>
        <upstream>
                <remote-id type="github">rust-lang/rust.vim</remote-id>
        </upstream>

diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild 
b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
new file mode 100644
index 00000000000..d4f8d56735b
--- /dev/null
+++ b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+MY_COMMIT="87c745d8d506fc1eecc1d81df15d5bde1658a2fc"
+
+DESCRIPTION="Vim configuration for Rust"
+HOMEPAGE="https://www.rust-lang.org https://github.com/rust-lang/rust.vim";
+SRC_URI="https://github.com/rust-lang/rust.vim/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN/-/.}-${MY_COMMIT}"
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"

Reply via email to