app-shells/rust-zshcomp: remove last rited package

Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2019-05-11 20:48:42 +03:00
parent 8219295ffa
commit 2adb1111f6
3 changed files with 0 additions and 33 deletions

View File

@@ -1 +0,0 @@
DIST rust-zshcomp-1_beta20150411.tar.gz 4738 BLAKE2B 40b3f89d56df2924484ef6809c349a96221837effe8f8755d9dbe9be05189bf5c7865c72c64c45f0e943c61817a20be45211ad9dc286b46b5a1d4a3f2eee61c7 SHA512 84231fba6abdc1117f05be16b32a641e2a2334873be28185f4b748bdc1cf664f70e3e5a761d9cc25a879bd7df4fb8f8fddb3114be355d8b91e3c2a0f49739f3c

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
</pkgmetadata>

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Rust zsh completions"
HOMEPAGE="https://www.rust-lang.org/"
SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="app-shells/zsh"
RDEPEND="${DEPEND}"
src_configure() {
:
}
src_compile() {
:
}
src_install() {
insinto /usr/share/zsh/site-functions
doins _rust
}