Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3644 - net/analyzer/iptraf version bump from 2.4 to 2.7
Summary: net/analyzer/iptraf version bump from 2.4 to 2.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: José Alberto Suárez López
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 16:30 UTC by mikepolniak
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mikepolniak 2002-06-11 16:30:22 UTC
bump to newest version  2.7.0  of June 11,2002 
and remove COPYING and gif from dodoc as they are no longer there:
 
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Bryce Porter <x86@gentoo.org>
# /space/gentoo/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.4.0-r1.ebuild,v 1.1 2002/01/27 
17:20:19 blocke Exp

S=${WORKDIR}/${P}
DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor"
SRC_URI="ftp://ftp.cebu.mozcom.com/pub/linux/net/${P}.tar.gz"
HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/"

DEPEND=">=sys-libs/ncurses-5.2-r1"

src_compile() {
	cd src
	emake TARGET="/usr/bin" WORKDIR="/var/lib/iptraf" \
		clean all || die "emake failed"
}

src_install() {

	dobin src/{iptraf,cfconv,rvnamed}
	dodoc  FAQ README* CHANGES RELEASE-NOTES
	doman Documentation/*.8
	docinto html
	dodoc Documentation/*.{html}
	dodir /var/{lib,run,log}/iptraf
}
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-13 18:59:12 UTC
hi mike,

What license is this under now?  Some comments:
Make sure to put a SLOT="" line in there
and also a LICENSE="<whatever>"  -- have a look at /usr/portage/licenses for a
list of available licenses.  Also, dodoc will gzip stuff.  Please use dohtml for
html documentation, instead.  Check /usr/lib/portage/bin directory for more
details.  So, if I can have you make those fixes, and then just submit a diff
against the already existing version in portage, that would be great.