commit:     9828e288abbac047574fe0108bebc1414def859c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 09:13:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 09:20:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9828e288

app-shells/z: Remove last-rited pkg

 app-shells/z/Manifest     |  1 -
 app-shells/z/metadata.xml | 16 ----------------
 app-shells/z/z-1.9.ebuild | 40 ----------------------------------------
 profiles/package.mask     |  6 ------
 4 files changed, 63 deletions(-)

diff --git a/app-shells/z/Manifest b/app-shells/z/Manifest
deleted file mode 100644
index 4f551bd05ed..00000000000
--- a/app-shells/z/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST z-1.9.tar.gz 5894 SHA256 
28aaff75254c8914063ce2534a4b882845054701230475b11dba6d7a305d82c9 SHA512 
8e22c04075d502dfbb0225518c923065347aa842d463237e927c2f9e4c6a2c5d211cd43c06a374f078090b4418849afdfabd6a3d249e9c35f9423dffe8078733
 WHIRLPOOL 
21a7d5e10b69b2f898254fd89f7be42aea1364fd81604d17bf58e244ce8a0a4b6cc92b41062eb008304522cf9623a50745dda7d9466a1a8a1fe3a8a8e5cac4f4

diff --git a/app-shells/z/metadata.xml b/app-shells/z/metadata.xml
deleted file mode 100644
index 9626e47825f..00000000000
--- a/app-shells/z/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Amadeusz Żołnowski</name>
-       </maintainer>
-       <longdescription lang="en">
-               Tracks your most used directories, based on 'frequency'. After 
a short
-               learning phase, z will take you to the most 'frequent' 
directory that
-               matches ALL of the regexes given on the command line, in order.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">rupa/z</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/app-shells/z/z-1.9.ebuild b/app-shells/z/z-1.9.ebuild
deleted file mode 100644
index efea5cfbb9e..00000000000
--- 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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 6bf31cf0315..d112e31edbe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -555,12 +555,6 @@ x11-misc/outwiker
 # Removal in a month.
 www-client/xombrero
 
-# Amadeusz Żołnowski <[email protected]> (29 May 2017)
-# Masked for removal. I have added it but I no longer use it.
-# If someone cares about z please take ownership. Othwerwise
-# I will remove it in 30 days.
-app-shells/z
-
 # Michał Górny <[email protected]> (25 May 2017)
 # First GTK+3 version with known regressions:
 # https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html

Reply via email to