net-misc/killcx - 1.0.3 (booboo)

Search

Install

Install this version:

emerge -a =net-misc/killcx-1.0.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/killcx-1.0.3

Or alternatively:

emerge --autounmask-write -a =net-misc/killcx-1.0.3

Package Information

Description:
Close a TCP connection
Homepage:
http://killcx.sourceforge.net/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.0.3 4 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

RESTRICT="mirror"

DESCRIPTION="Close a TCP connection"
HOMEPAGE="http://killcx.sourceforge.net/"
SRC_URI="https://sourceforge.net/projects/killcx/files/${PN}/${PV}/${P}.tgz"

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

DEPEND="dev-lang/perl
	dev-perl/NetPacket
	dev-perl/Net-Pcap
	dev-perl/Net-RawIP"
RDEPEND="${DEPEND}"

src_install() {
	dobin killcx
	dodoc README changelog
}

Dependencies

DEPEND

dev-lang/perl
	dev-perl/NetPacket
	dev-perl/Net-Pcap
	dev-perl/Net-RawIP

RDEPEND

dev-lang/perl
	dev-perl/NetPacket
	dev-perl/Net-Pcap
	dev-perl/Net-RawIP

Manifest for 1.0.3

Type File Size Source URLs
DIST killcx-1.0.3.tgz 15937 bytes https://sourceforge.net/projects/killcx/files/killcx/1.0.3/killcx-1.0.3.tgz