From 9828e288abbac047574fe0108bebc1414def859c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 1 Jul 2017 11:13:57 +0200 Subject: app-shells/z: Remove last-rited pkg --- app-shells/z/z-1.9.ebuild | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 app-shells/z/z-1.9.ebuild (limited to 'app-shells/z/z-1.9.ebuild') diff --git a/app-shells/z/z-1.9.ebuild b/app-shells/z/z-1.9.ebuild deleted file mode 100644 index efea5cfbb9e8..000000000000 --- a/app-shells/z/z-1.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Change directory command that learns visited paths" -HOMEPAGE="https://github.com/rupa/z/" -SRC_URI="https://github.com/rupa/${PN}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/rupa-z-5dc2a86" - -src_compile() { - : -} - -src_install() { - insinto "/usr/share/${PN}/" - doins z.sh - doman z.1 -} - -pkg_postinst() { - if [[ ! ${REPLACING_VERSIONS} ]]; then - elog "To enable 'z' command you need to source /usr/share/${PN}/z.sh." - elog "Add following line to your ~/.bashrc, ~/.zshrc or equivalent" - elog "in other shells:" - elog "" - elog " [ -r /usr/share/${PN}/z.sh ] && . /usr/share/${PN}/z.sh" - elog "" - elog "See z(1) man page for usage and configuration options." - fi -} -- cgit v1.2.3-65-gdbad