diff options
author | 2024-09-07 12:17:53 +0200 | |
---|---|---|
committer | 2024-09-07 12:21:47 +0200 | |
commit | 42671c2e8f851733d83cd3bc8ce76673d698267f (patch) | |
tree | 63de0c906611b7a3286a8cc20442149436b8876c /app-text | |
parent | dev-python/importlib-metadata: Stabilize 8.4.0 ALLARCHES, #939268 (diff) | |
download | gentoo-42671c2e8f851733d83cd3bc8ce76673d698267f.tar.gz gentoo-42671c2e8f851733d83cd3bc8ce76673d698267f.tar.bz2 gentoo-42671c2e8f851733d83cd3bc8ce76673d698267f.zip |
app-text/jo: drop 1.4
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/jo/Manifest | 1 | ||||
-rw-r--r-- | app-text/jo/jo-1.4.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-text/jo/Manifest b/app-text/jo/Manifest index d415981d9743..df9e1bd765b2 100644 --- a/app-text/jo/Manifest +++ b/app-text/jo/Manifest @@ -1,2 +1 @@ -DIST jo-1.4.tar.gz 144596 BLAKE2B 0e0a0290d276b18fbfea0c770e134f29ea3f1eea9c7e5ccdd6c7d853dc0a8c70279fa464731f5b231d6d9d48816be4e5a6d93c7abc0e03408a86f0e1691d67a0 SHA512 c283b25e76fa06842c4f7d8ae8d94b207981d92a1bd4a064631e0646bdeedc06c1a00dddac405a455b27bda5eb34aaa7dc6d886ccf750741fd4d7312f692d169 DIST jo-1.6.tar.gz 151941 BLAKE2B 13d7d68c33d7f89ebb4a5cdb448082bd4d245060ebf8c85149c39f2a184f03f1ac1c380833a742894c37c0815e3627569cfe29f202f9aa3dcec7fa089f99b918 SHA512 a2cb1327c8255e0f8d1b6e6056bbce081d7703192bdb974e908549b863d7db645531dbeff87629a6ed53626295ab7ca8a72816d104f9188846ef175c8a9acb07 diff --git a/app-text/jo/jo-1.4.ebuild b/app-text/jo/jo-1.4.ebuild deleted file mode 100644 index bf84777ca6d8..000000000000 --- a/app-text/jo/jo-1.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit bash-completion-r1 - -DESCRIPTION="JSON output from a shell" -HOMEPAGE="https://github.com/jpmens/jo" -SRC_URI="https://github.com/jpmens/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_configure() { - export bashcompdir=$(get_bashcompdir) - default -} - -src_install() { - default - mv "${D}"$(get_bashcompdir)/jo{.bash,} || die -} |