summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-06-25 23:34:46 +0200
committerPatrice Clement <monsieurp@gentoo.org>2021-07-08 18:52:16 +0200
commit7089a988a54723471f10f519c5118c4c76f17326 (patch)
tree932ba7bc156bcaebeb4340560f60a6da4cc806c9 /app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
parentdev-lang/erlang: stable 24.0.2 for sparc, bug #800776 (diff)
downloadgentoo-7089a988a54723471f10f519c5118c4c76f17326.tar.gz
gentoo-7089a988a54723471f10f519c5118c4c76f17326.tar.bz2
gentoo-7089a988a54723471f10f519c5118c4c76f17326.zip
app-vim/rust-vim: bump to 20210215.
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Acked-by: Patrice Clement <monsieurp@gentoo.org> Signed-off-by: Marco Scardovi <marco@scardovi.com> Closes: https://github.com/gentoo/gentoo/pull/21431 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/rust-vim/rust-vim-1_pre20210215.ebuild')
-rw-r--r--app-vim/rust-vim/rust-vim-1_pre20210215.ebuild16
1 files changed, 16 insertions, 0 deletions
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 000000000000..d4f8d56735b6
--- /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"