From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/ipcad: ChangeLog ipcad-3.7.3.ebuild
Date: Sat, 12 Jul 2014 17:45:38 +0000 (UTC) [thread overview]
Message-ID: <20140712174538.3C8352004E@flycatcher.gentoo.org> (raw)
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 <jer@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 <jer@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
next reply other threads:[~2014-07-12 17:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-12 17:45 Jeroen Roovers (jer) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-12-05 16:23 [gentoo-commits] gentoo-x86 commit in net-analyzer/ipcad: ChangeLog ipcad-3.7.3.ebuild Jeroen Roovers (jer)
2012-01-06 16:54 Brent Baude (ranger)
2011-10-04 16:20 Tony Vroon (chainsaw)
2011-10-04 14:20 Andreas Schuerch (nativemad)
2011-03-31 17:27 Samuli Suominen (ssuominen)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140712174538.3C8352004E@flycatcher.gentoo.org \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox