diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-03-07 20:51:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-03-07 20:51:01 +0000 |
commit | 3bea13df8c7b32c932a1c7e862e8697a02c2d855 (patch) | |
tree | b272a29bd8d1dae0d813b2355d42b3f1c086c993 /net-analyzer | |
parent | Old. (diff) | |
download | gentoo-2-3bea13df8c7b32c932a1c7e862e8697a02c2d855.tar.gz gentoo-2-3bea13df8c7b32c932a1c7e862e8697a02c2d855.tar.bz2 gentoo-2-3bea13df8c7b32c932a1c7e862e8697a02c2d855.zip |
Old.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/httping-1.4.4.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 686bace7b6b0..a16659ba7d93 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.74 2012/03/02 21:22:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.75 2012/03/07 20:51:01 jer Exp $ + + 07 Mar 2012; Jeroen Roovers <jer@gentoo.org> -httping-1.4.4.ebuild: + Old. 02 Mar 2012; Brent Baude <ranger@gentoo.org> httping-1.5.2.ebuild: Marking httping-1.5.2 ppc64 for bug 400421 diff --git a/net-analyzer/httping/httping-1.4.4.ebuild b/net-analyzer/httping/httping-1.4.4.ebuild deleted file mode 100644 index 2bb50a19ebbb..000000000000 --- a/net-analyzer/httping/httping-1.4.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.4.4.ebuild,v 1.5 2011/03/16 20:04:58 xarthisius Exp $ - -EAPI="2" - -inherit flag-o-matic 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 ~sparc x86" -IUSE="debug ssl" - -RDEPEND=">=sys-libs/ncurses-5 - ssl? ( dev-libs/openssl )" -DEPEND="${RDEPEND}" - -src_compile() { - append-flags -D_GNU_SOURCE - emake \ - CC="$(tc-getCC)" \ - $(use ssl && echo SSL=yes || echo SSL=no) \ - $(use debug && echo DEBUG=yes || echo DEBUG=no) \ - || die "emake failed" -} - -src_install() { - dobin httping || die "dobin failed" - doman httping.1 || die "doman failed" - dodoc readme.txt || die "dodoc failed" -} |