public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/
Date: Tue, 14 Feb 2023 00:30:00 +0000 (UTC)	[thread overview]
Message-ID: <1676334565.b885790c3a76f426aed746cbbf1fd433d9d43451.floppym@gentoo> (raw)

commit:     b885790c3a76f426aed746cbbf1fd433d9d43451
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 20:16:33 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 00:29:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b885790c

dev-libs/libevent: enable thread support unconditionally

Closes: https://bugs.gentoo.org/869722
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .../libevent/{libevent-2.1.11.ebuild => libevent-2.1.11-r1.ebuild} | 7 +++----
 .../libevent/{libevent-2.1.12.ebuild => libevent-2.1.12-r1.ebuild} | 5 ++---
 dev-libs/libevent/libevent-2.1.9999.ebuild                         | 5 ++---
 dev-libs/libevent/libevent-9999.ebuild                             | 5 ++---
 4 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/dev-libs/libevent/libevent-2.1.11.ebuild b/dev-libs/libevent/libevent-2.1.11-r1.ebuild
similarity index 89%
rename from dev-libs/libevent/libevent-2.1.11.ebuild
rename to dev-libs/libevent/libevent-2.1.11-r1.ebuild
index 17b310f4c5ad..e7a8efedf696 100644
--- a/dev-libs/libevent/libevent-2.1.11.ebuild
+++ b/dev-libs/libevent/libevent-2.1.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ LICENSE="BSD"
 
 SLOT="0/2.1-7"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug +ssl static-libs test +threads"
