jer         14/07/12 17:45:38

  Modified:             ChangeLog ipcad-3.7.3.ebuild
  Log:
  EAPI bump. Add new HOMEPAGE. Run sed once and in src_prepare().
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.38                 net-analyzer/ipcad/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   5 Dec 2012 16:23:23 -0000       1.37
+++ ChangeLog   12 Jul 2014 17:45:38 -0000      1.38
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/ipcad
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v 1.37 
2012/12/05 16:23:23 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v 1.38 
2014/07/12 17:45:38 jer Exp $
+
+  12 Jul 2014; Jeroen Roovers <j...@gentoo.org> ipcad-3.7.3.ebuild,
+  files/ipcad-3.7-linux-2.6.27.patch, files/ipcad-3.7.3-signal_h.patch,
+  files/ipcad-3.7-linux-2.6.35.patch:
+  EAPI bump. Add new HOMEPAGE. Run sed once and in src_prepare().
 
   05 Dec 2012; Jeroen Roovers <j...@gentoo.org> ipcad-3.7.3.ebuild:
   Fix LICENSE by Ulrich Müller (bug #446056).



1.7                  net-analyzer/ipcad/ipcad-3.7.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ipcad/ipcad-3.7.3.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ipcad/ipcad-3.7.3.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ipcad/ipcad-3.7.3.ebuild?r1=1.6&r2=1.7

Index: ipcad-3.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.7.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ipcad-3.7.3.ebuild  5 Dec 2012 16:23:23 -0000       1.6
+++ ipcad-3.7.3.ebuild  12 Jul 2014 17:45:38 -0000      1.7
@@ -1,21 +1,22 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.7.3.ebuild,v 1.6 
2012/12/05 16:23:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.7.3.ebuild,v 1.7 
2014/07/12 17:45:38 jer Exp $
 
-EAPI=2
+EAPI=5
 inherit autotools eutils
 
 DESCRIPTION="IP Cisco Accounting Daemon"
-HOMEPAGE="http://ipcad.sourceforge.net/";
+HOMEPAGE="http://sourceforge.net/projects/ipcad/ http://lionet.info/ipcad/";
 SRC_URI="mirror://sourceforge/ipcad/${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
-RDEPEND="net-libs/libpcap
-       net-firewall/iptables"
+RDEPEND="
+       net-libs/libpcap
+       net-firewall/iptables
+"
 DEPEND="${RDEPEND}"
 
 src_prepare() {
@@ -24,18 +25,20 @@
                "${FILESDIR}"/${PN}-3.7-linux-2.6.35.patch \
                "${FILESDIR}"/${P}-signal_h.patch
 
+       sed -i \
+               -e "s|^chroot = /adm/tmp;|chroot = /var/ipcad;|" \
+               -e "s|^interface|#&|" \
+               -e "s|^aggregate|#&|" \
+               -e "s|^pidfile = ipcad.pid;|pidfile = /run/ipcad.pid;|" \
+               ipcad.conf.default || die
+
        eautoreconf
 }
 
 src_install() {
-       sed -i -e "s/^chroot = \/adm\/tmp;/chroot = \/var\/ipcad;/" 
ipcad.conf.default
-       sed -i -e "s/^interface/#interface/" ipcad.conf.default
-       sed -i -e "s/^aggregate/#aggregate/" ipcad.conf.default
-       sed -i -e "s/^pidfile = ipcad.pid;/pidfile = \/run\/ipcad.pid;/" 
ipcad.conf.default
-
        dodoc AUTHORS ChangeLog README BUGS FAQ ipcad.conf.simple 
ipcad.conf.default
 
-       dosbin ipcad || die
+       dosbin ipcad
 
        insinto /etc
        insopts -m0600




Reply via email to