xmw         14/07/30 21:54:50

  Modified:             ChangeLog
  Added:                knock-0.7.ebuild
  Removed:              knock-0.5-r2.ebuild
  Log:
  Version bump (euscan), drop old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.53                 net-misc/knock/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/knock/ChangeLog?rev=1.53&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/knock/ChangeLog?rev=1.53&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/knock/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/knock/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   29 Jun 2013 16:24:44 -0000      1.52
+++ ChangeLog   30 Jul 2014 21:54:50 -0000      1.53
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/knock
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/ChangeLog,v 1.52 2013/06/29 
16:24:44 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/ChangeLog,v 1.53 2014/07/30 
21:54:50 xmw Exp $
+
+*knock-0.7 (30 Jul 2014)
+
+  30 Jul 2014; Michael Weber <[email protected]> +knock-0.7.ebuild,
+  -files/knock-0.5-gcc-4.3.patch, -files/knockd.confd, -files/knockd.initd,
+  -knock-0.5-r2.ebuild:
+  Version bump (euscan), drop old.
 
   29 Jun 2013; Agostino Sarubbo <[email protected]> knock-0.6.ebuild:
   Stable for sparc, wrt bug #474278



1.1                  net-misc/knock/knock-0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/knock/knock-0.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/knock/knock-0.7.ebuild?rev=1.1&content-type=text/plain

Index: knock-0.7.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/knock-0.7.ebuild,v 1.1 
2014/07/30 21:54:50 xmw Exp $

EAPI=4

DESCRIPTION="A simple port-knocking daemon"
HOMEPAGE="http://www.zeroflux.org/projects/knock";
SRC_URI="http://www.zeroflux.org/proj/knock/files/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="+server"

DEPEND="server? ( net-libs/libpcap )"
RDEPEND="${DEPEND}
        server? ( sys-apps/openrc )"

src_prepare() {
        sed -e "/^AM_CFLAGS/s: -g : :" \
                -e "/dist_doc_DATA/s:COPYING::" \
                -i Makefile.in || die
        sed -e "s:/usr/sbin/iptables:/sbin/iptables:g" \
                -i knockd.conf || die
}

src_configure() {
        econf $(use_enable server knockd)
}

src_install() {
        emake DESTDIR="${D}" docdir="${EROOT}/usr/share/doc/${PF}" install

        if use server ; then
                newinitd "${FILESDIR}"/knockd.initd.2 knock
                newconfd "${FILESDIR}"/knockd.confd.2 knock
        fi
}

pkg_postinst() {
        if use server && ! has_version net-firewall/iptables ; then
                einfo
                elog "You're really encouraged to install net-firewall/iptables 
to"
                elog "actually modify your firewall and use the example 
configuration."
                einfo
        fi
}




Reply via email to