aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Bernardo <samuelbernardo.mail@gmail.com>2021-05-17 20:23:23 +0100
committerSamuel Bernardo <samuelbernardo.mail@gmail.com>2021-05-17 20:23:23 +0100
commit27a2abb26d7824c9e7d8ebc6b8b6f9ff1b284c02 (patch)
treeef5117ee1f4f693cedf974f58eb8f78114c647fb
parentUpdate date signature for cartao-cidadao-git (diff)
downloadssnb-27a2abb26d7824c9e7d8ebc6b8b6f9ff1b284c02.tar.gz
ssnb-27a2abb26d7824c9e7d8ebc6b8b6f9ff1b284c02.tar.bz2
ssnb-27a2abb26d7824c9e7d8ebc6b8b6f9ff1b284c02.zip
Remove deprecated oh-my-zsh
Signed-off-by: Samuel Bernardo <samuelbernardo.mail@gmail.com>
-rw-r--r--app-shells/oh-my-zsh/Manifest1
-rw-r--r--app-shells/oh-my-zsh/oh-my-zsh-9999.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/app-shells/oh-my-zsh/Manifest b/app-shells/oh-my-zsh/Manifest
deleted file mode 100644
index ba8f9bd..0000000
--- a/app-shells/oh-my-zsh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD oh-my-zsh-9999.ebuild 1292 SHA256 6bacce6e78edb0c2440ef0ab5197308679dc0908d439e21a5a275ff139f0a6c7 SHA512 001b4f795665cb2b867c7ffe45bcac4d77c604188e57375910b1e2ec11da8972645f0721320043485da66cc4db0aedaf12a9346c4092fe36822baabae5171bea WHIRLPOOL a2bd906b10f2508e731b97e8c1083f4c2e3c1c67b27d7987f6f6055576349d9b5279aee3b6ce3545bed03ed063ad968a239fceec54edc8ab4041a3a5984eb575
diff --git a/app-shells/oh-my-zsh/oh-my-zsh-9999.ebuild b/app-shells/oh-my-zsh/oh-my-zsh-9999.ebuild
deleted file mode 100644
index ad8997c..0000000
--- a/app-shells/oh-my-zsh/oh-my-zsh-9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGIT_REPO_URI="git://github.com/robbyrussell/${PN}.git"
-inherit eutils git-r3 readme.gentoo
-
-DESCRIPTION="A ready-to-use zsh configuration with plugins"
-HOMEPAGE="https://github.com/robbyrussell/oh-my-zsh"
-SRC_URI=""
-
-LICENSE="ZSH"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-PROPERTIES="live"
-
-RDEPEND="app-shells/zsh"
-
-ZSH_DEST="/usr/share/zsh/site-contrib/${PN}"
-ZSH_EDEST="${EPREFIX}${ZSH_DEST}"
-ZSH_TEMPLATE="templates/zshrc.zsh-template"
-
-DISABLE_AUTOFORMATTING="true"
-DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add to your ~/.zshrc
-source '${ZSH_DEST}/${ZSH_TEMPLATE}'
-or copy a modification of that file to your ~/.zshrc
-If you just want to try, enter the above command in your zsh."
-
-src_prepare() {
- local i
- for i in "${S}"/tools/*install* "${S}"/tools/*upgrade*
- do test -f "${i}" && : >"${i}"
- done
- sed -i -e 's!^ZSH=.*$!ZSH='"${ZSH_EDEST}"'!' \
- -e 's!~/.oh-my-zsh!'"${ZSH_EDEST}"'!' "${S}/${ZSH_TEMPLATE}"
- sed -i -e 's!~/.oh-my-zsh!'"${ZSH_EDEST}"'!' \
- "${S}/plugins/dirpersist/dirpersist.plugin.zsh"
- sed -i -e '/zstyle.*cache/d' "${S}/lib/completion.zsh"
- epatch_user
-}
-
-src_install() {
- insinto "${ZSH_DEST}"
- doins -r *
- readme.gentoo_create_doc
-}