From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1F991581D3 for ; Wed, 29 May 2024 08:34:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE941E2A2D; Wed, 29 May 2024 08:34:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD770E2A2D for ; Wed, 29 May 2024 08:34:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D182A34067D for ; Wed, 29 May 2024 08:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AC291610 for ; Wed, 29 May 2024 08:34:17 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1716971625.0005f1cf375728a5b56c36f74dbcc4fc58884940.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gsocket/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gsocket/Manifest net-misc/gsocket/gsocket-1.4.41.ebuild net-misc/gsocket/gsocket-9999.ebuild net-misc/gsocket/metadata.xml X-VCS-Directories: net-misc/gsocket/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0005f1cf375728a5b56c36f74dbcc4fc58884940 X-VCS-Branch: dev Date: Wed, 29 May 2024 08:34:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4428ad25-bfb3-45ed-a4f6-ad6a0b1e92b2 X-Archives-Hash: a5405da48e6f25ef924b261d014bb0a5 commit: 0005f1cf375728a5b56c36f74dbcc4fc58884940 Author: Florian Schmaus gentoo org> AuthorDate: Wed May 29 08:33:36 2024 +0000 Commit: Florian Schmaus gentoo 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 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 @@ - - - - - dev@dyama.net - Daichi Yamamoto - - - hackerschoice/gsocket - - From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBAD21581D3 for ; Wed, 29 May 2024 08:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F27C12BC01E; Wed, 29 May 2024 08:35:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1E582BC01D for ; Wed, 29 May 2024 08:35:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E432A34164C for ; Wed, 29 May 2024 08:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E13A31BFC for ; Wed, 29 May 2024 08:35:07 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1716971625.0005f1cf375728a5b56c36f74dbcc4fc58884940.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/gsocket/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gsocket/Manifest net-misc/gsocket/gsocket-1.4.41.ebuild net-misc/gsocket/gsocket-9999.ebuild net-misc/gsocket/metadata.xml X-VCS-Directories: net-misc/gsocket/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0005f1cf375728a5b56c36f74dbcc4fc58884940 X-VCS-Branch: master Date: Wed, 29 May 2024 08:35:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b59bd1a6-707a-44a3-b683-207c289b5027 X-Archives-Hash: 9fb8440d2a2bafe5a240b4f8043675f6 Message-ID: <20240529083507.Q6Sf6Ion54Jv7sUL5Jrqh3FjN3B-YjcdHVQCXgCLsEk@z> commit: 0005f1cf375728a5b56c36f74dbcc4fc58884940 Author: Florian Schmaus gentoo org> AuthorDate: Wed May 29 08:33:36 2024 +0000 Commit: Florian Schmaus gentoo 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 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 @@ - - - - - dev@dyama.net - Daichi Yamamoto - - - hackerschoice/gsocket - -