idella4     15/05/01 04:45:42

  Modified:             fwknop-2.6.6.ebuild ChangeLog
  Log:
  tidy, patches by maintianer from Bug #519716
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  net-firewall/fwknop/fwknop-2.6.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/fwknop-2.6.6.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/fwknop-2.6.6.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/fwknop-2.6.6.ebuild?r1=1.1&r2=1.2

Index: fwknop-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/fwknop/fwknop-2.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fwknop-2.6.6.ebuild 29 Apr 2015 23:18:49 -0000      1.1
+++ fwknop-2.6.6.ebuild 1 May 2015 04:45:42 -0000       1.2
@@ -1,15 +1,17 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwknop/fwknop-2.6.6.ebuild,v 
1.1 2015/04/29 23:18:49 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwknop/fwknop-2.6.6.ebuild,v 
1.2 2015/05/01 04:45:42 idella4 Exp $
 
 EAPI=5
 
-# Does work with python 2.7, does not work with python 3.3 on my machine
-# More feedback is welcome
+# Does work with python2_7, does not work with python3_3 on my machine
+# More feedback is welcome, since setup.py does not provide any info
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_OPTIONAL=1
+DISTUTILS_SINGLE_IMPL=1
 AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_IN_SOURCE_BUILD=1
+
 inherit autotools-utils distutils-r1 systemd
 
 DESCRIPTION="Single Packet Authorization and Port Knocking application"
@@ -21,23 +23,27 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="client extras gdbm gpg python server udp-server"
 
-RDEPEND="python? ( ${PYTHON_DEPS} )
+RDEPEND="
        client? ( net-misc/wget[ssl] )
        gpg? (
                dev-libs/libassuan
                dev-libs/libgpg-error
-       )"
-
+       )
+       python? ( ${PYTHON_DEPS} )
+"
 DEPEND="${RDEPEND}
        gdbm? ( sys-libs/gdbm )
        gpg? ( app-crypt/gpgme )
        server? (
                !udp-server? ( net-libs/libpcap )
                net-firewall/iptables
-       )"
+       )
+"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-       udp-server? ( server )"
+REQUIRED_USE="
+       python? ( ${PYTHON_REQUIRED_USE} )
+       udp-server? ( server )
+"
 
 DOCS=( ChangeLog README.md )
 



1.5                  net-firewall/fwknop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/fwknop/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   29 Apr 2015 23:18:49 -0000      1.4
+++ ChangeLog   1 May 2015 04:45:42 -0000       1.5
@@ -1,6 +1,10 @@
 # ChangeLog for net-firewall/fwknop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwknop/ChangeLog,v 1.4 
2015/04/29 23:18:49 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwknop/ChangeLog,v 1.5 
2015/05/01 04:45:42 idella4 Exp $
+
+  01 May 2015; Ian Delaney <[email protected]> files/fwknopd.init,
+  fwknop-2.6.6.ebuild:
+  tidy, patches by maintianer from Bug #519716
 
 *fwknop-2.6.6 (29 Apr 2015)
 




Reply via email to