Gentoo Archives: gentoo-commits

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