jer 14/06/13 17:36:56
Modified: libevent-2.0.21-r1.ebuild libevent-2.1.4-r1.ebuild
ChangeLog
Log:
Add USE=threads.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.2 dev-libs/libevent/libevent-2.0.21-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.0.21-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.0.21-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.0.21-r1.ebuild?r1=1.1&r2=1.2
Index: libevent-2.0.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libevent-2.0.21-r1.ebuild 13 May 2014 19:15:50 -0000 1.1
+++ libevent-2.0.21-r1.ebuild 13 Jun 2014 17:36:56 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21-r1.ebuild,v 1.1
2014/05/13 19:15:50 mgorny Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21-r1.ebuild,v 1.2
2014/06/13 17:36:56 jer Exp $
EAPI=5
inherit eutils libtool multilib-minimal
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris
~x64-solaris ~x86-solaris"
-IUSE="+ssl static-libs test"
+IUSE="+ssl static-libs test +threads"
DEPEND="ssl? ( dev-libs/openssl[${MULTILIB_USEDEP}] )"
RDEPEND="
@@ -42,8 +42,9 @@
multilib_src_configure() {
ECONF_SOURCE="${S}" \
econf \
+ $(use_enable ssl openssl) \
$(use_enable static-libs static) \
- $(use_enable ssl openssl)
+ $(use_enable threads thread-support)
}
src_test() {
1.2 dev-libs/libevent/libevent-2.1.4-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.1.4-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.1.4-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/libevent-2.1.4-r1.ebuild?r1=1.1&r2=1.2
Index: libevent-2.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.1.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libevent-2.1.4-r1.ebuild 13 May 2014 19:15:50 -0000 1.1
+++ libevent-2.1.4-r1.ebuild 13 Jun 2014 17:36:56 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.1.4-r1.ebuild,v 1.1
2014/05/13 19:15:50 mgorny Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.1.4-r1.ebuild,v 1.2
2014/06/13 17:36:56 jer Exp $
EAPI=5
inherit eutils libtool multilib-minimal
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
-IUSE="+ssl static-libs test"
+IUSE="+ssl static-libs test +threads"
DEPEND="ssl? ( dev-libs/openssl[${MULTILIB_USEDEP}] )"
RDEPEND="
@@ -39,8 +39,9 @@
ECONF_SOURCE="${S}" \
econf \
+ $(use_enable ssl openssl) \
$(use_enable static-libs static) \
- $(use_enable ssl openssl)
+ $(use_enable threads thread-support)
}
src_test() {
1.268 dev-libs/libevent/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/ChangeLog?rev=1.268&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/ChangeLog?rev=1.268&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libevent/ChangeLog?r1=1.267&r2=1.268
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog 13 May 2014 19:15:50 -0000 1.267
+++ ChangeLog 13 Jun 2014 17:36:56 -0000 1.268
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libevent
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.267
2014/05/13 19:15:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.268
2014/06/13 17:36:56 jer Exp $
+
+ 13 Jun 2014; Jeroen Roovers <[email protected]> libevent-2.0.21-r1.ebuild,
+ libevent-2.1.4-r1.ebuild:
+ Add USE=threads.
*libevent-2.1.4-r1 (13 May 2014)
*libevent-2.0.21-r1 (13 May 2014)