From 0d93fcfb88fc6d12abb8b40d925aa0ce22de0989 Mon Sep 17 00:00:00 2001 From: Marcelo Góes Date: Sat, 7 Jun 2008 16:42:54 +0000 Subject: 1.2.6 version bump. (Portage version: 2.1.4.4) --- net-analyzer/httping/ChangeLog | 7 ++++++- net-analyzer/httping/httping-1.2.6.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 net-analyzer/httping/httping-1.2.6.ebuild (limited to 'net-analyzer') diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 9df6af43da23..6df4d0cf71a9 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.42 2008/02/05 10:54:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.43 2008/06/07 16:42:54 vanquirius Exp $ + +*httping-1.2.6 (07 Jun 2008) + + 07 Jun 2008; Marcelo Goes +httping-1.2.6.ebuild: + 1.2.6 version bump. 05 Feb 2008; Markus Rothe httping-1.2.4.ebuild: Stable on ppc64 diff --git a/net-analyzer/httping/httping-1.2.6.ebuild b/net-analyzer/httping/httping-1.2.6.ebuild new file mode 100644 index 000000000000..fbd5c3c8cece --- /dev/null +++ b/net-analyzer/httping/httping-1.2.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.2.6.ebuild,v 1.1 2008/06/07 16:42:54 vanquirius 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 + ssl? ( dev-libs/openssl )" + +src_compile() { + local makefile + use ssl || makefile="-f Makefile.nossl" + emake CC="$(tc-getCC)" ${makefile} || die "emake failed" +} + +src_install() { + dobin httping || die "dobin failed" + doman httping.1 || die "doman failed" + dodoc readme.txt || die "dodoc failed" +} -- cgit v1.2.3-65-gdbad