public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/tty-share-bin/
@ 2023-06-15 19:12 Haelwenn Monnier
  0 siblings, 0 replies; 6+ messages in thread
From: Haelwenn Monnier @ 2023-06-15 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     41abd3344ff11706ec7545193b742186f3923fb6
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jun 15 17:24:27 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Jun 15 17:24:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41abd334

app-misc/tty-share-bin: new package, add 2.4.0

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-misc/tty-share-bin/Manifest                   |  1 +
 app-misc/tty-share-bin/metadata.xml               | 16 ++++++++++++++++
 app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild | 18 ++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/app-misc/tty-share-bin/Manifest b/app-misc/tty-share-bin/Manifest
new file mode 100644
index 000000000..9ddda3ea5
--- /dev/null
+++ b/app-misc/tty-share-bin/Manifest
@@ -0,0 +1 @@
+DIST tty-share_linux-amd64 7536640 BLAKE2B 1f4d26a124bbc0b2ad5bce80526a80a1087dad57a7cabb99198ee6d48483ef24ae3db5edbffaa327892277b8aaec62ab44218d2c014bbe9fb82f63b157144672 SHA512 29c58f40f53b6e674b0bd219af354b646615d72cb13d52db847d904e01de1b86cb8676d8be3a757a53677fe2fcfe234690993fb8fa32c06389965d5ba523a6f7

diff --git a/app-misc/tty-share-bin/metadata.xml b/app-misc/tty-share-bin/metadata.xml
new file mode 100644
index 000000000..88f08992f
--- /dev/null
+++ b/app-misc/tty-share-bin/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>zdanevich.vitaly@ya.ru</email>
+		<name>Vitaly Zdanevich</name>
+	</maintainer>
+	<longdescription lang="en">
+		tty-share is a very simple tool used to share your Linux/OSX terminal over the Internet. It is written in GO, results in a static cross-platform binary with no dependencies, and therefore will also work on your Raspberry Pi. The remote participant needs not setup, and they can join the session from the browser or from the terminal. The session can be shared either over the Internet, or only in the local network. When sharing it over the Internet (outside your NAT), tty-share will connect to proxy server that will mediate the communication between the participants. An instance of this server runs at tty-share.com, but you can run your own.
+
+		This is an alternative to tmate.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">elisescu/tty-share</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
new file mode 100644
index 000000000..737bd5ea5
--- /dev/null
+++ b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Foundation
+# # Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Screen sharing for terminal: ASCII in browser or terminal, without pixels moving"
+HOMEPAGE="https://github.com/elisescu/tty-share"
+
+SRC_URI="https://github.com/elisescu/tty-share/releases/download/v${PV}/tty-share_linux-amd64"
+S="${WORKDIR}"
+KEYWORDS="~amd64"
+
+LICENSE="MIT"
+SLOT="0"
+
+src_install() {
+	newbin "${DISTDIR}/tty-share_linux-amd64" tty-share-bin
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/tty-share-bin/
@ 2023-09-14 13:22 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2023-09-14 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0cd83fa3830797a1baeaa0fb2739847699d1b566
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Sep 14 05:49:07 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 14 05:49:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cd83fa3

app-misc/tty-share-bin: hardcode to ${PN}

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
index cd41f37cfa..5916ce6c97 100644
--- a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
+++ b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
@@ -16,5 +16,5 @@ SLOT="0"
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 
 src_install() {
-	newbin "${DISTDIR}/tty-share_linux-amd64" tty-share-bin
+	newbin "${DISTDIR}/tty-share_linux-amd64" ${PN}
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/tty-share-bin/
@ 2023-09-14 13:22 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2023-09-14 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     31efa3bb173b36fa4cbd704c657d2662ed171306
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Sep 14 05:48:07 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 14 05:48:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31efa3bb

app-misc/tty-share-bin: add QA_FLAGS_IGNORED

Closes: https://bugs.gentoo.org/908569
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
index 737bd5ea50..cd41f37cfa 100644
--- a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
+++ b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
@@ -13,6 +13,8 @@ KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"
 
+QA_FLAGS_IGNORED="usr/bin/${PN}"
+
 src_install() {
 	newbin "${DISTDIR}/tty-share_linux-amd64" tty-share-bin
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/tty-share-bin/
@ 2023-12-01 15:26 Viorel Munteanu
  0 siblings, 0 replies; 6+ messages in thread
From: Viorel Munteanu @ 2023-12-01 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9ab001a86e2967042e5d30b17a65af95c6b8d7b1
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Dec  1 11:37:44 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 11:37:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ab001a8

app-misc/tty-share-bin: RESTRICT strip

Closes: https://bugs.gentoo.org/908570
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
index 5916ce6c97..cefe417752 100644
--- a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
+++ b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
@@ -12,6 +12,7 @@ KEYWORDS="~amd64"
 
 LICENSE="MIT"
 SLOT="0"
+RESTRICT="strip"
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/tty-share-bin/
@ 2024-02-15 14:58 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-02-15 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c157493a16758bf300b2059c563c9f6993a0e511
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Feb 15 10:54:12 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb 15 10:54:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c157493a

app-misc/tty-share-bin: fix comment line

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
index cefe417752..e472471c89 100644
--- a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
+++ b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
@@ -1,5 +1,5 @@
 # Copyright 1999-2023 Gentoo Foundation
-# # Distributed under the terms of the GNU General Public License v2
+# Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/tty-share-bin/
@ 2024-02-15 14:58 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-02-15 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     071437e60ffa257cf246f19ccbb48536c5793dcc
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Feb 15 10:55:20 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb 15 10:55:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=071437e6

app-misc/tty-share-bin: replace QA_FLAGS_IGNORED to QA_PREBUILT

Closes: https://bugs.gentoo.org/show_bug.cgi?id=908568
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
index e472471c89..695866da06 100644
--- a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
+++ b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild
@@ -14,7 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 RESTRICT="strip"
 
-QA_FLAGS_IGNORED="usr/bin/${PN}"
+QA_PREBUILT="usr/bin/${PN}"
 
 src_install() {
 	newbin "${DISTDIR}/tty-share_linux-amd64" ${PN}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-02-15 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-15 19:12 [gentoo-commits] repo/proj/guru:master commit in: app-misc/tty-share-bin/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2023-09-14 13:22 David Roman
2023-09-14 13:22 David Roman
2023-12-01 15:26 Viorel Munteanu
2024-02-15 14:58 David Roman
2024-02-15 14:58 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox