diff options
author | 2007-04-14 21:10:59 +0000 | |
---|---|---|
committer | 2007-04-14 21:10:59 +0000 | |
commit | 7171c302342112664db6e5c02dd901d05bcfdb17 (patch) | |
tree | fe396a721aec3bc354cd929de1ab9e5f0daeb8ee /net-analyzer/cutter/cutter-1.03.ebuild | |
parent | Use elog instead of einfo. (diff) | |
download | historical-7171c302342112664db6e5c02dd901d05bcfdb17.tar.gz historical-7171c302342112664db6e5c02dd901d05bcfdb17.tar.bz2 historical-7171c302342112664db6e5c02dd901d05bcfdb17.zip |
Remove old ebuilds.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-analyzer/cutter/cutter-1.03.ebuild')
-rw-r--r-- | net-analyzer/cutter/cutter-1.03.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-analyzer/cutter/cutter-1.03.ebuild b/net-analyzer/cutter/cutter-1.03.ebuild deleted file mode 100644 index 0993d4e50156..000000000000 --- a/net-analyzer/cutter/cutter-1.03.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/cutter-1.03.ebuild,v 1.3 2006/02/25 23:41:20 vanquirius Exp $ - -inherit toolchain-funcs - -DESCRIPTION="TCP/IP Connection cutting on Linux Firewalls and Routers" -SRC_URI="http://www.lowth.com/cutter/software/${P}.tgz" -HOMEPAGE="http://www.lowth.com/cutter" -LICENSE="GPL-2" -DEPEND="" -SLOT="0" -IUSE="" -KEYWORDS="~ppc ~x86" - -src_compile() { - einfo "$(tc-getCC) cutter.c -o cutter" - "$(tc-getCC)" cutter.c -o cutter -} - -src_install () { - # no make install yet, copy "cutter" to /usr/sbin - dosbin cutter - - # Install documentation. - dodoc README -} |