* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gsocket/
@ 2023-11-23 0:23 Daichi Yamamoto
0 siblings, 0 replies; 3+ messages in thread
From: Daichi Yamamoto @ 2023-11-23 0:23 UTC (permalink / raw
To: gentoo-commits
commit: 7f3159a157e6aea6f3944feb22d2a6833736e5ce
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Thu Nov 23 00:23:38 2023 +0000
Commit: Daichi Yamamoto <dev <AT> dyama <DOT> net>
CommitDate: Thu Nov 23 00:23:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f3159a1
net-misc/gsocket: new package, add 1.4.41, 9999
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
net-misc/gsocket/Manifest | 1 +
net-misc/gsocket/gsocket-1.4.41.ebuild | 28 ++++++++++++++++++++++++++++
net-misc/gsocket/gsocket-9999.ebuild | 28 ++++++++++++++++++++++++++++
net-misc/gsocket/metadata.xml | 11 +++++++++++
4 files changed, 68 insertions(+)
diff --git a/net-misc/gsocket/Manifest b/net-misc/gsocket/Manifest
new file mode 100644
index 0000000000..d1752355cd
--- /dev/null
+++ b/net-misc/gsocket/Manifest
@@ -0,0 +1 @@
+DIST gsocket-1.4.41.tar.gz 219668 BLAKE2B 794b74890edf3c80f26b258255a9a2a53fe634efcf203a5af5582177ce9445d79e048d631849cc00fbbda4de067a7dc7eba780c71b3f0e98f468e3ed90cd0f9f SHA512 a579b27f10d346568f203e26d57967b8c9cd3756485b1782d33278ec386fc735ce812ca1f151261f42957fce24ebdce62b67d09ab418d7187b56442765820956
diff --git a/net-misc/gsocket/gsocket-1.4.41.ebuild b/net-misc/gsocket/gsocket-1.4.41.ebuild
new file mode 100644
index 0000000000..62ab97c1a2
--- /dev/null
+++ b/net-misc/gsocket/gsocket-1.4.41.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Connect like there is no firewall. Securely."
+HOMEPAGE="https://www.gsocket.io/"
+
+if [[ ${PV} == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/hackerschoice/gsocket.git"
+else
+ SRC_URI="https://github.com/hackerschoice/gsocket/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+
+DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/net-misc/gsocket/gsocket-9999.ebuild b/net-misc/gsocket/gsocket-9999.ebuild
new file mode 100644
index 0000000000..62ab97c1a2
--- /dev/null
+++ b/net-misc/gsocket/gsocket-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Connect like there is no firewall. Securely."
+HOMEPAGE="https://www.gsocket.io/"
+
+if [[ ${PV} == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/hackerschoice/gsocket.git"
+else
+ SRC_URI="https://github.com/hackerschoice/gsocket/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+
+DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/net-misc/gsocket/metadata.xml b/net-misc/gsocket/metadata.xml
new file mode 100644
index 0000000000..366b044685
--- /dev/null
+++ b/net-misc/gsocket/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dev@dyama.net</email>
+ <name>Daichi Yamamoto</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">hackerschoice/gsocket</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gsocket/
@ 2024-05-29 8:34 Florian Schmaus
2024-05-29 8:35 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
0 siblings, 1 reply; 3+ messages in thread
From: Florian Schmaus @ 2024-05-29 8:34 UTC (permalink / raw
To: gentoo-commits
commit: 0005f1cf375728a5b56c36f74dbcc4fc58884940
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 08:33:36 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed May 29 08:33:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0005f1cf
net-misc/gsocket: treeclean, promote to ::gentoo
As discussed with Daichi, gsocket gets promoted to ::gentoo.
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-misc/gsocket/Manifest | 1 -
net-misc/gsocket/gsocket-1.4.41.ebuild | 28 ----------------------------
net-misc/gsocket/gsocket-9999.ebuild | 28 ----------------------------
net-misc/gsocket/metadata.xml | 11 -----------
4 files changed, 68 deletions(-)
diff --git a/net-misc/gsocket/Manifest b/net-misc/gsocket/Manifest
deleted file mode 100644
index d1752355c..000000000
--- a/net-misc/gsocket/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gsocket-1.4.41.tar.gz 219668 BLAKE2B 794b74890edf3c80f26b258255a9a2a53fe634efcf203a5af5582177ce9445d79e048d631849cc00fbbda4de067a7dc7eba780c71b3f0e98f468e3ed90cd0f9f SHA512 a579b27f10d346568f203e26d57967b8c9cd3756485b1782d33278ec386fc735ce812ca1f151261f42957fce24ebdce62b67d09ab418d7187b56442765820956
diff --git a/net-misc/gsocket/gsocket-1.4.41.ebuild b/net-misc/gsocket/gsocket-1.4.41.ebuild
deleted file mode 100644
index 62ab97c1a..000000000
--- a/net-misc/gsocket/gsocket-1.4.41.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Connect like there is no firewall. Securely."
-HOMEPAGE="https://www.gsocket.io/"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/hackerschoice/gsocket.git"
-else
- SRC_URI="https://github.com/hackerschoice/gsocket/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-
-DEPEND="dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}
diff --git a/net-misc/gsocket/gsocket-9999.ebuild b/net-misc/gsocket/gsocket-9999.ebuild
deleted file mode 100644
index 62ab97c1a..000000000
--- a/net-misc/gsocket/gsocket-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Connect like there is no firewall. Securely."
-HOMEPAGE="https://www.gsocket.io/"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/hackerschoice/gsocket.git"
-else
- SRC_URI="https://github.com/hackerschoice/gsocket/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-
-DEPEND="dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}
diff --git a/net-misc/gsocket/metadata.xml b/net-misc/gsocket/metadata.xml
deleted file mode 100644
index 366b04468..000000000
--- a/net-misc/gsocket/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dev@dyama.net</email>
- <name>Daichi Yamamoto</name>
- </maintainer>
- <upstream>
- <remote-id type="github">hackerschoice/gsocket</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/gsocket/
2024-05-29 8:34 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gsocket/ Florian Schmaus
@ 2024-05-29 8:35 ` Florian Schmaus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2024-05-29 8:35 UTC (permalink / raw
To: gentoo-commits
commit: 0005f1cf375728a5b56c36f74dbcc4fc58884940
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 08:33:36 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed May 29 08:33:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0005f1cf
net-misc/gsocket: treeclean, promote to ::gentoo
As discussed with Daichi, gsocket gets promoted to ::gentoo.
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-misc/gsocket/Manifest | 1 -
net-misc/gsocket/gsocket-1.4.41.ebuild | 28 ----------------------------
net-misc/gsocket/gsocket-9999.ebuild | 28 ----------------------------
net-misc/gsocket/metadata.xml | 11 -----------
4 files changed, 68 deletions(-)
diff --git a/net-misc/gsocket/Manifest b/net-misc/gsocket/Manifest
deleted file mode 100644
index d1752355c..000000000
--- a/net-misc/gsocket/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gsocket-1.4.41.tar.gz 219668 BLAKE2B 794b74890edf3c80f26b258255a9a2a53fe634efcf203a5af5582177ce9445d79e048d631849cc00fbbda4de067a7dc7eba780c71b3f0e98f468e3ed90cd0f9f SHA512 a579b27f10d346568f203e26d57967b8c9cd3756485b1782d33278ec386fc735ce812ca1f151261f42957fce24ebdce62b67d09ab418d7187b56442765820956
diff --git a/net-misc/gsocket/gsocket-1.4.41.ebuild b/net-misc/gsocket/gsocket-1.4.41.ebuild
deleted file mode 100644
index 62ab97c1a..000000000
--- a/net-misc/gsocket/gsocket-1.4.41.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Connect like there is no firewall. Securely."
-HOMEPAGE="https://www.gsocket.io/"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/hackerschoice/gsocket.git"
-else
- SRC_URI="https://github.com/hackerschoice/gsocket/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-
-DEPEND="dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}
diff --git a/net-misc/gsocket/gsocket-9999.ebuild b/net-misc/gsocket/gsocket-9999.ebuild
deleted file mode 100644
index 62ab97c1a..000000000
--- a/net-misc/gsocket/gsocket-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Connect like there is no firewall. Securely."
-HOMEPAGE="https://www.gsocket.io/"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/hackerschoice/gsocket.git"
-else
- SRC_URI="https://github.com/hackerschoice/gsocket/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-
-DEPEND="dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}
diff --git a/net-misc/gsocket/metadata.xml b/net-misc/gsocket/metadata.xml
deleted file mode 100644
index 366b04468..000000000
--- a/net-misc/gsocket/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dev@dyama.net</email>
- <name>Daichi Yamamoto</name>
- </maintainer>
- <upstream>
- <remote-id type="github">hackerschoice/gsocket</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-29 8:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29 8:34 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gsocket/ Florian Schmaus
2024-05-29 8:35 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2023-11-23 0:23 [gentoo-commits] repo/proj/guru:dev " Daichi Yamamoto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox