diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-24 11:17:26 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-24 11:17:26 +0200 |
commit | fa22fc8eb47a29108093ec093bd6ccea63c9b204 (patch) | |
tree | bdd4ad5efe3b61321d378f7d4ac5f5fff8e9c917 /app-doc | |
parent | www-client/jd: add missing dependency (diff) | |
download | gentoo-fa22fc8eb47a29108093ec093bd6ccea63c9b204.tar.gz gentoo-fa22fc8eb47a29108093ec093bd6ccea63c9b204.tar.bz2 gentoo-fa22fc8eb47a29108093ec093bd6ccea63c9b204.zip |
app-doc/zsh-lovers: drop 0.9.0
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/zsh-lovers/Manifest | 1 | ||||
-rw-r--r-- | app-doc/zsh-lovers/zsh-lovers-0.9.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-doc/zsh-lovers/Manifest b/app-doc/zsh-lovers/Manifest index 298ccd0bcc57..aa3df002141d 100644 --- a/app-doc/zsh-lovers/Manifest +++ b/app-doc/zsh-lovers/Manifest @@ -1,2 +1 @@ -DIST zsh-lovers_0.9.0.tar.gz 28883 BLAKE2B a9917c2441222ea27937e4bbcfc6ed4ab7594fb406a28bbdc1849ae6dae11fd924dbf50d97b65f4800b1d3ebd044ac6b1516b80924428d007e7070817a82ced5 SHA512 54e7465304313556f9299877314f18cef631c076cad1a8f3b1ce13a6e24dcb4778e852f0eec31bce62bad2bd9503b8741238f097be8cec541e5c4c8f08af9dc4 DIST zsh-lovers_0.9.1.tar.xz 26632 BLAKE2B b5c5015e7e61c21452b688aa46529dd468beac5a034b844185e1a497778a1c83b9d8124551a7b0dfd0d441394b0bf71fe64f4af5af7add3956c0a2a2f79f01ca SHA512 16493f2ec095fbdb992188a732ca4205880fa10fc1f1ab6cde8cbd2a0977d95bb06e46d1635c0c9910c249bec024f3cd13a1f8c6597e5201ef8a26b80fac9c2f diff --git a/app-doc/zsh-lovers/zsh-lovers-0.9.0.ebuild b/app-doc/zsh-lovers/zsh-lovers-0.9.0.ebuild deleted file mode 100644 index a85fa4b40225..000000000000 --- a/app-doc/zsh-lovers/zsh-lovers-0.9.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Tips, tricks and examples for the Z shell" -HOMEPAGE="http://grml.org/zsh/zsh-lovers.html" -SRC_URI="http://deb.grml.org/pool/main/z/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="app-text/asciidoc" - -src_compile() { - asciidoc zsh-lovers.1.txt || die - mv zsh-lovers.1.html zsh-lovers.html || die - a2x -f manpage zsh-lovers.1.txt || die -} - -src_install() { - doman zsh-lovers.1 - dohtml zsh-lovers.html - dodoc README -} |