summaryrefslogtreecommitdiff
path: root/app-vim/rust-vim
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/rust-vim
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/rust-vim')
-rw-r--r--app-vim/rust-vim/Manifest3
-rw-r--r--app-vim/rust-vim/metadata.xml15
-rw-r--r--app-vim/rust-vim/rust-vim-1_pre20180125.ebuild17
3 files changed, 0 insertions, 35 deletions
diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest
deleted file mode 100644
index d3793e806ac8..000000000000
--- a/app-vim/rust-vim/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST rust-vim-1_pre20180125.tar.gz 24497 BLAKE2B b6c45074aba1c52b2f3e96a15f05abb64bde864af3c5b2b61ddf237183426c67d5b3b4dacd78ee4f394d9f0411362186889df9a24e50edd350aaa1178f93bd59 SHA512 845899ad5ba753e2efd3deddcb077749f094163b9923574e34a8edb5d5d0772929315f4f2452f8238f832c2fd4cfa669ab1351df17c74ed2e6cacc783b071ffd
-EBUILD rust-vim-1_pre20180125.ebuild 437 BLAKE2B 8fd9ef9e7b8eb5264fcc22d6c6432fbae89139c4573e72034f6bfa3357f72ccbf28b1064bf10683f8c45ee6dbadd087388c5893a3e53626bf7d72582d483be71 SHA512 e99b0d3f46e3ed04a312e3affdf28739938b94837fa93c09246e8ba10a3677253e5d07118447a3d39d961a457e6f8b976cd72c383aeab944787ec637496e3db7
-MISC metadata.xml 466 BLAKE2B 7670303d76161c05828cb3ee7b349cb52ad02014dbbcec5887baad9ec2e1f53e2f388aa5782e3182a5478f64ac31afa5394e52f46539d4451adb9842a2655946 SHA512 c5f50d3f28ebd55380e26b349a3410eff3aef28f37a42174c018fb49e37aaafa17021d73fc02503c8ee7482536a8b18ee8b75e4eeaf6ea1d1dfa58530e283307
diff --git a/app-vim/rust-vim/metadata.xml b/app-vim/rust-vim/metadata.xml
deleted file mode 100644
index 170cf0d86713..000000000000
--- a/app-vim/rust-vim/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>hilobakho@gmail.com</email>
- <name>Mykyta Holubakha</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Gentoo Proxy Maintainers Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">rust-lang/rust.vim</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
deleted file mode 100644
index 18018bd9e7a2..000000000000
--- a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin vcs-snapshot
-
-MY_PN="${PN/-/.}"
-REF="8e75da9834abb22f8d7ece3f4ca4324a14fa18a6"
-
-DESCRIPTION="Vim configuration for Rust"
-HOMEPAGE="https://www.rust-lang.org/"
-SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"