diff --git a/app-shells/zsh-silver/metadata.xml b/app-shells/zsh-silver/metadata.xml deleted file mode 100644 index a9c4c76e0d..0000000000 --- a/app-shells/zsh-silver/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Leonardo Hernández Hernández - leohdz172@proton.me - - - https://github.com/silver-prompt/zsh/issues - https://github.com/silver-prompt/zsh/blob/master/README.md - silver-prompt/zsh - - diff --git a/app-shells/zsh-silver/zsh-silver-9999.ebuild b/app-shells/zsh-silver/zsh-silver-9999.ebuild deleted file mode 100644 index abd6ff029c..0000000000 --- a/app-shells/zsh-silver/zsh-silver-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Zsh plugin for silver" -HOMEPAGE="https://github.com/silver-prompt/zsh" - -inherit git-r3 -EGIT_REPO_URI="https://github.com/silver-prompt/zsh.git" - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - app-shells/zsh - app-shells/silver -" - -DEPEND="${RDEPEND}" - -src_install() { - insinto /usr/share/zsh/site-contrib/zsh-silver - doins silver.plugin.zsh - - einstalldocs -} - -pkg_postinst() { - elog - elog "In order to use ${CATEGORY}/${PN} add" - elog ". /usr/share/zsh/site-contrib/zsh-silver/silver.plugin.zsh" - elog "at the end of your ~/.zshrc" - elog -}