public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/myip/
@ 2021-04-20  9:43 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-04-20  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d70a686ae5073e9db2744a14996552fd1f629078
Author:     Marco Sirabella <marco <AT> sirabella <DOT> org>
AuthorDate: Tue Apr 20 03:51:52 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 20 03:52:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d70a686a

net-misc/myip: Add new package

Signed-off-by: Marco Sirabella <marco <AT> sirabella.org>

 net-misc/myip/Manifest          |  5 +++++
 net-misc/myip/metadata.xml      | 16 ++++++++++++++++
 net-misc/myip/myip-1.2.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/net-misc/myip/Manifest b/net-misc/myip/Manifest
new file mode 100644
index 000000000..2dba302d1
--- /dev/null
+++ b/net-misc/myip/Manifest
@@ -0,0 +1,5 @@
+DIST github.com%2F!snawoot%2Fextip%2F@v%2Fv1.0.0.mod 72 BLAKE2B bf71b172b963882ba2fcac7f11ff6c2493e5ebba316023f217873e47487231f425a699fcd2c2d18a35a382099a632e685366cf7e658888294b0ed5bf78706b0c SHA512 73120a6555cf7d77c9e8ac03f8029d79a7dcd8d98794bd51137d3c3bb3aea32fa6a3d7e1703b1c86d73b30941da8e6c5e385fb5470884081817ccf201c72f49f
+DIST github.com%2F!snawoot%2Fextip%2F@v%2Fv1.0.0.zip 3841 BLAKE2B fd477585925a3581cc00bef085ae147ecb95908072c33355e6be2f2b00c8b0c15b473043b9b00918242c97a725c9a13b6d04f86847937f6bb47eff2c009492ed SHA512 9e09d53ceaf903cdd374f0b8eb8d59457c7e76555b5ee682c3562560e3f9a4250db311738539d759e2fb7605f6f72b7289234bb26ec5c8b2dd88f2e1ed5f7258
+DIST gortc.io%2Fstun%2F@v%2Fv1.22.2.mod 30 BLAKE2B ebe4c3ce49779332e6622a802eebc7533873a76e7a8f4ff0949dda910f3a89aaf4d0c1923503e976ae45d9fe11eaaa9d9d1bccbb6746fa011e85cd74fe1e003e SHA512 b2dfe24c7e28b9430b503908a877ee2e39223604aad87f433ae240bc8479e89dbd35a3aec422fe1280e111fdace3b2064586ab688f5561954b924d17cb070e4a
+DIST gortc.io%2Fstun%2F@v%2Fv1.22.2.zip 113037 BLAKE2B af5e80d5a058a5b3dcdc87ba772028475339d676f10d84c6f97fb740e7b34c0bf82028eaec707fcbb42ac7e682609421df4a3b055778c4ae8e97d5200ad88a13 SHA512 434affee0b63952297d77a31b7a285c4313023a3d39d139b8153144394c45be7d702e9b1f614a44831195e671a12fc226c4a95c0293f109baee58071ee17b5fa
+DIST myip-1.2.0.tar.gz 3461 BLAKE2B 8d08789f5a2fbbd59a8bc0c9f98227f4779f7f66bf039d4b6e0e166e073f22c08dd7a29626e634cf01f93e2c5842266c74d21a60fb8c91f8e79974ec4555fdd3 SHA512 e16c8d3a4bab39ec350ba0d38a9ba4598c4d44a0510bfc233542701c49fd1f33ab6ec2345795cc6dcdda426027dee1bc59085b29d7f9cb1899892276ed40eb12

diff --git a/net-misc/myip/metadata.xml b/net-misc/myip/metadata.xml
new file mode 100644
index 000000000..8c546d2a8
--- /dev/null
+++ b/net-misc/myip/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marco@sirabella.org</email>
+		<name>Marco Sirabella</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Snawoot/myip</remote-id>
+		<bugs-to>https://github.com/Snawoot/myip/issues</bugs-to>
+		<changelog>https://git.vuxu.org/nq/plain/NEWS.md</changelog>
+	</upstream>
+	<longdescription lang="en">
+		Reliably and quickly get your external IP address from public STUN servers. Program issues parallel queries to public STUN servers to determine public IP address and returns result as soon as quorum of matching responses reached.
+	</longdescription>
+</pkgmetadata>

