public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: net-libs/ixwebsocket/
@ 2021-09-20 19:06 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2021-09-20 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     ecaf6a5d1cee773c8c67a15b1f19b5cfa5e89ca7
Author:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Mon Sep 20 14:39:30 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 14:39:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ecaf6a5d

net-libs/ixwebsocket: Add missing dependencies

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>

 net-libs/ixwebsocket/ixwebsocket-11.2.8.ebuild | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/net-libs/ixwebsocket/ixwebsocket-11.2.8.ebuild b/net-libs/ixwebsocket/ixwebsocket-11.2.8.ebuild
index 43bcde917..a31363a8c 100644
--- a/net-libs/ixwebsocket/ixwebsocket-11.2.8.ebuild
+++ b/net-libs/ixwebsocket/ixwebsocket-11.2.8.ebuild
@@ -17,17 +17,26 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+ssl test zlib ws"
 
 DEPEND="
-	sys-libs/zlib:=
-
+	ssl? (
+		dev-libs/openssl:=
+	)
 	ws? (
 		>=dev-libs/spdlog-1.8.0:=
 	)
+	zlib? (
+		sys-libs/zlib:=
+	)
 	test? (
 		>=dev-libs/spdlog-1.8.0:=
 	)
 "
 RDEPEND="
-	sys-libs/zlib:=
+	ssl? (
+		dev-libs/openssl:=
+	)
+	zlib? (
+		sys-libs/zlib:=
+	)
 "
 BDEPEND=""
 


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

* [gentoo-commits] repo/proj/guru:master commit in: net-libs/ixwebsocket/
@ 2023-10-02 12:24 David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2023-10-02 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f43da03c6dd09894a89f4051775c84eda0cc3958
Author:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Mon Oct  2 08:48:57 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct  2 08:48:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f43da03c

net-libs/ixwebsocket: drop myself as a maintainer

Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>

 net-libs/ixwebsocket/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-libs/ixwebsocket/metadata.xml b/net-libs/ixwebsocket/metadata.xml
index 809beba4d6..a305846d2e 100644
--- a/net-libs/ixwebsocket/metadata.xml
+++ b/net-libs/ixwebsocket/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<name>Adrian Schollmeyer</name>
-		<email>nex+b-g-o@nexadn.de</email>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<use>
 		<flag name="ws">Build the ws utility</flag>
 	</use>


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

* [gentoo-commits] repo/proj/guru:master commit in: net-libs/ixwebsocket/
@ 2023-10-02 12:27 David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2023-10-02 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cf092ed960372c21b6e79f4e9a4694211a7fa76f
Author:     Remigiusz Micielski <rmicielski <AT> purelymail <DOT> com>
AuthorDate: Mon Oct  2 12:18:05 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct  2 12:18:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf092ed9

net-libs/ixwebsocket: add myself as a maintainer

Signed-off-by: Remigiusz Micielski <rmicielski <AT> purelymail.com>

 net-libs/ixwebsocket/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-libs/ixwebsocket/metadata.xml b/net-libs/ixwebsocket/metadata.xml
index a305846d2e..1e11461714 100644
--- a/net-libs/ixwebsocket/metadata.xml
+++ b/net-libs/ixwebsocket/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>rmicielski@purelymail.com</email>
+		<name>Remigiusz Micielski</name>
+	</maintainer>
 	<use>
 		<flag name="ws">Build the ws utility</flag>
 	</use>


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-libs/ixwebsocket/
@ 2024-05-14 20:38 Julien Roy
  2024-05-14 20:42 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Roy @ 2024-05-14 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c12eb6b953a17a3b292123b4fccad8b077de6054
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon May 13 23:45:54 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 20:37:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c12eb6b9

net-libs/ixwebsocket: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild b/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild
index 59e6c393f9..d0675734a4 100644
--- a/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild
+++ b/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild
@@ -11,10 +11,13 @@ DESCRIPTION="C++ websocket client and server library"
 HOMEPAGE="https://github.com/machinezone/IXWebSocket"
 SRC_URI="https://github.com/machinezone/IXWebSocket/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
+S="${WORKDIR}/${MY_P}"
+
 LICENSE="BSD"
 SLOT="0/11.3.2"
 KEYWORDS="~amd64 ~x86"
 IUSE="+ssl test zlib ws"
+RESTRICT="!test? ( test )"
 
 DEPEND="
 	ssl? (
@@ -39,10 +42,6 @@ RDEPEND="
 	)
 "
 
-S="${WORKDIR}/${MY_P}"
-
-RESTRICT="!test? ( test )"
-
 PATCHES=(
 	# Some tests require network connectivity
 	"${FILESDIR}/${P}-remove-network-tests.patch"


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

* [gentoo-commits] repo/proj/guru:master commit in: net-libs/ixwebsocket/
  2024-05-14 20:38 [gentoo-commits] repo/proj/guru:dev commit in: net-libs/ixwebsocket/ Julien Roy
@ 2024-05-14 20:42 ` Julien Roy
  0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-14 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c12eb6b953a17a3b292123b4fccad8b077de6054
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon May 13 23:45:54 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 20:37:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c12eb6b9

net-libs/ixwebsocket: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild b/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild
index 59e6c393f9..d0675734a4 100644
--- a/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild
+++ b/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild
@@ -11,10 +11,13 @@ DESCRIPTION="C++ websocket client and server library"
 HOMEPAGE="https://github.com/machinezone/IXWebSocket"
 SRC_URI="https://github.com/machinezone/IXWebSocket/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
+S="${WORKDIR}/${MY_P}"
+
 LICENSE="BSD"
 SLOT="0/11.3.2"
 KEYWORDS="~amd64 ~x86"
 IUSE="+ssl test zlib ws"
+RESTRICT="!test? ( test )"
 
 DEPEND="
 	ssl? (
@@ -39,10 +42,6 @@ RDEPEND="
 	)
 "
 
-S="${WORKDIR}/${MY_P}"
-
-RESTRICT="!test? ( test )"
-
 PATCHES=(
 	# Some tests require network connectivity
 	"${FILESDIR}/${P}-remove-network-tests.patch"


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

end of thread, other threads:[~2024-05-14 20:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 20:38 [gentoo-commits] repo/proj/guru:dev commit in: net-libs/ixwebsocket/ Julien Roy
2024-05-14 20:42 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2023-10-02 12:27 David Roman
2023-10-02 12:24 David Roman
2021-09-20 19:06 Arthur Zamarin

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