summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-09-11 14:56:13 +0000
committerJon Hood <squinky86@gentoo.org>2004-09-11 14:56:13 +0000
commit98313c388c83edfac2fe4ad5ef800c86c8d768ff (patch)
tree19c21a7ed3d136ac479742435157dd6e20b2a6a9 /net-analyzer
parentx86 stable + version bump (Manifest recommit) (diff)
downloadgentoo-2-98313c388c83edfac2fe4ad5ef800c86c8d768ff.tar.gz
gentoo-2-98313c388c83edfac2fe4ad5ef800c86c8d768ff.tar.bz2
gentoo-2-98313c388c83edfac2fe4ad5ef800c86c8d768ff.zip
version bump, fix dependencies, #62342
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ipcad/ChangeLog9
-rw-r--r--net-analyzer/ipcad/Manifest14
-rw-r--r--net-analyzer/ipcad/files/digest-ipcad-3.6.41
-rw-r--r--net-analyzer/ipcad/ipcad-3.6.2.ebuild9
-rw-r--r--net-analyzer/ipcad/ipcad-3.6.4.ebuild46
5 files changed, 65 insertions, 14 deletions
diff --git a/net-analyzer/ipcad/ChangeLog b/net-analyzer/ipcad/ChangeLog
index 7ba05d57c4c4..9295496f34ac 100644
--- a/net-analyzer/ipcad/ChangeLog
+++ b/net-analyzer/ipcad/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-analyzer/ipcad
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v 1.2 2004/08/28 14:29:27 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v 1.3 2004/09/11 14:56:13 squinky86 Exp $
+
+*ipcad-3.6.4 (11 Sep 2004)
+
+ 11 Sep 2004; Jon Hood <squinky86@gentoo.org> ipcad-3.6.2.ebuild,
+ +ipcad-3.6.4.ebuild:
+ Version bump, fix dependencies, thanks to Shernakov Artem
+ <artemsh@permonline.ru> in #62342.
28 Aug 2004; Eldad Zack <eldad@gentoo.org> ipcad-3.6.2.ebuild:
x86 stable
diff --git a/net-analyzer/ipcad/Manifest b/net-analyzer/ipcad/Manifest
index 7d07edb76af8..065e68c10096 100644
--- a/net-analyzer/ipcad/Manifest
+++ b/net-analyzer/ipcad/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 24bdf54c7fd749bb27d6c7b8053bb18e ipcad-3.6.2.ebuild 1119
+MD5 eb658b7edce9138b0aab5ec3e681e735 ipcad-3.6.2.ebuild 1185
+MD5 5fff370f18708cfde705f93334efa6f6 ipcad-3.6.4.ebuild 1216
MD5 1acea613ddcc3c8dbba40dd3e9ebf0cf ChangeLog 525
MD5 1194f6f46d7b10dcd54903168f1ac522 metadata.xml 221
MD5 148698890032310e527de90805367134 files/ipcad.init 514
MD5 3cffc04840194f2a426970366bce31c6 files/digest-ipcad-3.6.2 63
+MD5 4895760098b999dcb3abdd30152dc6ed files/digest-ipcad-3.6.4 63
MD5 ccd08900a3bd7420d99b2c4acff3b457 files/ipcad.conf.d 135
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBMJcCT+MN7JbqCpMRAgsYAJ9yxwxJcJU2gsYdXAA9sfL+amwDWgCdGkzw
-vg7DxZaRiWqaWo9Goo32OZ4=
-=dwSu
------END PGP SIGNATURE-----
diff --git a/net-analyzer/ipcad/files/digest-ipcad-3.6.4 b/net-analyzer/ipcad/files/digest-ipcad-3.6.4
new file mode 100644
index 000000000000..10f723320ce6
--- /dev/null
+++ b/net-analyzer/ipcad/files/digest-ipcad-3.6.4
@@ -0,0 +1 @@
+MD5 bb9964deea71a7f4fe743b14980837fb ipcad-3.6.4.tar.gz 169013
diff --git a/net-analyzer/ipcad/ipcad-3.6.2.ebuild b/net-analyzer/ipcad/ipcad-3.6.2.ebuild
index e43ce1a46ebb..a157828a1660 100644
--- a/net-analyzer/ipcad/ipcad-3.6.2.ebuild
+++ b/net-analyzer/ipcad/ipcad-3.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.6.2.ebuild,v 1.2 2004/08/28 14:29:27 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.6.2.ebuild,v 1.3 2004/09/11 14:56:13 squinky86 Exp $
DESCRIPTION="IP Cisco Accounting Daemon"
HOMEPAGE="http://ipcad.sourceforge.net/"
@@ -9,7 +9,12 @@ LICENSE="as-is"
SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="net-libs/libpcap"
+
+DEPEND=">=sys-apps/sed-4"
+
+RDEPEND="virtual/libc
+ net-libs/libpcap
+ net-firewall/iptables"
src_compile() {
econf || die "econf failed"
diff --git a/net-analyzer/ipcad/ipcad-3.6.4.ebuild b/net-analyzer/ipcad/ipcad-3.6.4.ebuild
new file mode 100644
index 000000000000..a19984b41005
--- /dev/null
+++ b/net-analyzer/ipcad/ipcad-3.6.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.6.4.ebuild,v 1.1 2004/09/11 14:56:13 squinky86 Exp $
+
+DESCRIPTION="IP Cisco Accounting Daemon"
+HOMEPAGE="http://ipcad.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ipcad/${P}.tar.gz"
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=sys-apps/sed-4"
+
+RDEPEND="virtual/libc
+ net-libs/libpcap
+ net-firewall/iptables"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+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 COPYING INSTALL README BUGS FAQ ipcad.conf.simple ipcad.conf.default
+ dosbin ipcad
+
+ insinto /etc
+ insopts -m0600
+ newins ipcad.conf.default ipcad.conf
+
+ dodir /var/ipcad/run
+
+ doman ipcad.8 ipcad.conf.5
+
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/ipcad.init ipcad
+
+ insinto /etc/conf.d
+ newins ${FILESDIR}/ipcad.conf.d ipcad
+}