diff --git a/net-misc/myip/myip-1.2.0.ebuild b/net-misc/myip/myip-1.2.0.ebuild
new file mode 100644
index 000000000..c3d4bb6bc
--- /dev/null
+++ b/net-misc/myip/myip-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module
+
+EGO_SUM=(
+	"github.com/Snawoot/extip v1.0.0/go.mod"
+	"github.com/Snawoot/extip v1.0.0"
+	"gortc.io/stun v1.22.2/go.mod"
+	"gortc.io/stun v1.22.2"
+)
+go-module_set_globals
+
+DESCRIPTION="Get your external IP address using STUN server"
+HOMEPAGE="https://github.com/Snawoot/myip"
+EGO_PN="github.com/Snawoot/${PN}"
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+${EGO_SUM_SRC_URI}"
+
+LICENSE="MIT BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+	dobin bin/*
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/myip/
@ 2023-10-06 14:11 David Roman
  2023-10-06 14:38 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 4+ messages in thread
From: David Roman @ 2023-10-06 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     50209073a6bd2f24d0e0cd28d30c6f111b4c1e5f
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Oct  6 14:11:53 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Oct  6 14:11:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50209073

net-misc/myip: drop 1.2.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 net-misc/myip/Manifest          |  5 -----
 net-misc/myip/myip-1.2.0.ebuild | 32 --------------------------------
 2 files changed, 37 deletions(-)

diff --git a/net-misc/myip/Manifest b/net-misc/myip/Manifest
index fbba3a92b9..0023237eed 100644
--- a/net-misc/myip/Manifest
+++ b/net-misc/myip/Manifest
@@ -1,7 +1,2 @@
-DIST github.com%2F!snawoot%2Fextip%2F@v%2Fv1.0.0.mod 72 BLAKE2B bf71b172b963882ba2fcac7f11ff6c2493e5ebba316023f217873e47487231f425a699fcd2c2d18a35a382099a632e685366cf7e658888294b0ed5bf78706b0c SHA512 73120a6555cf7d77c9e8ac03f8029d79a7dcd8d98794bd51137d3c3bb3aea32fa6a3d7e1703b1c86d73b30941da8e6c5e385fb5470884081817ccf201c72f49f
-DIST github.com%2F!snawoot%2Fextip%2F@v%2Fv1.0.0.zip 3841 BLAKE2B fd477585925a3581cc00bef085ae147ecb95908072c33355e6be2f2b00c8b0c15b473043b9b00918242c97a725c9a13b6d04f86847937f6bb47eff2c009492ed SHA512 9e09d53ceaf903cdd374f0b8eb8d59457c7e76555b5ee682c3562560e3f9a4250db311738539d759e2fb7605f6f72b7289234bb26ec5c8b2dd88f2e1ed5f7258
-DIST gortc.io%2Fstun%2F@v%2Fv1.22.2.mod 30 BLAKE2B ebe4c3ce49779332e6622a802eebc7533873a76e7a8f4ff0949dda910f3a89aaf4d0c1923503e976ae45d9fe11eaaa9d9d1bccbb6746fa011e85cd74fe1e003e SHA512 b2dfe24c7e28b9430b503908a877ee2e39223604aad87f433ae240bc8479e89dbd35a3aec422fe1280e111fdace3b2064586ab688f5561954b924d17cb070e4a
-DIST gortc.io%2Fstun%2F@v%2Fv1.22.2.zip 113037 BLAKE2B af5e80d5a058a5b3dcdc87ba772028475339d676f10d84c6f97fb740e7b34c0bf82028eaec707fcbb42ac7e682609421df4a3b055778c4ae8e97d5200ad88a13 SHA512 434affee0b63952297d77a31b7a285c4313023a3d39d139b8153144394c45be7d702e9b1f614a44831195e671a12fc226c4a95c0293f109baee58071ee17b5fa
-DIST myip-1.2.0.tar.gz 3461 BLAKE2B 8d08789f5a2fbbd59a8bc0c9f98227f4779f7f66bf039d4b6e0e166e073f22c08dd7a29626e634cf01f93e2c5842266c74d21a60fb8c91f8e79974ec4555fdd3 SHA512 e16c8d3a4bab39ec350ba0d38a9ba4598c4d44a0510bfc233542701c49fd1f33ab6ec2345795cc6dcdda426027dee1bc59085b29d7f9cb1899892276ed40eb12
 DIST myip-1.2.1-vendor.tar.xz 30924 BLAKE2B c4dd4152f92b749d24c64e547c57f09836b668511b51950d6ed2f8766a0fba31bee838b9bd66fe325e11424d959b9007c37ef2bd18948842411d77e0d5b00026 SHA512 e0a9e75eaf99e0ba4c286c6ac9e0660ecdb954421c010aed61a3d148fbed6a9d6a5fa59b61f0e22773a251378c392e08c8fe6fee5d5f9c51ffd70a11cafc53ff
 DIST myip-1.2.1.tar.gz 4446 BLAKE2B b81841ef2fe7d835c71872aee99c02f4a67e475c0417fadd7e780bc58c54fc8df3c82493406cbeef296def3c9d38da9dbc2d45b309a5f58e3c11b9e62c27dd85 SHA512 2a304f491412025b1d86d911517d68eb06c8a5c573050b3453295c92cfd5b5602a045282c4ecce3e80efc191d26aecfc2a9d061759f3ad453da11afbc217f388

diff --git a/net-misc/myip/myip-1.2.0.ebuild b/net-misc/myip/myip-1.2.0.ebuild
deleted file mode 100644
index c3d4bb6bc1..0000000000
--- a/net-misc/myip/myip-1.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module
-
-EGO_SUM=(
-	"github.com/Snawoot/extip v1.0.0/go.mod"
-	"github.com/Snawoot/extip v1.0.0"
-	"gortc.io/stun v1.22.2/go.mod"
-	"gortc.io/stun v1.22.2"
-)
-go-module_set_globals
-
-DESCRIPTION="Get your external IP address using STUN server"
-HOMEPAGE="https://github.com/Snawoot/myip"
-EGO_PN="github.com/Snawoot/${PN}"
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-${EGO_SUM_SRC_URI}"
-
-LICENSE="MIT BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_install() {
-	dobin bin/*
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/myip/
  2023-10-06 14:11 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/myip/ David Roman
@ 2023-10-06 14:38 ` David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2023-10-06 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     50209073a6bd2f24d0e0cd28d30c6f111b4c1e5f
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Oct  6 14:11:53 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Oct  6 14:11:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50209073

net-misc/myip: drop 1.2.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 net-misc/myip/Manifest          |  5 -----
 net-misc/myip/myip-1.2.0.ebuild | 32 --------------------------------
 2 files changed, 37 deletions(-)

diff --git a/net-misc/myip/Manifest b/net-misc/myip/Manifest
index fbba3a92b9..0023237eed 100644
--- a/net-misc/myip/Manifest
+++ b/net-misc/myip/Manifest
@@ -1,7 +1,2 @@
-DIST github.com%2F!snawoot%2Fextip%2F@v%2Fv1.0.0.mod 72 BLAKE2B bf71b172b963882ba2fcac7f11ff6c2493e5ebba316023f217873e47487231f425a699fcd2c2d18a35a382099a632e685366cf7e658888294b0ed5bf78706b0c SHA512 73120a6555cf7d77c9e8ac03f8029d79a7dcd8d98794bd51137d3c3bb3aea32fa6a3d7e1703b1c86d73b30941da8e6c5e385fb5470884081817ccf201c72f49f
-DIST github.com%2F!snawoot%2Fextip%2F@v%2Fv1.0.0.zip 3841 BLAKE2B fd477585925a3581cc00bef085ae147ecb95908072c33355e6be2f2b00c8b0c15b473043b9b00918242c97a725c9a13b6d04f86847937f6bb47eff2c009492ed SHA512 9e09d53ceaf903cdd374f0b8eb8d59457c7e76555b5ee682c3562560e3f9a4250db311738539d759e2fb7605f6f72b7289234bb26ec5c8b2dd88f2e1ed5f7258
-DIST gortc.io%2Fstun%2F@v%2Fv1.22.2.mod 30 BLAKE2B ebe4c3ce49779332e6622a802eebc7533873a76e7a8f4ff0949dda910f3a89aaf4d0c1923503e976ae45d9fe11eaaa9d9d1bccbb6746fa011e85cd74fe1e003e SHA512 b2dfe24c7e28b9430b503908a877ee2e39223604aad87f433ae240bc8479e89dbd35a3aec422fe1280e111fdace3b2064586ab688f5561954b924d17cb070e4a
-DIST gortc.io%2Fstun%2F@v%2Fv1.22.2.zip 113037 BLAKE2B af5e80d5a058a5b3dcdc87ba772028475339d676f10d84c6f97fb740e7b34c0bf82028eaec707fcbb42ac7e682609421df4a3b055778c4ae8e97d5200ad88a13 SHA512 434affee0b63952297d77a31b7a285c4313023a3d39d139b8153144394c45be7d702e9b1f614a44831195e671a12fc226c4a95c0293f109baee58071ee17b5fa
-DIST myip-1.2.0.tar.gz 3461 BLAKE2B 8d08789f5a2fbbd59a8bc0c9f98227f4779f7f66bf039d4b6e0e166e073f22c08dd7a29626e634cf01f93e2c5842266c74d21a60fb8c91f8e79974ec4555fdd3 SHA512 e16c8d3a4bab39ec350ba0d38a9ba4598c4d44a0510bfc233542701c49fd1f33ab6ec2345795cc6dcdda426027dee1bc59085b29d7f9cb1899892276ed40eb12
 DIST myip-1.2.1-vendor.tar.xz 30924 BLAKE2B c4dd4152f92b749d24c64e547c57f09836b668511b51950d6ed2f8766a0fba31bee838b9bd66fe325e11424d959b9007c37ef2bd18948842411d77e0d5b00026 SHA512 e0a9e75eaf99e0ba4c286c6ac9e0660ecdb954421c010aed61a3d148fbed6a9d6a5fa59b61f0e22773a251378c392e08c8fe6fee5d5f9c51ffd70a11cafc53ff
 DIST myip-1.2.1.tar.gz 4446 BLAKE2B b81841ef2fe7d835c71872aee99c02f4a67e475c0417fadd7e780bc58c54fc8df3c82493406cbeef296def3c9d38da9dbc2d45b309a5f58e3c11b9e62c27dd85 SHA512 2a304f491412025b1d86d911517d68eb06c8a5c573050b3453295c92cfd5b5602a045282c4ecce3e80efc191d26aecfc2a9d061759f3ad453da11afbc217f388

diff --git a/net-misc/myip/myip-1.2.0.ebuild b/net-misc/myip/myip-1.2.0.ebuild
deleted file mode 100644
index c3d4bb6bc1..0000000000
--- a/net-misc/myip/myip-1.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module
-
-EGO_SUM=(
-	"github.com/Snawoot/extip v1.0.0/go.mod"
-	"github.com/Snawoot/extip v1.0.0"
-	"gortc.io/stun v1.22.2/go.mod"
-	"gortc.io/stun v1.22.2"
-)
-go-module_set_globals
-
-DESCRIPTION="Get your external IP address using STUN server"
-HOMEPAGE="https://github.com/Snawoot/myip"
-EGO_PN="github.com/Snawoot/${PN}"
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-${EGO_SUM_SRC_URI}"
-
-LICENSE="MIT BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_install() {
-	dobin bin/*
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/myip/
  2023-10-06 14:11 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2023-10-06 14:38 ` David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2023-10-06 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     26f0c9d1dcbd0a7984415ad65547770ad0f3ea76
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Oct  6 14:11:07 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Oct  6 14:11:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26f0c9d1

net-misc/myip: add 1.2.1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 net-misc/myip/Manifest          |  2 ++
 net-misc/myip/myip-1.2.1.ebuild | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/net-misc/myip/Manifest b/net-misc/myip/Manifest
index 2dba302d13..fbba3a92b9 100644
--- a/net-misc/myip/Manifest
+++ b/net-misc/myip/Manifest
@@ -3,3 +3,5 @@ DIST github.com%2F!snawoot%2Fextip%2F@v%2Fv1.0.0.zip 3841 BLAKE2B fd477585925a35
 DIST gortc.io%2Fstun%2F@v%2Fv1.22.2.mod 30 BLAKE2B ebe4c3ce49779332e6622a802eebc7533873a76e7a8f4ff0949dda910f3a89aaf4d0c1923503e976ae45d9fe11eaaa9d9d1bccbb6746fa011e85cd74fe1e003e SHA512 b2dfe24c7e28b9430b503908a877ee2e39223604aad87f433ae240bc8479e89dbd35a3aec422fe1280e111fdace3b2064586ab688f5561954b924d17cb070e4a
 DIST gortc.io%2Fstun%2F@v%2Fv1.22.2.zip 113037 BLAKE2B af5e80d5a058a5b3dcdc87ba772028475339d676f10d84c6f97fb740e7b34c0bf82028eaec707fcbb42ac7e682609421df4a3b055778c4ae8e97d5200ad88a13 SHA512 434affee0b63952297d77a31b7a285c4313023a3d39d139b8153144394c45be7d702e9b1f614a44831195e671a12fc226c4a95c0293f109baee58071ee17b5fa
 DIST myip-1.2.0.tar.gz 3461 BLAKE2B 8d08789f5a2fbbd59a8bc0c9f98227f4779f7f66bf039d4b6e0e166e073f22c08dd7a29626e634cf01f93e2c5842266c74d21a60fb8c91f8e79974ec4555fdd3 SHA512 e16c8d3a4bab39ec350ba0d38a9ba4598c4d44a0510bfc233542701c49fd1f33ab6ec2345795cc6dcdda426027dee1bc59085b29d7f9cb1899892276ed40eb12
+DIST myip-1.2.1-vendor.tar.xz 30924 BLAKE2B c4dd4152f92b749d24c64e547c57f09836b668511b51950d6ed2f8766a0fba31bee838b9bd66fe325e11424d959b9007c37ef2bd18948842411d77e0d5b00026 SHA512 e0a9e75eaf99e0ba4c286c6ac9e0660ecdb954421c010aed61a3d148fbed6a9d6a5fa59b61f0e22773a251378c392e08c8fe6fee5d5f9c51ffd70a11cafc53ff
+DIST myip-1.2.1.tar.gz 4446 BLAKE2B b81841ef2fe7d835c71872aee99c02f4a67e475c0417fadd7e780bc58c54fc8df3c82493406cbeef296def3c9d38da9dbc2d45b309a5f58e3c11b9e62c27dd85 SHA512 2a304f491412025b1d86d911517d68eb06c8a5c573050b3453295c92cfd5b5602a045282c4ecce3e80efc191d26aecfc2a9d061759f3ad453da11afbc217f388

diff --git a/net-misc/myip/myip-1.2.1.ebuild b/net-misc/myip/myip-1.2.1.ebuild
new file mode 100644
index 0000000000..9328ae44b4
--- /dev/null
+++ b/net-misc/myip/myip-1.2.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Get your external IP address using STUN server"
+HOMEPAGE="https://github.com/Snawoot/myip"
+EGO_PN="github.com/Snawoot/${PN}"
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="MIT BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+	dobin bin/*
+}


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

end of thread, other threads:[~2023-10-06 14:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 14:11 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/myip/ David Roman
2023-10-06 14:38 ` [gentoo-commits] repo/proj/guru:master " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2023-10-06 14:11 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-10-06 14:38 ` [gentoo-commits] repo/proj/guru:master " David Roman
2021-04-20  9:43 Andrew Ammerlaan

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