summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-06-01 22:20:11 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-06-01 22:20:11 +0000
commit574657e1f3ba7eb28ec394a48c7eacff8f947012 (patch)
treed2f35ca7ef2afc041118ac4ba73f8cd7803b5930 /net-nntp/hellanzb
parentMake Unnester.ozf depend on Builtins.ozf. Closes #212558. (diff)
downloadgentoo-2-574657e1f3ba7eb28ec394a48c7eacff8f947012.tar.gz
gentoo-2-574657e1f3ba7eb28ec394a48c7eacff8f947012.tar.bz2
gentoo-2-574657e1f3ba7eb28ec394a48c7eacff8f947012.zip
Add optional dep on pyopenssl for nntps support, by Michiel de Bruijne <m.debruijne@matrict.nl>, bug #224415
(Portage version: 2.1.5.3)
Diffstat (limited to 'net-nntp/hellanzb')
-rw-r--r--net-nntp/hellanzb/ChangeLog6
-rw-r--r--net-nntp/hellanzb/hellanzb-0.13-r5.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/net-nntp/hellanzb/ChangeLog b/net-nntp/hellanzb/ChangeLog
index 27895537c2af..357709cf0ebf 100644
--- a/net-nntp/hellanzb/ChangeLog
+++ b/net-nntp/hellanzb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nntp/hellanzb
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.6 2008/04/22 12:17:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.7 2008/06/01 22:20:11 aballier Exp $
+
+ 01 Jun 2008; Alexis Ballier <aballier@gentoo.org> hellanzb-0.13-r5.ebuild:
+ Add optional dep on pyopenssl for nntps support, by Michiel de Bruijne
+ <m.debruijne@matrict.nl>, bug #224415
*hellanzb-0.13-r5 (22 Apr 2008)
diff --git a/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild b/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild
index b4b379608e9c..5adb21c9e040 100644
--- a/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild
+++ b/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild,v 1.1 2008/04/22 12:17:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild,v 1.2 2008/06/01 22:20:11 aballier Exp $
inherit distutils eutils
@@ -11,13 +11,14 @@ SRC_URI="http://www.hellanzb.com/distfiles/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
+IUSE="libnotify ssl"
RDEPEND=">=dev-python/twisted-2.0
dev-python/twisted-web
|| ( app-arch/unrar
app-arch/rar )
app-arch/par2cmdline
+ ssl? ( dev-python/pyopenssl )
libnotify? ( dev-python/notify-python )"
DEPEND=""