wired 14/07/12 10:24:23
Modified: znc-1.4.ebuild ChangeLog znc-9999.ebuild
znc-1.2-r1.ebuild
Log:
python deps, bug #510838. other dep fixes.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EB9B4AFA)
Revision Changes Path
1.2 net-irc/znc/znc-1.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4.ebuild?r1=1.1&r2=1.2
Index: znc-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- znc-1.4.ebuild 9 May 2014 05:17:38 -0000 1.1
+++ znc-1.4.ebuild 12 Jul 2014 10:24:23 -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/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 @@
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}
"
1.76 net-irc/znc/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.76&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.76&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 9 May 2014 05:17:38 -0000 1.75
+++ ChangeLog 12 Jul 2014 10:24:23 -0000 1.76
@@ -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 <[email protected]> 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)
1.10 net-irc/znc/znc-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-9999.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-9999.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-9999.ebuild?r1=1.9&r2=1.10
Index: znc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- znc-9999.ebuild 9 May 2014 05:17:38 -0000 1.9
+++ znc-9999.ebuild 12 Jul 2014 10:24:23 -0000 1.10
@@ -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 @@
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}
"
1.5 net-irc/znc/znc-1.2-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild?r1=1.4&r2=1.5
Index: znc-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- znc-1.2-r1.ebuild 8 May 2014 03:28:36 -0000 1.4
+++ znc-1.2-r1.ebuild 12 Jul 2014 10:24:23 -0000 1.5
@@ -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 @@
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 @@
perl? ( dev-lang/swig )
python? (
>=dev-lang/swig-2.0.8
- >=dev-lang/perl-5.10
)
${RDEPEND}
"