+IUSE="debug +ssl static-libs test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
@@ -44,8 +44,7 @@ multilib_src_configure() {
 		$(use_enable debug malloc-replacement) \
 		$(use_enable ssl openssl) \
 		$(use_enable static-libs static) \
-		$(use_enable test libevent-regress) \
-		$(use_enable threads thread-support)
+		$(use_enable test libevent-regress)
 }
 
 src_test() {

diff --git a/dev-libs/libevent/libevent-2.1.12.ebuild b/dev-libs/libevent/libevent-2.1.12-r1.ebuild
similarity index 94%
rename from dev-libs/libevent/libevent-2.1.12.ebuild
rename to dev-libs/libevent/libevent-2.1.12-r1.ebuild
index 0098608db527..2077b9fd606f 100644
--- a/dev-libs/libevent/libevent-2.1.12.ebuild
+++ b/dev-libs/libevent/libevent-2.1.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ SLOT="0/2.1-7"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="
 	+clock-gettime debug malloc-replacement +ssl static-libs test
-	+threads verbose-debug
+	verbose-debug
 "
 RESTRICT="!test? ( test )"
 
@@ -55,7 +55,6 @@ multilib_src_configure() {
 		$(use_enable ssl openssl) \
 		$(use_enable static-libs static) \
 		$(use_enable test libevent-regress) \
-		$(use_enable threads thread-support) \
 		$(use_enable verbose-debug) \
 		--disable-samples
 }

diff --git a/dev-libs/libevent/libevent-2.1.9999.ebuild b/dev-libs/libevent/libevent-2.1.9999.ebuild
index 842a86badc67..41545a096b4c 100644
--- a/dev-libs/libevent/libevent-2.1.9999.ebuild
+++ b/dev-libs/libevent/libevent-2.1.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ SLOT="0/2.1-7"
 KEYWORDS=""
 IUSE="
 	+clock-gettime debug malloc-replacement +ssl static-libs test
-	+threads verbose-debug
+	verbose-debug
 "
 RESTRICT="test"
 
@@ -56,7 +56,6 @@ multilib_src_configure() {
 		$(use_enable ssl openssl) \
 		$(use_enable static-libs static) \
 		$(use_enable test libevent-regress) \
-		$(use_enable threads thread-support) \
 		$(use_enable verbose-debug) \
 		--disable-samples
 }

diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-9999.ebuild
index c9777c12daf2..f5619ac0a1b0 100644
--- a/dev-libs/libevent/libevent-9999.ebuild
+++ b/dev-libs/libevent/libevent-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE="
 	+clock-gettime debug malloc-replacement mbedtls +ssl static-libs
-	test +threads verbose-debug
+	test verbose-debug
 "
 RESTRICT="test"
 
@@ -56,7 +56,6 @@ multilib_src_configure() {
 		$(use_enable ssl openssl) \
 		$(use_enable static-libs static) \
 		$(use_enable test libevent-regress) \
-		$(use_enable threads thread-support) \
 		$(use_enable verbose-debug) \
 		--disable-samples
 }


             reply	other threads:[~2023-02-14  0:30 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-14  0:30 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 19:54 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/ Sam James
2023-05-22  5:53 Michał Górny
2023-05-21 15:58 Michał Górny
2023-05-21 13:58 Michał Górny
2023-05-21 13:58 Michał Górny
2023-05-21 11:33 Michał Górny
2023-05-02 20:50 Sam James
2022-05-05  9:51 WANG Xuerui
2022-03-09 23:12 Sam James
2022-01-23 19:55 Sam James
2021-11-15 19:41 Agostino Sarubbo
2021-11-15 16:29 Agostino Sarubbo
2021-11-06  0:48 Sam James
2021-11-05 17:35 Sam James
2021-11-05 17:34 Sam James
2021-11-05 17:33 Sam James
2021-11-05  2:20 Sam James
2021-05-02 15:38 Mikle Kolyada
2021-01-27 17:52 Sam James
2020-11-03 22:23 Michał Górny
2020-08-14 17:36 Jeroen Roovers
2020-07-05 15:03 Jeroen Roovers
2020-07-05 14:42 Jeroen Roovers
2020-07-05 14:35 Jeroen Roovers
2020-07-05 13:59 Jeroen Roovers
2020-06-06 21:46 Mart Raudsepp
2020-05-25 21:33 Sergei Trofimovich
2020-05-21  9:05 Agostino Sarubbo
2020-05-21  9:03 Agostino Sarubbo
2020-05-21  8:03 Agostino Sarubbo
2020-05-21  8:02 Agostino Sarubbo
2020-05-21  8:00 Agostino Sarubbo
2020-05-21  7:58 Agostino Sarubbo
2020-05-21  7:57 Agostino Sarubbo
2019-10-14  8:27 Jeroen Roovers
2019-08-06  6:21 Jeroen Roovers
2019-08-06  5:53 Jeroen Roovers
2019-07-07 14:44 Jeroen Roovers
2019-07-07 13:29 Jeroen Roovers
2019-05-27 15:24 Jeroen Roovers
2019-05-06  8:56 Yixun Lan
2019-05-05 20:33 Mikle Kolyada
2019-04-18 15:34 Jeroen Roovers
2019-02-17 14:17 Jeroen Roovers
2019-02-17 13:45 Jeroen Roovers
2019-02-16 18:58 Aaron Bauman
2018-08-10 15:44 Jeroen Roovers
2018-06-13 16:21 Lars Wendler
2018-01-16 21:13 Mike Frysinger
2017-10-18 20:09 Sergei Trofimovich
2017-09-10 22:23 Jeroen Roovers
2017-05-06 22:20 David Seifert
2017-04-15  8:59 Jeroen Roovers
2017-03-30  2:39 Matt Turner
2017-03-30  2:39 Matt Turner
2017-03-15  5:44 Jeroen Roovers
2017-02-10 14:21 Michael Weber
2017-02-09 14:37 Agostino Sarubbo
2017-02-04 11:01 Jeroen Roovers
2017-02-03 15:34 Jeroen Roovers
2017-02-02 15:56 Jeroen Roovers
2017-02-02 15:18 Jeroen Roovers
2017-02-02 14:28 Jeroen Roovers
2017-01-29 16:08 Fabian Groffen
2016-12-18 11:19 Jeroen Roovers
2016-12-18 11:08 Jeroen Roovers
2016-12-18 11:08 Jeroen Roovers
2016-12-18 10:57 Jeroen Roovers
2015-10-31  1:27 Mike Frysinger
2015-10-31  1:27 Mike Frysinger
2015-10-12  1:48 Mike Gilbert
2015-10-11  4:54 Jeroen Roovers
2015-10-03 13:52 Julian Ospald

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=1676334565.b885790c3a76f426aed746cbbf1fd433d9d43451.floppym@gentoo \
    --to=floppym@gentoo.org \
    --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