public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/
Date: Fri,  8 Apr 2022 15:50:39 +0000 (UTC)	[thread overview]
Message-ID: <1649433037.34cf25c945973fbb491606cdbf612d0a86c6ffb4.juippis@gentoo> (raw)

commit:     34cf25c945973fbb491606cdbf612d0a86c6ffb4
Author:     Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
AuthorDate: Fri Apr  8 13:10:07 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 15:50:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cf25c9

app-i18n/transifex-client: add version 1.1.0

Use a vendor package instead of EGO_SUM.

Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-i18n/transifex-client/Manifest                 |  2 ++
 .../transifex-client/transifex-client-1.1.0.ebuild | 34 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-i18n/transifex-client/Manifest b/app-i18n/transifex-client/Manifest
index bf61087a4d47..98da865c8193 100644
--- a/app-i18n/transifex-client/Manifest
+++ b/app-i18n/transifex-client/Manifest
@@ -198,3 +198,5 @@ DIST gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20210107192922-496545a6307b.mod 95 BLAKE2B
 DIST gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20210107192922-496545a6307b.zip 105245 BLAKE2B f0bcfd9d097905364d9c2b032b92a8aad64b63e0942eb864759b156eb97ac58769fbc035acf4ba57bd55db1b6596499ddc6d36e6d2e5cc584c2a465256ca3a73 SHA512 f9c0400f1f5590d7185ae3fdac7adf1787a5f5198e52ebd02841b7df5113c5e34de6a66fa01b2f5735be4b21190dffb46e9d8b084ad5c00ebd99599a39ff73db
 DIST transifex-client-1.0.0.tar.gz 81323 BLAKE2B 1e9dea8388e88756dc8da78882eb18586536c9d84e19cdd204b3c8451e716b76bddf00032537e7fb2f9149568837bb18e43f3f321ca64f6f1dd0524a4d10ca3d SHA512 e4e5c43684fef7a866154dbca5246d9230d357ad7abe1009901d2e27a326a4ff25528c53af90534f2187081df0ff663664314188e5f1b0010e5edd5e263b8db5
 DIST transifex-client-1.0.3.tar.gz 82918 BLAKE2B 5c034064cb5fa2dff82f9db4cfb8e9b772923baae7f981e2994545388cc63beaa85f6ce666ed80d445a4cdf3cca02a81f681312f08648096f3fd32e2634f24bb SHA512 c98761793c22318011a066f0e69705c6163a14a861e321f42c5ca8772821661af19b9d559c5f1c193f7d413923bd8333707e74dd20cd6a0f6496559c5f4deff1
+DIST transifex-client-1.1-deps.tar.xz 227565760 BLAKE2B d976f8e778abd2bab54306f53afa02f450be3564d427ac3624849e17d2e1adc109c0ec344bfb052a59e5a8060dd0d7313919efbf9883243f27aa82b25df0d5fb SHA512 d244fc394db334478593b69069b61b2795607ed3fdf719b6083eebcb50e128e33c8513e35660490005f2716892d98886f990a0850a15f91c3f75e9569341005a
+DIST transifex-client-1.1.0.tar.gz 83035 BLAKE2B fafee6b554116c8525409b2ad581f4b9c46faf58332b885afc74468e73f50936af743e9fefca29f773a8126fd5e91f0fd902b3542c1d2bb0e41ff6475d3bcddb SHA512 315208498ad18a6008c16b8e7cf6c25c227b4c28f1c54ced7fc31d082da3eb54859230acd67ad293405770be444c96687a1879792b6385c3ca6cf5f221ed9450

diff --git a/app-i18n/transifex-client/transifex-client-1.1.0.ebuild b/app-i18n/transifex-client/transifex-client-1.1.0.ebuild
new file mode 100644
index 000000000000..f939ba472e2b
--- /dev/null
+++ b/app-i18n/transifex-client/transifex-client-1.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="The Transifex command-line client"
+HOMEPAGE="https://github.com/transifex/cli"
+
+go-module_set_globals
+
+SRC_URI="https://github.com/transifex/cli/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+	https://gitlab.com/api/v4/projects/35204985/packages/generic/${PN}/${PV}/${PN}-1.1-deps.tar.xz"
+S="${WORKDIR}"/cli-${PV}
+
+LICENSE="Apache-2.0 BSD BSD-2 ISC LGPL-3 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+src_compile() {
+	emake GOFLAGS="${GOFLAGS} -ldflags=-X="github.com/transifex/cli/internal/txlib.Version=${PV}
+}
+
+src_test() {
+	# Skip tests depending on a network connection. Bug #831772
+	rm internal/txlib/update_test.go || die
+	go test ./... || die
+}
+
+src_install() {
+	dobin bin/tx
+	dodoc README.md
+}


             reply	other threads:[~2022-04-08 15:50 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-08 15:50 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-28  6:02 [gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/ Sam James
2025-04-28  5:54 Sam James
2024-10-07  6:46 Joonas Niilola
2024-10-07  6:46 Joonas Niilola
2024-08-23  8:54 Yixun Lan
2024-08-23  8:54 Yixun Lan
2024-08-22  2:07 Sam James
2024-08-22  2:07 Sam James
2024-07-11 16:29 Eli Schwartz
2024-07-11 16:29 Eli Schwartz
2024-06-28  7:43 Joonas Niilola
2024-06-28  7:43 Joonas Niilola
2024-04-27 11:39 Yixun Lan
2024-04-27 11:39 Yixun Lan
2023-09-06  7:12 Joonas Niilola
2023-09-06  7:12 Joonas Niilola
2023-04-13  6:03 Joonas Niilola
2023-02-26  7:26 Joonas Niilola
2023-02-26  7:26 Joonas Niilola
2023-02-16 22:57 Sam James
2023-02-16 22:57 Sam James
2022-12-09  7:12 Joonas Niilola
2022-12-09  7:12 Joonas Niilola
2022-12-09  7:12 Joonas Niilola
2022-11-18  4:54 Sam James
2022-11-18  4:54 Sam James
2022-10-30  9:35 Sam James
2022-10-30  9:35 Sam James
2022-09-22 11:35 Joonas Niilola
2022-09-22 11:35 Joonas Niilola
2022-09-13  5:13 Joonas Niilola
2022-09-13  5:13 Joonas Niilola
2022-08-10  8:31 Joonas Niilola
2022-08-10  8:31 Joonas Niilola
2022-07-05  8:52 Joonas Niilola
2022-05-17  7:13 Sam James
2022-05-17  7:12 Sam James
2022-05-16 12:22 Jakov Smolić
2022-05-15 22:07 Jakov Smolić
2022-04-08 15:50 Joonas Niilola
2022-03-30 20:09 Jakov Smolić
2022-03-30 20:09 Jakov Smolić
2022-02-26  2:43 Sam James
2022-02-26  2:43 Sam James
2022-02-25  9:41 Yixun Lan
2022-02-25  9:40 Yixun Lan
2022-02-25  9:40 Yixun Lan
2022-02-19 10:09 Matthew Smith
2022-02-19 10:09 Matthew Smith
2022-02-11 19:07 Jakov Smolić
2022-02-11  7:24 Agostino Sarubbo
2022-01-28 18:53 Arthur Zamarin
2022-01-28  7:53 Sam James
2022-01-21 19:11 Sam James
2022-01-19  0:09 Sam James
2021-12-29  7:41 Sam James
2021-12-29  7:35 Sam James
2021-12-29  1:51 Sam James
2021-07-14 14:32 Joonas Niilola
2021-07-14 14:32 Joonas Niilola
2021-03-03 22:01 Sam James
2021-03-02 14:17 Thomas Deutschmann
2021-02-18 17:12 Sam James
2021-02-16  8:25 Sergei Trofimovich
2021-02-04 10:25 Joonas Niilola
2021-02-04 10:21 Joonas Niilola
2021-02-04 10:21 Joonas Niilola
2021-02-04 10:21 Joonas Niilola
2020-12-17 13:48 Joonas Niilola
2020-12-17 13:48 Joonas Niilola
2020-11-24 13:26 Joonas Niilola
2020-11-24 13:26 Joonas Niilola
2020-10-02  7:32 Joonas Niilola
2020-05-14 22:12 Aaron Bauman
2020-05-13 10:08 Agostino Sarubbo
2020-05-12 13:05 Agostino Sarubbo
2020-04-30 12:00 Joonas Niilola
2020-04-29  8:10 Joonas Niilola
2019-01-27 10:15 Pacho Ramos
2018-07-01  9:52 Mikle Kolyada
2018-06-27 17:15 Pacho Ramos
2017-08-13 13:00 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1649433037.34cf25c945973fbb491606cdbf612d0a86c6ffb4.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox