Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jo/
Date: Tue, 05 Jul 2022 09:06:46
Message-Id: 1657011999.e594bd60646c3c59e86bce73156a40abc8c89720.juippis@gentoo
1 commit: e594bd60646c3c59e86bce73156a40abc8c89720
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 08:59:37 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 09:06:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e594bd60
7
8 app-text/jo: drop 99999
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-text/jo/jo-99999.ebuild | 28 ----------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/app-text/jo/jo-99999.ebuild b/app-text/jo/jo-99999.ebuild
16 deleted file mode 100644
17 index 098a68881de3..000000000000
18 --- a/app-text/jo/jo-99999.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -inherit autotools bash-completion-r1 git-r3
26 -
27 -DESCRIPTION="JSON output from a shell"
28 -HOMEPAGE="https://github.com/jpmens/jo"
29 -EGIT_REPO_URI="https://github.com/jpmens/${PN}"
30 -
31 -LICENSE="MIT"
32 -SLOT="0"
33 -KEYWORDS=""
34 -
35 -src_prepare() {
36 - default
37 - eautoreconf
38 -}
39 -
40 -src_configure() {
41 - export bashcompdir=$(get_bashcompdir)
42 - default
43 -}
44 -
45 -src_install() {
46 - default
47 - mv "${D}"$(get_bashcompdir)/jo{.bash,} || die
48 -}