diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-09-04 18:26:12 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-09-04 18:26:12 +0000 |
commit | b9c047d5db692e21a9aa68aae073805e62ebd02b (patch) | |
tree | f9c5be46aeaf143f47894f33b10206a2866c68d0 /net-analyzer | |
parent | fixer upper, adding make.defaults, use.defaults (diff) | |
download | historical-b9c047d5db692e21a9aa68aae073805e62ebd02b.tar.gz historical-b9c047d5db692e21a9aa68aae073805e62ebd02b.tar.bz2 historical-b9c047d5db692e21a9aa68aae073805e62ebd02b.zip |
stable on x86
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/httping/files/digest-httping-0.0.8 | 1 | ||||
-rw-r--r-- | net-analyzer/httping/httping-0.0.8.ebuild | 29 | ||||
-rw-r--r-- | net-analyzer/httping/httping-0.0.94.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/sara/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/sara/sara-5.1.1a.ebuild | 4 |
6 files changed, 13 insertions, 36 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 80f82affd261..8b189dc00717 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.7 2004/08/30 22:19:44 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.8 2004/09/04 18:24:32 squinky86 Exp $ + + 04 Sep 2004; Jon Hood <squinky86@gentoo.org> -httping-0.0.8.ebuild, + httping-0.0.94.ebuild: + Stable on x86, ebuild cleanups. *httping-0.0.94-r1 (30 Aug 2004) diff --git a/net-analyzer/httping/files/digest-httping-0.0.8 b/net-analyzer/httping/files/digest-httping-0.0.8 deleted file mode 100644 index e12bc22462bd..000000000000 --- a/net-analyzer/httping/files/digest-httping-0.0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 116f0e423927b6ceade008990cd05a2f httping-0.0.8.tgz 4974 diff --git a/net-analyzer/httping/httping-0.0.8.ebuild b/net-analyzer/httping/httping-0.0.8.ebuild deleted file mode 100644 index 8f68d2479941..000000000000 --- a/net-analyzer/httping/httping-0.0.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-0.0.8.ebuild,v 1.4 2004/06/24 22:03:40 agriffis Exp $ - -DESCRIPTION="http protocol ping-like program" -HOMEPAGE="http://www.vanheusden.com/httping/" -SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND=">=sys-libs/ncurses-5" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i -e "s:CFLAGS=:CFLAGS=${CFLAGS} :g" Makefile -} - -src_compile() { - emake || die "make failed" -} - -src_install() { - dobin httping - dodoc readme.txt license.txt -} diff --git a/net-analyzer/httping/httping-0.0.94.ebuild b/net-analyzer/httping/httping-0.0.94.ebuild index e773ff89d7cc..e41c458b01b2 100644 --- a/net-analyzer/httping/httping-0.0.94.ebuild +++ b/net-analyzer/httping/httping-0.0.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-0.0.94.ebuild,v 1.2 2004/08/28 16:03:01 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-0.0.94.ebuild,v 1.3 2004/09/04 18:24:32 squinky86 Exp $ DESCRIPTION="http protocol ping-like program" HOMEPAGE="http://www.vanheusden.com/httping/" @@ -8,7 +8,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ppc64" +KEYWORDS="x86 ~ppc ppc64" IUSE="" DEPEND=">=sys-libs/ncurses-5" diff --git a/net-analyzer/sara/ChangeLog b/net-analyzer/sara/ChangeLog index 3edd77eee459..3d0450b6ec08 100644 --- a/net-analyzer/sara/ChangeLog +++ b/net-analyzer/sara/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/sara # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/ChangeLog,v 1.7 2004/08/10 02:36:26 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/ChangeLog,v 1.8 2004/09/04 18:26:12 squinky86 Exp $ + + 04 Sep 2004; Jon Hood <squinky86@gentoo.org> sara-5.1.1a.ebuild: + Stable on x86. 07 Aug 2004; Jon Hood <squinky86@gentoo.org> sara-5.0.5b.ebuild, sara-5.1.1a.ebuild: diff --git a/net-analyzer/sara/sara-5.1.1a.ebuild b/net-analyzer/sara/sara-5.1.1a.ebuild index 07ca0c0a94c9..5f77e1bb9cc4 100644 --- a/net-analyzer/sara/sara-5.1.1a.ebuild +++ b/net-analyzer/sara/sara-5.1.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/sara-5.1.1a.ebuild,v 1.3 2004/08/10 02:36:26 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/sara-5.1.1a.ebuild,v 1.4 2004/09/04 18:26:12 squinky86 Exp $ DESCRIPTION="SARA Security Auditor's Research Assistant is a derived work of Security Administrator Tool for Analyzing Networks SATAN" SRC_URI="http://www-arc.com/sara/downloads/${P}.tgz" @@ -9,7 +9,7 @@ HOMEPAGE="http://www-arc.com/sara/" SLOT="0" LICENSE="satan" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="X" DEPEND=">=dev-lang/perl-5.8 \ |