diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-28 11:54:12 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-28 11:54:12 +0000 |
commit | 6911d65876b8f028b1d864c457bb943f046919ad (patch) | |
tree | a69c360ddda7b379d1acf59b7308f284679cc3bb /net-analyzer/traceroute | |
parent | small fix0rs (diff) | |
download | historical-6911d65876b8f028b1d864c457bb943f046919ad.tar.gz historical-6911d65876b8f028b1d864c457bb943f046919ad.tar.bz2 historical-6911d65876b8f028b1d864c457bb943f046919ad.zip |
moving 13 packages from net-misc to net-analyzer - import
Diffstat (limited to 'net-analyzer/traceroute')
-rw-r--r-- | net-analyzer/traceroute/ChangeLog | 16 | ||||
-rw-r--r-- | net-analyzer/traceroute/files/digest-traceroute-1.4_p12 | 1 | ||||
-rw-r--r-- | net-analyzer/traceroute/traceroute-1.4_p12.ebuild | 23 |
3 files changed, 40 insertions, 0 deletions
diff --git a/net-analyzer/traceroute/ChangeLog b/net-analyzer/traceroute/ChangeLog new file mode 100644 index 000000000000..90b5a4aa87de --- /dev/null +++ b/net-analyzer/traceroute/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for net-analyzer/traceroute +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.1 2002/06/28 11:54:12 bangert Exp $ + + 28 Jun 2002; Thilo Bangert <bangert@gentoo.org> : + moved to net-analyzer - added SLOT - added LICENSE + +*traceroute-1.4_p12 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-analyzer/traceroute/files/digest-traceroute-1.4_p12 b/net-analyzer/traceroute/files/digest-traceroute-1.4_p12 new file mode 100644 index 000000000000..d4bcb6358e93 --- /dev/null +++ b/net-analyzer/traceroute/files/digest-traceroute-1.4_p12 @@ -0,0 +1 @@ +MD5 964d599ef696efccdeebe7721cd4828d traceroute-1.4a12.tar.gz 74917 diff --git a/net-analyzer/traceroute/traceroute-1.4_p12.ebuild b/net-analyzer/traceroute/traceroute-1.4_p12.ebuild new file mode 100644 index 000000000000..1d6707974766 --- /dev/null +++ b/net-analyzer/traceroute/traceroute-1.4_p12.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Jerry Alexandratos <jerry@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12.ebuild,v 1.1 2002/06/28 11:54:12 bangert Exp $ + +MY_P=${PN}-1.4a12 +S=${WORKDIR}/${MY_P} +DESCRIPTION="Utility to trace the route of ip packets" +SRC_URI="ftp://ee.lbl.gov/${MY_P}.tar.gz" +HOMEPAGE="http://ee.lbl.gov/" +SLOT="0" +LICENSE="BSD" + +DEPEND=">=sys-libs/glibc-2.1.3" + +src_install () { + cd ${S} + dodir /usr/sbin + make prefix=${D}/usr install || die + + doman traceroute.8 + dodoc CHANGES INSTALL +} |