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:45
Message-Id: 1657011999.379f11d5a39579e75606d13eec3543f1f5e6c061.juippis@gentoo
1 commit: 379f11d5a39579e75606d13eec3543f1f5e6c061
2 Author: Thamognya Kodi <contact <AT> thamognya <DOT> com>
3 AuthorDate: Wed Jun 29 05:12:24 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=379f11d5
7
8 app-text/jo: bump to 1.6 and 9999
9
10 Signed-off-by: Thamognya Kodi <contact <AT> thamognya.com>
11 Closes: https://github.com/gentoo/gentoo/pull/26132
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 app-text/jo/Manifest | 1 +
15 app-text/jo/jo-1.6.ebuild | 33 +++++++++++++++++++++++++++++++++
16 app-text/jo/jo-9999.ebuild | 33 +++++++++++++++++++++++++++++++++
17 app-text/jo/metadata.xml | 15 +++++++++++----
18 4 files changed, 78 insertions(+), 4 deletions(-)
19
20 diff --git a/app-text/jo/Manifest b/app-text/jo/Manifest
21 index 51d13aea3032..d415981d9743 100644
22 --- a/app-text/jo/Manifest
23 +++ b/app-text/jo/Manifest
24 @@ -1 +1,2 @@
25 DIST jo-1.4.tar.gz 144596 BLAKE2B 0e0a0290d276b18fbfea0c770e134f29ea3f1eea9c7e5ccdd6c7d853dc0a8c70279fa464731f5b231d6d9d48816be4e5a6d93c7abc0e03408a86f0e1691d67a0 SHA512 c283b25e76fa06842c4f7d8ae8d94b207981d92a1bd4a064631e0646bdeedc06c1a00dddac405a455b27bda5eb34aaa7dc6d886ccf750741fd4d7312f692d169
26 +DIST jo-1.6.tar.gz 151941 BLAKE2B 13d7d68c33d7f89ebb4a5cdb448082bd4d245060ebf8c85149c39f2a184f03f1ac1c380833a742894c37c0815e3627569cfe29f202f9aa3dcec7fa089f99b918 SHA512 a2cb1327c8255e0f8d1b6e6056bbce081d7703192bdb974e908549b863d7db645531dbeff87629a6ed53626295ab7ca8a72816d104f9188846ef175c8a9acb07
27
28 diff --git a/app-text/jo/jo-1.6.ebuild b/app-text/jo/jo-1.6.ebuild
29 new file mode 100644
30 index 000000000000..996d861cee82
31 --- /dev/null
32 +++ b/app-text/jo/jo-1.6.ebuild
33 @@ -0,0 +1,33 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +inherit autotools bash-completion-r1
39 +
40 +DESCRIPTION="JSON output from a shell"
41 +HOMEPAGE="https://github.com/jpmens/jo"
42 +if [[ ${PV} == *9999 ]]; then
43 + inherit git-r3
44 + EGIT_REPO_URI="https://github.com/jpmens/${PN}"
45 +else
46 + SRC_URI="https://github.com/jpmens/${PN}/releases/download/${PV}/${P}.tar.gz"
47 + KEYWORDS="~amd64 ~x86"
48 +fi
49 +
50 +LICENSE="MIT"
51 +SLOT="0"
52 +
53 +src_prepare() {
54 + default
55 + eautoreconf
56 +}
57 +
58 +src_configure() {
59 + export bashcompdir=$(get_bashcompdir)
60 + default
61 +}
62 +
63 +src_install() {
64 + default
65 + mv "${D}"$(get_bashcompdir)/jo{.bash,} || die
66 +}
67
68 diff --git a/app-text/jo/jo-9999.ebuild b/app-text/jo/jo-9999.ebuild
69 new file mode 100644
70 index 000000000000..996d861cee82
71 --- /dev/null
72 +++ b/app-text/jo/jo-9999.ebuild
73 @@ -0,0 +1,33 @@
74 +# Copyright 1999-2022 Gentoo Authors
75 +# Distributed under the terms of the GNU General Public License v2
76 +
77 +EAPI=8
78 +inherit autotools bash-completion-r1
79 +
80 +DESCRIPTION="JSON output from a shell"
81 +HOMEPAGE="https://github.com/jpmens/jo"
82 +if [[ ${PV} == *9999 ]]; then
83 + inherit git-r3
84 + EGIT_REPO_URI="https://github.com/jpmens/${PN}"
85 +else
86 + SRC_URI="https://github.com/jpmens/${PN}/releases/download/${PV}/${P}.tar.gz"
87 + KEYWORDS="~amd64 ~x86"
88 +fi
89 +
90 +LICENSE="MIT"
91 +SLOT="0"
92 +
93 +src_prepare() {
94 + default
95 + eautoreconf
96 +}
97 +
98 +src_configure() {
99 + export bashcompdir=$(get_bashcompdir)
100 + default
101 +}
102 +
103 +src_install() {
104 + default
105 + mv "${D}"$(get_bashcompdir)/jo{.bash,} || die
106 +}
107
108 diff --git a/app-text/jo/metadata.xml b/app-text/jo/metadata.xml
109 index 6aaa98d22ea0..602b4237d04e 100644
110 --- a/app-text/jo/metadata.xml
111 +++ b/app-text/jo/metadata.xml
112 @@ -1,8 +1,15 @@
113 <?xml version="1.0" encoding="UTF-8"?>
114 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
115 <pkgmetadata>
116 - <!-- maintainer-needed -->
117 - <upstream>
118 - <remote-id type="github">jpmens/jo</remote-id>
119 - </upstream>
120 + <maintainer type="person" proxied="yes">
121 + <name>Thamognya Kodi</name>
122 + <email>contact@×××××××××.com</email>
123 + </maintainer>
124 + <maintainer type="project" proxied="proxy">
125 + <email>proxy-maint@g.o</email>
126 + <name>Proxy Maintainers</name>
127 + </maintainer>
128 + <upstream>
129 + <remote-id type="github">jpmens/jo</remote-id>
130 + </upstream>
131 </pkgmetadata>