Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/
Date: Sun, 30 Aug 2015 20:47:48
Message-Id: 1440966098.3473f81c0d09b50583050afb92d26f9b941cb92a.monsieurp@gentoo
1 commit: 3473f81c0d09b50583050afb92d26f9b941cb92a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 20:16:13 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 20:21:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3473f81c
7
8 app-shells/autojump: Remove old.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-shells/autojump/Manifest | 4 +-
14 app-shells/autojump/autojump-21.3.0-r1.ebuild | 61 ---------------------------
15 app-shells/autojump/autojump-21.5.8-r1.ebuild | 59 --------------------------
16 app-shells/autojump/autojump-21.6.9.ebuild | 59 --------------------------
17 4 files changed, 1 insertion(+), 182 deletions(-)
18
19 diff --git a/app-shells/autojump/Manifest b/app-shells/autojump/Manifest
20 index e6168c9..72ef1de 100644
21 --- a/app-shells/autojump/Manifest
22 +++ b/app-shells/autojump/Manifest
23 @@ -1,3 +1 @@
24 -DIST autojump-21.3.0.tar.gz 51261 SHA256 217398c3135647f223356e055a1b84adb470385584d743baf7fe4d519fd78252 SHA512 b0b0292a08d01005f09581c58bff2bf9b4b860b53602c0777bab7ef5a5b301993fe2bfef154bedadc75407bcc41e8de4a6f01d5b70e2e1be6b4ae6a6162d5196 WHIRLPOOL a218cde9345077af5c365b3e8eaff994606a0c29f2c8f3c6772b043e68decdc915bd353efc20c61f6de974d59c617c8a9b292fc465823b818882ac68f438869c
25 -DIST autojump-21.5.8.tar.gz 52170 SHA256 4e18585aac319da1c900f0f022a4fe8ce3e21257d440c034d7abf29ed42d4e1e SHA512 a3857e0195cc77f19bd4eb46b4fc96cd5f7b1c01dac35c1f928dde19198519fa4848c0cf7f8342f87a1f71617cfcad62cc495a711541f32bec807347e9b6bd01 WHIRLPOOL b7686d0d1332d4cbeec6d88a35951bae0cc513843b9fd34ff407e88cf0fdb8f616acb9e48d40a91b63cf4beea085f8fd6a4215d5e0b38599e47af8212f2eb2e2
26 -DIST autojump-21.6.9.tar.gz 50172 SHA256 8918817688a4e5f1e87e4e559a1bb5cd3fe43cb11222bb5283fd0f44d395464b SHA512 90f2d5fa3e8e272073a8dd00e6023f74d6e9159f5c4d5345fb3e2fbb4829262e0de18d64975dbd7b85bbbfb83f5706f4463f7370806516385cae48595113afff WHIRLPOOL 89e4bb6380396c50a7509050e192ab3dcaeef4861191760a75464cbed0deeecb071544d255d88d8139323abbf38c84f6418821437debf273d1f99d76e63c67bd
27 +DIST autojump-22.2.4.tar.gz 52724 SHA256 816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475 SHA512 bdfca07bb57b3a2733a2085af14f23c3e980b1b00db1c90247c2341ac73f60f171bdde29dd9917aac0808d0b8f2902d48096c990e09281745a71755f5abc921c WHIRLPOOL 29fe48cc2d8eee809a79c3d9b923d16be32a1591dc3bfa911bda26eceeb4fe0c05a49e1218958f63eb4b609837b2dc4b0ba4d4b23070c7fea0cad3d833e0fa39
28
29 diff --git a/app-shells/autojump/autojump-21.3.0-r1.ebuild b/app-shells/autojump/autojump-21.3.0-r1.ebuild
30 deleted file mode 100644
31 index b0076da..0000000
32 --- a/app-shells/autojump/autojump-21.3.0-r1.ebuild
33 +++ /dev/null
34 @@ -1,61 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -
41 -PYTHON_COMPAT=( python{2_7,3_3} )
42 -
43 -inherit eutils python-r1 python-utils-r1 vcs-snapshot
44 -
45 -DESCRIPTION="change directory command that learns"
46 -HOMEPAGE="https://github.com/joelthelion/autojump"
47 -SRC_URI="https://github.com/joelthelion/${PN}/archive/release-v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="GPL-3"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="bash-completion python test zsh-completion"
53 -
54 -RDEPEND="bash-completion? ( >=app-shells/bash-4 )
55 - python? ( ${PYTHON_DEPS} )
56 - zsh-completion? ( app-shells/zsh app-shells/gentoo-zsh-completions )"
57 -DEPEND="test? ( ${PYTHON_DEPS} )"
58 -
59 -src_prepare() {
60 - epatch "${FILESDIR}"/${P}-supported-shells.patch
61 -}
62 -
63 -src_compile() {
64 - true
65 -}
66 -
67 -src_install() {
68 - dobin bin/autojump
69 -
70 - insinto /etc/profile.d
71 - doins bin/${PN}.sh
72 -
73 - if use bash-completion ; then
74 - doins bin/${PN}.bash
75 - fi
76 -
77 - if use zsh-completion ; then
78 - doins bin/${PN}.zsh
79 - insinto /usr/share/zsh/site-functions
80 - doins bin/_j
81 - fi
82 -
83 - if use python ; then
84 - python_foreach_impl python_domodule tools/autojump_ipython.py
85 -
86 - einfo "This tool provides \"j\" for ipython, please add"
87 - einfo "\"import autojump_ipython\" to your ipy_user_conf.py."
88 - fi
89 -
90 - doman docs/${PN}.1
91 - dodoc README.md
92 -
93 - elog "loading of insecure relative path \"custom_install\" has been"
94 - elog "remove. See ${EPREFIX}/etc/profile.d/${PN}.sh for details."
95 -}
96
97 diff --git a/app-shells/autojump/autojump-21.5.8-r1.ebuild b/app-shells/autojump/autojump-21.5.8-r1.ebuild
98 deleted file mode 100644
99 index 3e6ee29..0000000
100 --- a/app-shells/autojump/autojump-21.5.8-r1.ebuild
101 +++ /dev/null
102 @@ -1,59 +0,0 @@
103 -# Copyright 1999-2015 Gentoo Foundation
104 -# Distributed under the terms of the GNU General Public License v2
105 -# $Id$
106 -
107 -EAPI=5
108 -
109 -PYTHON_COMPAT=( python{2_7,3_3} )
110 -
111 -inherit python-r1 python-utils-r1 vcs-snapshot
112 -
113 -DESCRIPTION="change directory command that learns"
114 -HOMEPAGE="https://github.com/joelthelion/autojump"
115 -SRC_URI="https://github.com/joelthelion/${PN}/archive/release-v${PV}.tar.gz -> ${P}.tar.gz"
116 -
117 -LICENSE="GPL-3"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~x86"
120 -IUSE="bash-completion python test zsh-completion"
121 -
122 -RDEPEND="bash-completion? ( >=app-shells/bash-4 )
123 - python? ( ${PYTHON_DEPS} )
124 - zsh-completion? ( app-shells/zsh app-shells/gentoo-zsh-completions )"
125 -DEPEND="test? ( ${PYTHON_DEPS} )"
126 -
127 -src_prepare() {
128 - sed -e "s: \(/etc/profile.d\): \"${EPREFIX}\1\":" \
129 - -i bin/autojump.sh || die
130 -}
131 -
132 -src_compile() {
133 - true
134 -}
135 -
136 -src_install() {
137 - dobin bin/autojump
138 -
139 - insinto /etc/profile.d
140 - doins bin/${PN}.sh
141 -
142 - if use bash-completion ; then
143 - doins bin/${PN}.bash
144 - fi
145 -
146 - if use zsh-completion ; then
147 - doins bin/${PN}.zsh
148 - insinto /usr/share/zsh/site-functions
149 - doins bin/_j
150 - fi
151 -
152 - if use python ; then
153 - python_foreach_impl python_domodule tools/autojump_ipython.py
154 -
155 - einfo "This tool provides \"j\" for ipython, please add"
156 - einfo "\"import autojump_ipython\" to your ipy_user_conf.py."
157 - fi
158 -
159 - doman docs/${PN}.1
160 - dodoc README.md
161 -}
162
163 diff --git a/app-shells/autojump/autojump-21.6.9.ebuild b/app-shells/autojump/autojump-21.6.9.ebuild
164 deleted file mode 100644
165 index 23f4028..0000000
166 --- a/app-shells/autojump/autojump-21.6.9.ebuild
167 +++ /dev/null
168 @@ -1,59 +0,0 @@
169 -# Copyright 1999-2015 Gentoo Foundation
170 -# Distributed under the terms of the GNU General Public License v2
171 -# $Id$
172 -
173 -EAPI=5
174 -
175 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
176 -
177 -inherit python-r1 python-utils-r1 vcs-snapshot
178 -
179 -DESCRIPTION="change directory command that learns"
180 -HOMEPAGE="https://github.com/joelthelion/autojump"
181 -SRC_URI="https://github.com/joelthelion/${PN}/archive/release-v${PV}.tar.gz -> ${P}.tar.gz"
182 -
183 -LICENSE="GPL-3"
184 -SLOT="0"
185 -KEYWORDS="~amd64 ~x86"
186 -IUSE="bash-completion python test zsh-completion"
187 -
188 -RDEPEND="bash-completion? ( >=app-shells/bash-4 )
189 - python? ( ${PYTHON_DEPS} )
190 - zsh-completion? ( app-shells/zsh app-shells/gentoo-zsh-completions )"
191 -DEPEND="test? ( ${PYTHON_DEPS} )"
192 -
193 -src_prepare() {
194 - sed -e "s: \(/etc/profile.d\): \"${EPREFIX}\1\":" \
195 - -i bin/autojump.sh || die
196 -}
197 -
198 -src_compile() {
199 - true
200 -}
201 -
202 -src_install() {
203 - dobin bin/autojump
204 -
205 - insinto /etc/profile.d
206 - doins bin/${PN}.sh
207 -
208 - if use bash-completion ; then
209 - doins bin/${PN}.bash
210 - fi
211 -
212 - if use zsh-completion ; then
213 - doins bin/${PN}.zsh
214 - insinto /usr/share/zsh/site-functions
215 - doins bin/_j
216 - fi
217 -
218 - if use python ; then
219 - python_foreach_impl python_domodule tools/autojump_ipython.py
220 -
221 - einfo "This tool provides \"j\" for ipython, please add"
222 - einfo "\"import autojump_ipython\" to your ipy_user_conf.py."
223 - fi
224 -
225 - doman docs/${PN}.1
226 - dodoc README.md
227 -}