summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-09-04 18:26:12 +0000
committerJon Hood <squinky86@gentoo.org>2004-09-04 18:26:12 +0000
commitb9c047d5db692e21a9aa68aae073805e62ebd02b (patch)
treef9c5be46aeaf143f47894f33b10206a2866c68d0 /net-analyzer/httping
parentfixer upper, adding make.defaults, use.defaults (diff)
downloadhistorical-b9c047d5db692e21a9aa68aae073805e62ebd02b.tar.gz
historical-b9c047d5db692e21a9aa68aae073805e62ebd02b.tar.bz2
historical-b9c047d5db692e21a9aa68aae073805e62ebd02b.zip
stable on x86
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r--net-analyzer/httping/ChangeLog6
-rw-r--r--net-analyzer/httping/files/digest-httping-0.0.81
-rw-r--r--net-analyzer/httping/httping-0.0.8.ebuild29
-rw-r--r--net-analyzer/httping/httping-0.0.94.ebuild4
4 files changed, 7 insertions, 33 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"