summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-01-21 13:30:06 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-01-21 13:30:06 +0000
commit137c4772a7b676633a7605aa18f30ab002cc1e76 (patch)
treea93f725f3e2c9b6f7a21f76fb615b820e9a8c4a4 /net-analyzer
parentStable on MIPS. (diff)
downloadgentoo-2-137c4772a7b676633a7605aa18f30ab002cc1e76.tar.gz
gentoo-2-137c4772a7b676633a7605aa18f30ab002cc1e76.tar.bz2
gentoo-2-137c4772a7b676633a7605aa18f30ab002cc1e76.zip
Drop old wrt bug #155904
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/httping/ChangeLog7
-rw-r--r--net-analyzer/httping/files/digest-httping-1.0.101
-rw-r--r--net-analyzer/httping/httping-1.0.10.ebuild35
3 files changed, 5 insertions, 38 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog
index 260344bcc9dc..570d7d686a75 100644
--- a/net-analyzer/httping/ChangeLog
+++ b/net-analyzer/httping/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/httping
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.31 2006/12/04 21:07:48 eroyf Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.32 2007/01/21 13:30:06 jokey Exp $
+
+ 21 Jan 2007; Markus Ullmann <jokey@gentoo.org> -httping-1.0.10.ebuild:
+ Drop old wrt bug #155904
04 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> httping-1.2.1.ebuild:
Stable on MIPS.
diff --git a/net-analyzer/httping/files/digest-httping-1.0.10 b/net-analyzer/httping/files/digest-httping-1.0.10
deleted file mode 100644
index dde9536889ea..000000000000
--- a/net-analyzer/httping/files/digest-httping-1.0.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 998b00b8babeb3196d28c20ad87d9c15 httping-1.0.10.tgz 11187
diff --git a/net-analyzer/httping/httping-1.0.10.ebuild b/net-analyzer/httping/httping-1.0.10.ebuild
deleted file mode 100644
index 918c6d2572da..000000000000
--- a/net-analyzer/httping/httping-1.0.10.ebuild
+++ /dev/null
@@ -1,35 +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/httping/httping-1.0.10.ebuild,v 1.4 2006/06/25 09:19:56 blubb Exp $
-
-inherit toolchain-funcs
-
-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="amd64 ~hppa ~mips ~ppc ppc64 x86"
-IUSE="ssl"
-
-DEPEND=">=sys-libs/ncurses-5"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s|^\(CFLAGS=\)-O2\(.*\)$|\1${CFLAGS} \2|g" Makefile* || \
- die "sed Makefile failed"
-}
-
-src_compile() {
- local makefile
- use ssl || makefile="-f Makefile.nossl"
- export CC="$(tc-getCC)"
- emake ${makefile} || die "make failed"
-}
-
-src_install() {
- dobin httping || die
- dodoc readme.txt license.txt
-}