diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-04-25 01:33:35 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-04-25 01:33:35 +0000 |
commit | 6509433b604ba3561fa07b9f3f0018031de54ee9 (patch) | |
tree | 86053cd82d790070bbd8dfc2b58215d1e7268bdd /net-analyzer/ipcad | |
parent | removing old ebuild (diff) | |
download | gentoo-2-6509433b604ba3561fa07b9f3f0018031de54ee9.tar.gz gentoo-2-6509433b604ba3561fa07b9f3f0018031de54ee9.tar.bz2 gentoo-2-6509433b604ba3561fa07b9f3f0018031de54ee9.zip |
removing old ebuild, marking 3.6.5 x86 stable
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/ipcad')
-rw-r--r-- | net-analyzer/ipcad/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ipcad/files/digest-ipcad-3.6.4 | 1 | ||||
-rw-r--r-- | net-analyzer/ipcad/ipcad-3.6.4.ebuild | 46 | ||||
-rw-r--r-- | net-analyzer/ipcad/ipcad-3.6.5.ebuild | 4 |
4 files changed, 7 insertions, 50 deletions
diff --git a/net-analyzer/ipcad/ChangeLog b/net-analyzer/ipcad/ChangeLog index e8b7ed98a806..d3660e24bda6 100644 --- a/net-analyzer/ipcad/ChangeLog +++ b/net-analyzer/ipcad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ipcad # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v 1.9 2005/04/03 01:11:32 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ChangeLog,v 1.10 2005/04/25 01:33:35 vanquirius Exp $ + + 24 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> -ipcad-3.6.4.ebuild, + ipcad-3.6.5.ebuild: + Removing old version, marking 3.6.5 x86 stable. 02 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> -ipcad-3.6.2.ebuild: Removing old version. diff --git a/net-analyzer/ipcad/files/digest-ipcad-3.6.4 b/net-analyzer/ipcad/files/digest-ipcad-3.6.4 deleted file mode 100644 index 10f723320ce6..000000000000 --- a/net-analyzer/ipcad/files/digest-ipcad-3.6.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 bb9964deea71a7f4fe743b14980837fb ipcad-3.6.4.tar.gz 169013 diff --git a/net-analyzer/ipcad/ipcad-3.6.4.ebuild b/net-analyzer/ipcad/ipcad-3.6.4.ebuild deleted file mode 100644 index 730099422887..000000000000 --- a/net-analyzer/ipcad/ipcad-3.6.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 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.4 2005/01/31 14:03:03 ka0ttic 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 ~ppc" -IUSE="" - -DEPEND=">=sys-apps/sed-4" - -RDEPEND="virtual/libc - virtual/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 -} diff --git a/net-analyzer/ipcad/ipcad-3.6.5.ebuild b/net-analyzer/ipcad/ipcad-3.6.5.ebuild index 1c398a6059bf..7fd0c0e98a8e 100644 --- a/net-analyzer/ipcad/ipcad-3.6.5.ebuild +++ b/net-analyzer/ipcad/ipcad-3.6.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.6.5.ebuild,v 1.1 2005/03/21 23:16:46 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.6.5.ebuild,v 1.2 2005/04/25 01:33:35 vanquirius 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 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND=">=sys-apps/sed-4" |