summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2014-07-12 10:24:23 +0000
committerAlex Alexander <wired@gentoo.org>2014-07-12 10:24:23 +0000
commitd75333dc23aa9c786b86690a3a583568d713547e (patch)
tree069c56539f32bb6ec8dfdd61a35137f1ceaa34e8 /net-irc/znc
parentinitial version added by me (diff)
downloadgentoo-2-d75333dc23aa9c786b86690a3a583568d713547e.tar.gz
gentoo-2-d75333dc23aa9c786b86690a3a583568d713547e.tar.bz2
gentoo-2-d75333dc23aa9c786b86690a3a583568d713547e.zip
python deps, bug #510838. other dep fixes.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'net-irc/znc')
-rw-r--r--net-irc/znc/ChangeLog6
-rw-r--r--net-irc/znc/znc-1.2-r1.ebuild4
-rw-r--r--net-irc/znc/znc-1.4.ebuild10
-rw-r--r--net-irc/znc/znc-9999.ebuild10
4 files changed, 19 insertions, 11 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog
index 23e646e90ef8..606822d1dced 100644
--- a/net-irc/znc/ChangeLog
+++ b/net-irc/znc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/znc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.75 2014/05/09 05:17:38 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.76 2014/07/12 10:24:23 wired Exp $
+
+ 12 Jul 2014; Alex Alexander <wired@gentoo.org> znc-1.2-r1.ebuild,
+ znc-1.4.ebuild, znc-9999.ebuild:
+ python deps, bug #510838. other dep fixes.
*znc-1.4 (09 May 2014)
diff --git a/net-irc/znc/znc-1.2-r1.ebuild b/net-irc/znc/znc-1.2-r1.ebuild
index dbeab05a6889..cfd65db2c0bb 100644
--- a/net-irc/znc/znc-1.2-r1.ebuild
+++ b/net-irc/znc/znc-1.2-r1.ebuild
@@ -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/net-irc/znc/znc-1.2-r1.ebuild,v 1.4 2014/05/08 03:28:36 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v 1.5 2014/07/12 10:24:23 wired Exp $
EAPI=5
@@ -29,6 +29,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
perl? ( >=dev-lang/perl-5.10 )
+ python? ( ${PYTHON_DEPS} )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.7d )
tcl? ( dev-lang/tcl )
@@ -38,7 +39,6 @@ DEPEND="
perl? ( dev-lang/swig )
python? (
>=dev-lang/swig-2.0.8
- >=dev-lang/perl-5.10
)
${RDEPEND}
"
diff --git a/net-irc/znc/znc-1.4.ebuild b/net-irc/znc/znc-1.4.ebuild
index 1907d5fe4b57..3a3d94ec06db 100644
--- a/net-irc/znc/znc-1.4.ebuild
+++ b/net-irc/znc/znc-1.4.ebuild
@@ -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/net-irc/znc/znc-1.4.ebuild,v 1.1 2014/05/09 05:17:38 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4.ebuild,v 1.2 2014/07/12 10:24:23 wired Exp $
EAPI=5
@@ -29,16 +29,18 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
perl? ( >=dev-lang/perl-5.10 )
+ python? ( ${PYTHON_DEPS} )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.7d )
tcl? ( dev-lang/tcl )
"
DEPEND="
virtual/pkgconfig
- perl? ( dev-lang/swig )
+ perl? (
+ >=dev-lang/swig-2.0.12
+ )
python? (
- >=dev-lang/swig-2.0.8
- >=dev-lang/perl-5.10
+ >=dev-lang/swig-2.0.12
)
${RDEPEND}
"
diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild
index 614e628e3ff8..ce4b2779c9ff 100644
--- a/net-irc/znc/znc-9999.ebuild
+++ b/net-irc/znc/znc-9999.ebuild
@@ -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/net-irc/znc/znc-9999.ebuild,v 1.9 2014/05/09 05:17:38 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v 1.10 2014/07/12 10:24:23 wired Exp $
EAPI=5
@@ -29,16 +29,18 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
perl? ( >=dev-lang/perl-5.10 )
+ python? ( ${PYTHON_DEPS} )
sasl? ( >=dev-libs/cyrus-sasl-2 )
ssl? ( >=dev-libs/openssl-0.9.7d )
tcl? ( dev-lang/tcl )
"
DEPEND="
virtual/pkgconfig
- perl? ( dev-lang/swig )
+ perl? (
+ >=dev-lang/swig-2.0.12
+ )
python? (
- >=dev-lang/swig-2.0.8
- >=dev-lang/perl-5.10
+ >=dev-lang/swig-2.0.12
)
${RDEPEND}
"