Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/
Date: Sat, 19 Feb 2022 10:09:31
Message-Id: 1645265361.c75ad52da21dafcacf6516d548b9ae16c2be3d15.matthew@gentoo
1 commit: c75ad52da21dafcacf6516d548b9ae16c2be3d15
2 Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
3 AuthorDate: Thu Feb 17 21:50:48 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 10:09:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75ad52d
7
8 app-i18n/transifex-client: add new version 1.0.1
9
10 Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
11 Closes: https://github.com/gentoo/gentoo/pull/24241
12 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
13
14 app-i18n/transifex-client/Manifest | 1 +
15 .../transifex-client/transifex-client-1.0.1.ebuild | 230 +++++++++++++++++++++
16 2 files changed, 231 insertions(+)
17
18 diff --git a/app-i18n/transifex-client/Manifest b/app-i18n/transifex-client/Manifest
19 index 836b28a7d9e6..a952e2a3ebfd 100644
20 --- a/app-i18n/transifex-client/Manifest
21 +++ b/app-i18n/transifex-client/Manifest
22 @@ -198,3 +198,4 @@ DIST gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20210107192922-496545a6307b.mod 95 BLAKE2B
23 DIST gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20210107192922-496545a6307b.zip 105245 BLAKE2B f0bcfd9d097905364d9c2b032b92a8aad64b63e0942eb864759b156eb97ac58769fbc035acf4ba57bd55db1b6596499ddc6d36e6d2e5cc584c2a465256ca3a73 SHA512 f9c0400f1f5590d7185ae3fdac7adf1787a5f5198e52ebd02841b7df5113c5e34de6a66fa01b2f5735be4b21190dffb46e9d8b084ad5c00ebd99599a39ff73db
24 DIST transifex-client-0.14.3.tar.gz 211428 BLAKE2B cab17d7103016a78b226df6ca9905a0ddfd1b8765fb7b161c7390911ac5693d97e7a872a00cbc86e9c8e7d84fbcd85904768f463885bb679e22ab052463db418 SHA512 9034111fa0253ce8799c5ba181d6d35e2addd14b8c2edb7822d8d572255c27f49e4cfce9d82e7e70e352c32e87f2e7bdc6bf09c2a591e689606b0831414dd863
25 DIST transifex-client-1.0.0.tar.gz 81323 BLAKE2B 1e9dea8388e88756dc8da78882eb18586536c9d84e19cdd204b3c8451e716b76bddf00032537e7fb2f9149568837bb18e43f3f321ca64f6f1dd0524a4d10ca3d SHA512 e4e5c43684fef7a866154dbca5246d9230d357ad7abe1009901d2e27a326a4ff25528c53af90534f2187081df0ff663664314188e5f1b0010e5edd5e263b8db5
26 +DIST transifex-client-1.0.1.tar.gz 82601 BLAKE2B 8933a67b08f522f5e2c77d3f3e8ee635dd6a29f441120875f890c697b678c4d9ba003b77f9fc5f42213581b17de0e24a11646c78b91fa5a358da8b82ad3d727e SHA512 b687e23d1d1a0532ac0652dca33c4ea1ef9c59c018e53105f532409304f906c658587628fbabb195f72ef9d417db3b3da747c9c30d7abd948a1f76bf1e6a3fce
27
28 diff --git a/app-i18n/transifex-client/transifex-client-1.0.1.ebuild b/app-i18n/transifex-client/transifex-client-1.0.1.ebuild
29 new file mode 100644
30 index 000000000000..8a10aee4f5a9
31 --- /dev/null
32 +++ b/app-i18n/transifex-client/transifex-client-1.0.1.ebuild
33 @@ -0,0 +1,230 @@
34 +# Copyright 2021-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +
39 +inherit go-module
40 +
41 +DESCRIPTION="The Transifex command-line client"
42 +HOMEPAGE="https://github.com/transifex/cli"
43 +
44 +EGO_SUM=(
45 + "github.com/BurntSushi/toml v0.3.1/go.mod"
46 + "github.com/Microsoft/go-winio v0.4.14/go.mod"
47 + "github.com/Microsoft/go-winio v0.4.16"
48 + "github.com/Microsoft/go-winio v0.4.16/go.mod"
49 + "github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7"
50 + "github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7/go.mod"
51 + "github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239"
52 + "github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod"
53 + "github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5"
54 + "github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod"
55 + "github.com/atomicgo/cursor v0.0.1"
56 + "github.com/atomicgo/cursor v0.0.1/go.mod"
57 + "github.com/blang/semver v3.5.1+incompatible"
58 + "github.com/blang/semver v3.5.1+incompatible/go.mod"
59 + "github.com/chzyer/logex v1.1.10"
60 + "github.com/chzyer/logex v1.1.10/go.mod"
61 + "github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e"
62 + "github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod"
63 + "github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1"
64 + "github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod"
65 + "github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d"
66 + "github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod"
67 + "github.com/creack/pty v1.1.9/go.mod"
68 + "github.com/davecgh/go-spew v1.1.0/go.mod"
69 + "github.com/davecgh/go-spew v1.1.1"
70 + "github.com/davecgh/go-spew v1.1.1/go.mod"
71 + "github.com/emirpasic/gods v1.12.0"
72 + "github.com/emirpasic/gods v1.12.0/go.mod"
73 + "github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod"
74 + "github.com/fsnotify/fsnotify v1.4.7/go.mod"
75 + "github.com/gliderlabs/ssh v0.2.2"
76 + "github.com/gliderlabs/ssh v0.2.2/go.mod"
77 + "github.com/go-git/gcfg v1.5.0"
78 + "github.com/go-git/gcfg v1.5.0/go.mod"
79 + "github.com/go-git/go-billy/v5 v5.0.0/go.mod"
80 + "github.com/go-git/go-billy/v5 v5.1.0"
81 + "github.com/go-git/go-billy/v5 v5.1.0/go.mod"
82 + "github.com/go-git/go-git-fixtures/v4 v4.0.2-0.20200613231340-f56387b50c12"
83 + "github.com/go-git/go-git-fixtures/v4 v4.0.2-0.20200613231340-f56387b50c12/go.mod"
84 + "github.com/go-git/go-git/v5 v5.3.0"
85 + "github.com/go-git/go-git/v5 v5.3.0/go.mod"
86 + "github.com/golang/protobuf v1.2.0/go.mod"
87 + "github.com/golang/protobuf v1.3.2"
88 + "github.com/golang/protobuf v1.3.2/go.mod"
89 + "github.com/google/go-cmp v0.3.0"
90 + "github.com/google/go-cmp v0.3.0/go.mod"
91 + "github.com/google/go-github/v30 v30.1.0"
92 + "github.com/google/go-github/v30 v30.1.0/go.mod"
93 + "github.com/google/go-querystring v1.0.0"
94 + "github.com/google/go-querystring v1.0.0/go.mod"
95 + "github.com/gookit/color v1.4.2"
96 + "github.com/gookit/color v1.4.2/go.mod"
97 + "github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1"
98 + "github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod"
99 + "github.com/gosimple/slug v1.11.2"
100 + "github.com/gosimple/slug v1.11.2/go.mod"
101 + "github.com/gosimple/unidecode v1.0.1"
102 + "github.com/gosimple/unidecode v1.0.1/go.mod"
103 + "github.com/hpcloud/tail v1.0.0/go.mod"
104 + "github.com/imdario/mergo v0.3.12"
105 + "github.com/imdario/mergo v0.3.12/go.mod"
106 + "github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf"
107 + "github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf/go.mod"
108 + "github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99"
109 + "github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod"
110 + "github.com/jessevdk/go-flags v1.5.0/go.mod"
111 + "github.com/jtolds/gls v4.20.0+incompatible"
112 + "github.com/jtolds/gls v4.20.0+incompatible/go.mod"
113 + "github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a"
114 + "github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a/go.mod"
115 + "github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351"
116 + "github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351/go.mod"
117 + "github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod"
118 + "github.com/kr/pretty v0.1.0/go.mod"
119 + "github.com/kr/pretty v0.2.1"
120 + "github.com/kr/pretty v0.2.1/go.mod"
121 + "github.com/kr/pty v1.1.1/go.mod"
122 + "github.com/kr/text v0.1.0/go.mod"
123 + "github.com/kr/text v0.2.0"
124 + "github.com/kr/text v0.2.0/go.mod"
125 + "github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a"
126 + "github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a/go.mod"
127 + "github.com/manifoldco/promptui v0.8.0"
128 + "github.com/manifoldco/promptui v0.8.0/go.mod"
129 + "github.com/mattn/go-colorable v0.0.9"
130 + "github.com/mattn/go-colorable v0.0.9/go.mod"
131 + "github.com/mattn/go-isatty v0.0.4"
132 + "github.com/mattn/go-isatty v0.0.4/go.mod"
133 + "github.com/mattn/go-runewidth v0.0.13"
134 + "github.com/mattn/go-runewidth v0.0.13/go.mod"
135 + "github.com/mitchellh/go-homedir v1.1.0"
136 + "github.com/mitchellh/go-homedir v1.1.0/go.mod"
137 + "github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod"
138 + "github.com/onsi/ginkgo v1.6.0/go.mod"
139 + "github.com/onsi/gomega v1.4.2"
140 + "github.com/onsi/gomega v1.4.2/go.mod"
141 + "github.com/pkg/errors v0.8.1/go.mod"
142 + "github.com/pkg/errors v0.9.1"
143 + "github.com/pkg/errors v0.9.1/go.mod"
144 + "github.com/pmezard/go-difflib v1.0.0"
145 + "github.com/pmezard/go-difflib v1.0.0/go.mod"
146 + "github.com/pterm/pterm v0.12.24"
147 + "github.com/pterm/pterm v0.12.24/go.mod"
148 + "github.com/rhysd/go-github-selfupdate v1.2.3"
149 + "github.com/rhysd/go-github-selfupdate v1.2.3/go.mod"
150 + "github.com/rivo/uniseg v0.2.0"
151 + "github.com/rivo/uniseg v0.2.0/go.mod"
152 + "github.com/russross/blackfriday/v2 v2.0.1"
153 + "github.com/russross/blackfriday/v2 v2.0.1/go.mod"
154 + "github.com/sergi/go-diff v1.1.0"
155 + "github.com/sergi/go-diff v1.1.0/go.mod"
156 + "github.com/shurcooL/sanitized_anchor_name v1.0.0"
157 + "github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod"
158 + "github.com/sirupsen/logrus v1.4.1/go.mod"
159 + "github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d"
160 + "github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod"
161 + "github.com/smartystreets/goconvey v1.6.4"
162 + "github.com/smartystreets/goconvey v1.6.4/go.mod"
163 + "github.com/stretchr/objx v0.1.0/go.mod"
164 + "github.com/stretchr/objx v0.1.1/go.mod"
165 + "github.com/stretchr/testify v1.2.2/go.mod"
166 + "github.com/stretchr/testify v1.4.0/go.mod"
167 + "github.com/stretchr/testify v1.6.1/go.mod"
168 + "github.com/stretchr/testify v1.7.0"
169 + "github.com/stretchr/testify v1.7.0/go.mod"
170 + "github.com/tcnksm/go-gitconfig v0.1.2"
171 + "github.com/tcnksm/go-gitconfig v0.1.2/go.mod"
172 + "github.com/ulikunitz/xz v0.5.9"
173 + "github.com/ulikunitz/xz v0.5.9/go.mod"
174 + "github.com/urfave/cli/v2 v2.3.0"
175 + "github.com/urfave/cli/v2 v2.3.0/go.mod"
176 + "github.com/xanzy/ssh-agent v0.3.0"
177 + "github.com/xanzy/ssh-agent v0.3.0/go.mod"
178 + "github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778"
179 + "github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778/go.mod"
180 + "golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2/go.mod"
181 + "golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod"
182 + "golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad/go.mod"
183 + "golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2"
184 + "golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod"
185 + "golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod"
186 + "golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod"
187 + "golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod"
188 + "golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod"
189 + "golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod"
190 + "golang.org/x/net v0.0.0-20210326060303-6b1517762897"
191 + "golang.org/x/net v0.0.0-20210326060303-6b1517762897/go.mod"
192 + "golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod"
193 + "golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288"
194 + "golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288/go.mod"
195 + "golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod"
196 + "golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod"
197 + "golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod"
198 + "golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b/go.mod"
199 + "golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod"
200 + "golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod"
201 + "golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod"
202 + "golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod"
203 + "golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod"
204 + "golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod"
205 + "golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod"
206 + "golang.org/x/sys v0.0.0-20210324051608-47abb6519492/go.mod"
207 + "golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44"
208 + "golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod"
209 + "golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod"
210 + "golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod"
211 + "golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d"
212 + "golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod"
213 + "golang.org/x/text v0.3.0/go.mod"
214 + "golang.org/x/text v0.3.3/go.mod"
215 + "golang.org/x/text v0.3.5"
216 + "golang.org/x/text v0.3.5/go.mod"
217 + "golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod"
218 + "golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod"
219 + "google.golang.org/appengine v1.1.0/go.mod"
220 + "google.golang.org/appengine v1.3.0"
221 + "google.golang.org/appengine v1.3.0/go.mod"
222 + "gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod"
223 + "gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod"
224 + "gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod"
225 + "gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod"
226 + "gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c"
227 + "gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod"
228 + "gopkg.in/fsnotify.v1 v1.4.7/go.mod"
229 + "gopkg.in/ini.v1 v1.62.0"
230 + "gopkg.in/ini.v1 v1.62.0/go.mod"
231 + "gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod"
232 + "gopkg.in/warnings.v0 v0.1.2"
233 + "gopkg.in/warnings.v0 v0.1.2/go.mod"
234 + "gopkg.in/yaml.v2 v2.2.1/go.mod"
235 + "gopkg.in/yaml.v2 v2.2.2/go.mod"
236 + "gopkg.in/yaml.v2 v2.2.3/go.mod"
237 + "gopkg.in/yaml.v2 v2.2.4/go.mod"
238 + "gopkg.in/yaml.v2 v2.3.0"
239 + "gopkg.in/yaml.v2 v2.3.0/go.mod"
240 + "gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod"
241 + "gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b"
242 + "gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod"
243 + )
244 +go-module_set_globals
245 +
246 +SRC_URI="https://github.com/transifex/cli/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
247 + ${EGO_SUM_SRC_URI}"
248 +S="${WORKDIR}"/cli-${PV}
249 +
250 +LICENSE="Apache-2.0"
251 +SLOT="0"
252 +KEYWORDS="~amd64 ~ppc64 ~x86"
253 +
254 +src_test() {
255 + # Skip tests depending on a network connection. Bug #831772
256 + rm internal/txlib/update_test.go || die
257 + go test ./... || die
258 +}
259 +
260 +src_install() {
261 + dobin bin/tx
262 + dodoc README.md
263 +}