diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-11 20:48:42 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-11 20:48:42 +0300 |
commit | 2adb1111f6ec4c3f1c929dd1ee5bea7767724e65 (patch) | |
tree | 552414690e2ab425de81080f8abedf48c35f4f4a /app-shells | |
parent | media-sound/aacplusenc: remove last rited package (diff) | |
download | gentoo-2adb1111f6ec4c3f1c929dd1ee5bea7767724e65.tar.gz gentoo-2adb1111f6ec4c3f1c929dd1ee5bea7767724e65.tar.bz2 gentoo-2adb1111f6ec4c3f1c929dd1ee5bea7767724e65.zip |
app-shells/rust-zshcomp: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/rust-zshcomp/Manifest | 1 | ||||
-rw-r--r-- | app-shells/rust-zshcomp/metadata.xml | 4 | ||||
-rw-r--r-- | app-shells/rust-zshcomp/rust-zshcomp-1_beta20150411.ebuild | 28 |
3 files changed, 0 insertions, 33 deletions
diff --git a/app-shells/rust-zshcomp/Manifest b/app-shells/rust-zshcomp/Manifest deleted file mode 100644 index bbcc49086ebc..000000000000 --- a/app-shells/rust-zshcomp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rust-zshcomp-1_beta20150411.tar.gz 4738 BLAKE2B 40b3f89d56df2924484ef6809c349a96221837effe8f8755d9dbe9be05189bf5c7865c72c64c45f0e943c61817a20be45211ad9dc286b46b5a1d4a3f2eee61c7 SHA512 84231fba6abdc1117f05be16b32a641e2a2334873be28185f4b748bdc1cf664f70e3e5a761d9cc25a879bd7df4fb8f8fddb3114be355d8b91e3c2a0f49739f3c diff --git a/app-shells/rust-zshcomp/metadata.xml b/app-shells/rust-zshcomp/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/app-shells/rust-zshcomp/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/app-shells/rust-zshcomp/rust-zshcomp-1_beta20150411.ebuild b/app-shells/rust-zshcomp/rust-zshcomp-1_beta20150411.ebuild deleted file mode 100644 index 0df592ce2541..000000000000 --- a/app-shells/rust-zshcomp/rust-zshcomp-1_beta20150411.ebuild +++ /dev/null @@ -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 -} |