From: "Daichi Yamamoto" <dev@dyama.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gsocket/
Date: Thu, 23 Nov 2023 00:23:59 +0000 (UTC) [thread overview]
Message-ID: <1700699018.7f3159a157e6aea6f3944feb22d2a6833736e5ce.dev@gentoo> (raw)
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>
next reply other threads:[~2023-11-23 0:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-23 0:23 Daichi Yamamoto [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-29 8:34 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gsocket/ Florian Schmaus
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=1700699018.7f3159a157e6aea6f3944feb22d2a6833736e5ce.dev@gentoo \
--to=dev@dyama.net \
--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