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: Fri, 02 Sep 2016 20:38:27
Message-Id: 1472848682.34da6e518c15b1fc326d9849e6051b005ff0ef14.monsieurp@gentoo
1 commit: 34da6e518c15b1fc326d9849e6051b005ff0ef14
2 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 29 11:01:03 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=34da6e51
7
8 app-vim/rust-vim: version bump to 1_pre20160829
9
10 add upstream to package metadata
11 Closes: https://github.com/gentoo/gentoo/pull/2157
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 app-vim/rust-vim/Manifest | 1 +
16 app-vim/rust-vim/metadata.xml | 3 +++
17 app-vim/rust-vim/rust-vim-1_pre20160829.ebuild | 18 ++++++++++++++++++
18 3 files changed, 22 insertions(+)
19
20 diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
21 index 4b772f0..14fe9b0 100644
22 --- a/app-vim/rust-vim/Manifest
23 +++ b/app-vim/rust-vim/Manifest
24 @@ -1 +1,2 @@
25 DIST rust-mode-vim-1_beta20150411.tar.gz 14834 SHA256 ae10727c14612905f489afea1146bac24a0ea6309a3a3fcf97a048dd1e156eb4 SHA512 f841768909203475a0cd3589a148d334001351fb23976ee28823a9dbde396d89a4f3c5ac07166420c8ddb64692dcc86b98b3afc3579171115a3a2af17b6aa449 WHIRLPOOL c95fc23f40608be817c7fc7467138efaa25a6b24427b79ab0de7daf84e5f32c4f2cd0db1377e2eaa0e40bf83cb765c86f6e04752b142b1779c194ceddc8b7d07
26 +DIST rust-vim-1_pre20160829.tar.gz 23801 SHA256 43234612d8a5ecdb6c4e988dcf14dc15b0c7c9b473591024b12cbeb09eb187e5 SHA512 bfd9290f03f3fb0ffccbc1d78f9e37c5d3ca57379f0b505e84b445105bd5a011f623f402d35407a634eaef4db9ad3fea68517057aa4d84e99206bc99067daa3d WHIRLPOOL b004a6d2fd63833d658ba2dcf38bfd2dc8e39fcac75b6dddae56a47a8b288908a9e613d12d75e0380e6443bfff38c49204c829be0a2502bce28b64fd68014a89
27
28 diff --git a/app-vim/rust-vim/metadata.xml b/app-vim/rust-vim/metadata.xml
29 index 3554bdb..170cf0d 100644
30 --- a/app-vim/rust-vim/metadata.xml
31 +++ b/app-vim/rust-vim/metadata.xml
32 @@ -9,4 +9,7 @@
33 <email>proxy-maint@g.o</email>
34 <name>Gentoo Proxy Maintainers Project</name>
35 </maintainer>
36 + <upstream>
37 + <remote-id type="github">rust-lang/rust.vim</remote-id>
38 + </upstream>
39 </pkgmetadata>
40
41 diff --git a/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild b/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild
42 new file mode 100644
43 index 00000000..c534804
44 --- /dev/null
45 +++ b/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild
46 @@ -0,0 +1,18 @@
47 +# Copyright 1999-2016 Gentoo Foundation
48 +# Distributed under the terms of the GNU General Public License v2
49 +# $Id$
50 +
51 +EAPI=6
52 +
53 +inherit vim-plugin vcs-snapshot
54 +
55 +MY_PN="${PN/-/.}"
56 +REF="fc11d02fee330df7b30c83a80f09dd0c60ab43ce"
57 +
58 +DESCRIPTION="Vim configuration for Rust"
59 +HOMEPAGE="http://www.rust-lang.org/"
60 +SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
61 +
62 +LICENSE="|| ( MIT Apache-2.0 )"
63 +SLOT="0"
64 +KEYWORDS="~amd64 ~x86"