From 962f47d9bda7316ba266e2f5c9d207b84457948b Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Mon, 25 Aug 2008 20:51:39 +0000 Subject: Version bump, #234741 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 x86_64) --- net-analyzer/httping/ChangeLog | 8 +++++++- net-analyzer/httping/httping-1.2.5.ebuild | 29 ----------------------------- net-analyzer/httping/httping-1.2.9.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 30 deletions(-) delete mode 100644 net-analyzer/httping/httping-1.2.5.ebuild create mode 100644 net-analyzer/httping/httping-1.2.9.ebuild (limited to 'net-analyzer/httping') diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 4e24584a615b..32e7ab6a6d55 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,12 @@ # 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.44 2008/08/14 14:55:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.45 2008/08/25 20:51:39 dertobi123 Exp $ + +*httping-1.2.9 (25 Aug 2008) + + 25 Aug 2008; Tobias Scherbaum + -httping-1.2.5.ebuild, +httping-1.2.9.ebuild: + Version bump, #234741 14 Aug 2008; Raúl Porcel httping-1.2.6.ebuild: x86 stable, add ~sparc diff --git a/net-analyzer/httping/httping-1.2.5.ebuild b/net-analyzer/httping/httping-1.2.5.ebuild deleted file mode 100644 index a2ed014a300d..000000000000 --- a/net-analyzer/httping/httping-1.2.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.5.ebuild,v 1.1 2008/01/27 19:11:27 cedk 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" -} diff --git a/net-analyzer/httping/httping-1.2.9.ebuild b/net-analyzer/httping/httping-1.2.9.ebuild new file mode 100644 index 000000000000..7846befc5a3a --- /dev/null +++ b/net-analyzer/httping/httping-1.2.9.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.9.ebuild,v 1.1 2008/08/25 20:51:39 dertobi123 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 ~sparc ~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