commit:     2adb1111f6ec4c3f1c929dd1ee5bea7767724e65
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 17:48:42 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 11 17:48:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2adb1111

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

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-shells/rust-zshcomp/Manifest                   |  1 -
 app-shells/rust-zshcomp/metadata.xml               |  4 ----
 .../rust-zshcomp-1_beta20150411.ebuild             | 28 ----------------------
 3 files changed, 33 deletions(-)

diff --git a/app-shells/rust-zshcomp/Manifest b/app-shells/rust-zshcomp/Manifest
deleted file mode 100644
index bbcc49086eb..00000000000
--- 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 097975e3adc..00000000000
--- 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 0df592ce254..00000000000
--- 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
-}

Reply via email to