* [gentoo-commits] repo/gentoo:master commit in: net-libs/onion/
@ 2016-05-10 12:30 Alexis Ballier
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier @ 2016-05-10 12:30 UTC (permalink / raw
To: gentoo-commits
commit: cf87b58bc2d023969acc107a10234d679d1b3ad8
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 12:30:29 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> 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 @@
<flag name="libev">Use <pkg>dev-libs/libev</pkg> as thread poller instead of Linux's epoll.</flag>
<flag name="libevent">Use <pkg>dev-libs/libevent</pkg> as thread poller instead of libev or Linux's epoll.</flag>
<flag name="boehm-gc">Add <pkg>dev-libs/boehm-gc</pkg> support for memory allocations.</flag>
+ <flag name="redis">Add support for redis sessions.</flag>
</use>
<upstream>
<remote-id type="github">davidmoreno/onion</remote-id>
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/onion/
@ 2019-10-12 20:23 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2019-10-12 20:23 UTC (permalink / raw
To: gentoo-commits
commit: 7b13d59b00b72ce6ffe53dda6d82c9db71e44c83
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 20:23:19 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 20:23:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b13d59b
net-libs/onion: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-libs/onion/onion-0.8.ebuild | 4 ++--
net-libs/onion/onion-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-libs/onion/onion-0.8.ebuild b/net-libs/onion/onion-0.8.ebuild
index c1b092d0614..5491a611533 100644
--- a/net-libs/onion/onion-0.8.ebuild
+++ b/net-libs/onion/onion-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -32,7 +32,7 @@ IUSE="
RDEPEND="
gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= )
- pam? ( virtual/pam )
+ pam? ( sys-libs/pam )
png? ( media-libs/libpng:0= x11-libs/cairo )
jpeg? ( virtual/jpeg:0 )
xml? ( dev-libs/libxml2:2 sys-libs/zlib )
diff --git a/net-libs/onion/onion-9999.ebuild b/net-libs/onion/onion-9999.ebuild
index e815359b103..de8dbb95ca0 100644
--- a/net-libs/onion/onion-9999.ebuild
+++ b/net-libs/onion/onion-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -32,7 +32,7 @@ IUSE="
RDEPEND="
gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= )
- pam? ( virtual/pam )
+ pam? ( sys-libs/pam )
png? ( media-libs/libpng:0= x11-libs/cairo )
jpeg? ( virtual/jpeg:0 )
xml? ( dev-libs/libxml2:2 sys-libs/zlib )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/onion/
@ 2019-12-12 14:58 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-12-12 14:58 UTC (permalink / raw
To: gentoo-commits
commit: 35e690406a0cde3037153106e650b5e910e8c97d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 14:55:32 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 14:58:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e69040
net-libs/onion: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-libs/onion/onion-0.8.ebuild | 1 +
net-libs/onion/onion-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/net-libs/onion/onion-0.8.ebuild b/net-libs/onion/onion-0.8.ebuild
index 5491a611533..cf77737da1a 100644
--- a/net-libs/onion/onion-0.8.ebuild
+++ b/net-libs/onion/onion-0.8.ebuild
@@ -29,6 +29,7 @@ IUSE="
test examples cxx -libev -libevent
redis
"
+RESTRICT="!test? ( test )"
RDEPEND="
gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= )
diff --git a/net-libs/onion/onion-9999.ebuild b/net-libs/onion/onion-9999.ebuild
index de8dbb95ca0..88e7246cecf 100644
--- a/net-libs/onion/onion-9999.ebuild
+++ b/net-libs/onion/onion-9999.ebuild
@@ -29,6 +29,7 @@ IUSE="
test examples cxx -libev -libevent
redis
"
+RESTRICT="!test? ( test )"
RDEPEND="
gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/onion/
@ 2021-06-03 19:15 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-06-03 19:15 UTC (permalink / raw
To: gentoo-commits
commit: ed7e00c745704ef015540014c07faa1d9475c6c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 23:56:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 19:15:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7e00c7
net-libs/onion: fix BadDefaultUseFlags
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing
tools like e.g. packages.gentoo.org.
Dropping '-' from these flags has no impact on the actual default behaviour.
See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/onion/onion-0.8.ebuild | 2 +-
net-libs/onion/onion-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/onion/onion-0.8.ebuild b/net-libs/onion/onion-0.8.ebuild
index 2be5752a9a3..a283da472b8 100644
--- a/net-libs/onion/onion-0.8.ebuild
+++ b/net-libs/onion/onion-0.8.ebuild
@@ -25,7 +25,7 @@ LICENSE="|| ( GPL-2+ Apache-2.0 ) AGPL-3"
SLOT="0"
IUSE="
gnutls pam png jpeg xml systemd sqlite boehm-gc
- test examples cxx -libev -libevent
+ test examples cxx libev libevent
redis
"
RESTRICT="!test? ( test )"
diff --git a/net-libs/onion/onion-9999.ebuild b/net-libs/onion/onion-9999.ebuild
index 96a276b10f5..10ba2b76bbf 100644
--- a/net-libs/onion/onion-9999.ebuild
+++ b/net-libs/onion/onion-9999.ebuild
@@ -25,7 +25,7 @@ LICENSE="|| ( GPL-2+ Apache-2.0 ) AGPL-3"
SLOT="0"
IUSE="
gnutls pam png jpeg xml systemd sqlite boehm-gc
- test examples cxx -libev -libevent
+ test examples cxx libev libevent
redis
"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-06-03 19:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-12 20:23 [gentoo-commits] repo/gentoo:master commit in: net-libs/onion/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2021-06-03 19:15 Sam James
2019-12-12 14:58 Michał Górny
2016-05-10 12:30 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox