Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-shells/z/
Date: Sat, 01 Jul 2017 09:20:20
Message-Id: 1498900801.9828e288abbac047574fe0108bebc1414def859c.mgorny@gentoo
1 commit: 9828e288abbac047574fe0108bebc1414def859c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 09:13:57 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 09:20:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9828e288
7
8 app-shells/z: Remove last-rited pkg
9
10 app-shells/z/Manifest | 1 -
11 app-shells/z/metadata.xml | 16 ----------------
12 app-shells/z/z-1.9.ebuild | 40 ----------------------------------------
13 profiles/package.mask | 6 ------
14 4 files changed, 63 deletions(-)
15
16 diff --git a/app-shells/z/Manifest b/app-shells/z/Manifest
17 deleted file mode 100644
18 index 4f551bd05ed..00000000000
19 --- a/app-shells/z/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST z-1.9.tar.gz 5894 SHA256 28aaff75254c8914063ce2534a4b882845054701230475b11dba6d7a305d82c9 SHA512 8e22c04075d502dfbb0225518c923065347aa842d463237e927c2f9e4c6a2c5d211cd43c06a374f078090b4418849afdfabd6a3d249e9c35f9423dffe8078733 WHIRLPOOL 21a7d5e10b69b2f898254fd89f7be42aea1364fd81604d17bf58e244ce8a0a4b6cc92b41062eb008304522cf9623a50745dda7d9466a1a8a1fe3a8a8e5cac4f4
23
24 diff --git a/app-shells/z/metadata.xml b/app-shells/z/metadata.xml
25 deleted file mode 100644
26 index 9626e47825f..00000000000
27 --- a/app-shells/z/metadata.xml
28 +++ /dev/null
29 @@ -1,16 +0,0 @@
30 -<?xml version="1.0" encoding="UTF-8"?>
31 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
32 -<pkgmetadata>
33 - <maintainer type="person">
34 - <email>aidecoe@g.o</email>
35 - <name>Amadeusz Żołnowski</name>
36 - </maintainer>
37 - <longdescription lang="en">
38 - Tracks your most used directories, based on 'frequency'. After a short
39 - learning phase, z will take you to the most 'frequent' directory that
40 - matches ALL of the regexes given on the command line, in order.
41 - </longdescription>
42 - <upstream>
43 - <remote-id type="github">rupa/z</remote-id>
44 - </upstream>
45 -</pkgmetadata>
46
47 diff --git a/app-shells/z/z-1.9.ebuild b/app-shells/z/z-1.9.ebuild
48 deleted file mode 100644
49 index efea5cfbb9e..00000000000
50 --- a/app-shells/z/z-1.9.ebuild
51 +++ /dev/null
52 @@ -1,40 +0,0 @@
53 -# Copyright 1999-2015 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=5
57 -
58 -DESCRIPTION="Change directory command that learns visited paths"
59 -HOMEPAGE="https://github.com/rupa/z/"
60 -SRC_URI="https://github.com/rupa/${PN}/tarball/v${PV} -> ${P}.tar.gz"
61 -
62 -LICENSE="WTFPL-2"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 -IUSE=""
66 -
67 -DEPEND=""
68 -RDEPEND="${DEPEND}"
69 -
70 -S="${WORKDIR}/rupa-z-5dc2a86"
71 -
72 -src_compile() {
73 - :
74 -}
75 -
76 -src_install() {
77 - insinto "/usr/share/${PN}/"
78 - doins z.sh
79 - doman z.1
80 -}
81 -
82 -pkg_postinst() {
83 - if [[ ! ${REPLACING_VERSIONS} ]]; then
84 - elog "To enable 'z' command you need to source /usr/share/${PN}/z.sh."
85 - elog "Add following line to your ~/.bashrc, ~/.zshrc or equivalent"
86 - elog "in other shells:"
87 - elog ""
88 - elog " [ -r /usr/share/${PN}/z.sh ] && . /usr/share/${PN}/z.sh"
89 - elog ""
90 - elog "See z(1) man page for usage and configuration options."
91 - fi
92 -}
93
94 diff --git a/profiles/package.mask b/profiles/package.mask
95 index 6bf31cf0315..d112e31edbe 100644
96 --- a/profiles/package.mask
97 +++ b/profiles/package.mask
98 @@ -555,12 +555,6 @@ x11-misc/outwiker
99 # Removal in a month.
100 www-client/xombrero
101
102 -# Amadeusz Żołnowski <aidecoe@g.o> (29 May 2017)
103 -# Masked for removal. I have added it but I no longer use it.
104 -# If someone cares about z please take ownership. Othwerwise
105 -# I will remove it in 30 days.
106 -app-shells/z
107 -
108 # Michał Górny <mgorny@g.o> (25 May 2017)
109 # First GTK+3 version with known regressions:
110 # https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html