From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D9FCB138252 for ; Tue, 10 May 2016 12:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 074E9E0897; Tue, 10 May 2016 12:30:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E85FE0897 for ; Tue, 10 May 2016 12:30:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE6633407D7 for ; Tue, 10 May 2016 12:30:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E266336 for ; Tue, 10 May 2016 12:30:39 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1462883435.cf87b58bc2d023969acc107a10234d679d1b3ad8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/onion/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/onion/Manifest net-libs/onion/metadata.xml net-libs/onion/onion-0.8.ebuild net-libs/onion/onion-9999.ebuild X-VCS-Directories: net-libs/onion/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cf87b58bc2d023969acc107a10234d679d1b3ad8 X-VCS-Branch: master Date: Tue, 10 May 2016 12:30:39 +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-Archives-Salt: 252ce412-2156-4cc4-a099-6b6cfee6a20f X-Archives-Hash: 35e6bd09fa227e31db4438e4049a1f5a commit: cf87b58bc2d023969acc107a10234d679d1b3ad8 Author: Alexis Ballier gentoo org> AuthorDate: Tue May 10 12:30:29 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 10 12:30:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf87b58b net-libs/onion: bump to 0.8; bug #582534 Package-Manager: portage-2.2.28 net-libs/onion/Manifest | 1 + net-libs/onion/metadata.xml | 1 + net-libs/onion/{onion-9999.ebuild => onion-0.8.ebuild} | 3 +++ net-libs/onion/onion-9999.ebuild | 3 +++ 4 files changed, 8 insertions(+) diff --git a/net-libs/onion/Manifest b/net-libs/onion/Manifest index 270ebb8..7206e3c 100644 --- a/net-libs/onion/Manifest +++ b/net-libs/onion/Manifest @@ -1 +1,2 @@ DIST onion-0.7.tar.gz 287822 SHA256 18785a462ea2d7214df8413de86eba2d74e414dace9716a2a7ce7b1cb3d4edb7 SHA512 9da45100ec91893e43c62cdabc1b022dc60fd2b509e387ce12fea69495fc68084afcc2534693955d340352cafc58e98a901a5ef981d1c92793ab15b7b6257d4c WHIRLPOOL e7d0695c2d45ac80edd271eaef0148474c12f1b53777714719af2bdd6d0b0d0c8375ecdc19990ee38f6dc2a31c2f7a19b7b70a4c3ac1a1fbef3548d1a923dad3 +DIST onion-0.8.tar.gz 344347 SHA256 9708ba74b6727fa2fef219a821241f21a661ea9a30611213b0133e7effab1b17 SHA512 c40a36346de7dee6e98d0b5c38b5e133606046e29bacb06a0055a361013077ec0f6adb04dfcbf2f4ce0b72317c9ed918573299aed8760f069dcfd7c211a302d7 WHIRLPOOL 7bdb11b950cddcc948609b6e3d9278e3ba1a17956bf2997fa5aaa62b7c0a8b2b5a023aff3a49ef0625a9a53cf3289f2446655b2c2cf015568c46bfbde1306f29 diff --git a/net-libs/onion/metadata.xml b/net-libs/onion/metadata.xml index 6ddfc77..c10c1a6 100644 --- a/net-libs/onion/metadata.xml +++ b/net-libs/onion/metadata.xml @@ -9,6 +9,7 @@ Use dev-libs/libev as thread poller instead of Linux's epoll. Use dev-libs/libevent as thread poller instead of libev or Linux's epoll. Add dev-libs/boehm-gc support for memory allocations. + Add support for redis sessions. davidmoreno/onion diff --git a/net-libs/onion/onion-9999.ebuild b/net-libs/onion/onion-0.8.ebuild similarity index 96% copy from net-libs/onion/onion-9999.ebuild copy to net-libs/onion/onion-0.8.ebuild index 405fa7b..73d8b54 100644 --- a/net-libs/onion/onion-9999.ebuild +++ b/net-libs/onion/onion-0.8.ebuild @@ -28,6 +28,7 @@ SLOT="0" IUSE=" gnutls pam png jpeg xml systemd sqlite boehm-gc test examples cxx -libev -libevent + redis " RDEPEND=" @@ -41,6 +42,7 @@ RDEPEND=" boehm-gc? ( dev-libs/boehm-gc ) libev? ( dev-libs/libev ) !libev? ( libevent? ( dev-libs/libevent ) ) + redis? ( dev-libs/hiredis ) " DEPEND="${RDEPEND} test? ( net-misc/curl ) @@ -61,6 +63,7 @@ src_configure() { "-DONION_USE_TESTS=$(usex test)" "-DONION_EXAMPLES=$(usex examples)" "-DONION_USE_BINDINGS_CPP=$(usex cxx)" + "-DONION_USE_REDIS=$(usex redis)" "-DONION_POLLER=$(usex libev libev "$(usex libevent libevent default)")" ) cmake-utils_src_configure diff --git a/net-libs/onion/onion-9999.ebuild b/net-libs/onion/onion-9999.ebuild index 405fa7b..73d8b54 100644 --- a/net-libs/onion/onion-9999.ebuild +++ b/net-libs/onion/onion-9999.ebuild @@ -28,6 +28,7 @@ SLOT="0" IUSE=" gnutls pam png jpeg xml systemd sqlite boehm-gc test examples cxx -libev -libevent + redis " RDEPEND=" @@ -41,6 +42,7 @@ RDEPEND=" boehm-gc? ( dev-libs/boehm-gc ) libev? ( dev-libs/libev ) !libev? ( libevent? ( dev-libs/libevent ) ) + redis? ( dev-libs/hiredis ) " DEPEND="${RDEPEND} test? ( net-misc/curl ) @@ -61,6 +63,7 @@ src_configure() { "-DONION_USE_TESTS=$(usex test)" "-DONION_EXAMPLES=$(usex examples)" "-DONION_USE_BINDINGS_CPP=$(usex cxx)" + "-DONION_USE_REDIS=$(usex redis)" "-DONION_POLLER=$(usex libev libev "$(usex libevent libevent default)")" ) cmake-utils_src_configure