jer         14/07/12 18:04:05

  Modified:             ChangeLog
  Added:                ippl-1.4.14-r4.ebuild
  Log:
  Clean up sed scripts. Use /run not /var/run in init script. Clean up patches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.26                 net-analyzer/ippl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ippl/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ippl/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ippl/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   24 Feb 2013 14:09:39 -0000      1.25
+++ ChangeLog   12 Jul 2014 18:04:05 -0000      1.26
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/ippl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.25 
2013/02/24 14:09:39 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.26 
2014/07/12 18:04:05 jer Exp $
+
+*ippl-1.4.14-r4 (12 Jul 2014)
+
+  12 Jul 2014; Jeroen Roovers <j...@gentoo.org> +ippl-1.4.14-r4.ebuild,
+  files/ippl-1.4.14-includes.patch, files/ippl-1.4.14-manpage.patch,
+  files/ippl-1.4.14-noportresolve.patch,
+  files/ippl-1.4.14-privilege-drop.patch, files/ippl.rc:
+  Clean up sed scripts. Use /run not /var/run in init script. Clean up patches.
 
   24 Feb 2013; Sergey Popov <pinkb...@gentoo.org> -ippl-1.4.14-r1.ebuild:
   Drop old revision



1.1                  net-analyzer/ippl/ippl-1.4.14-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ippl/ippl-1.4.14-r4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ippl/ippl-1.4.14-r4.ebuild?rev=1.1&content-type=text/plain

Index: ippl-1.4.14-r4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14-r4.ebuild,v 
1.1 2014/07/12 18:04:05 jer Exp $

EAPI=5

inherit eutils toolchain-funcs user

DESCRIPTION="A daemon which logs TCP/UDP/ICMP packets"
HOMEPAGE="http://pltplp.net/ippl/";
SRC_URI="http://pltplp.net/ippl/archive/${P}.tar.gz";

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

DEPEND="virtual/yacc
        >=sys-devel/flex-2.5.4a-r4"

src_prepare() {
        epatch \
                "${FILESDIR}"/ippl-1.4.14-noportresolve.patch \
                "${FILESDIR}"/ippl-1.4.14-manpage.patch \
                "${FILESDIR}"/ippl-1.4.14-privilege-drop.patch \
                "${FILESDIR}"/ippl-1.4.14-includes.patch
        sed -i Source/Makefile.in \
                -e 's|^LDFLAGS=|&@LDFLAGS@|g' \
                || die
        sed -i Makefile.in \
                -e 's|make |$(MAKE) |g' \
                || die
        # fix for bug #351287
        sed -i -e '/lex.yy.c/s/ippl.l/& y.tab.c/' Source/Makefile.in \
                || die

        tc-export CC
}

src_install() {
        dosbin Source/ippl

        insinto "/etc"
        doins ippl.conf

        doman Docs/{ippl.8,ippl.conf.5}

        dodoc BUGS CREDITS HISTORY README TODO

        newinitd "${FILESDIR}"/ippl.rc ippl
}

pkg_postinst() {
        enewuser ippl
}




Reply via email to