diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-10-29 03:31:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-10-29 03:31:04 +0000 |
commit | 891a0a31984c602852ea2749c24dec9e8f65889e (patch) | |
tree | 1c56c9e5ddbd9c42402ee6ffe6b21e8adade631c /net-analyzer/httping | |
parent | keyword ~ppc, bug #439158 (diff) | |
download | gentoo-2-891a0a31984c602852ea2749c24dec9e8f65889e.tar.gz gentoo-2-891a0a31984c602852ea2749c24dec9e8f65889e.tar.bz2 gentoo-2-891a0a31984c602852ea2749c24dec9e8f65889e.zip |
Stable for HPPA (bug #439390).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/httping/httping-1.5.4.ebuild | 36 | ||||
-rw-r--r-- | net-analyzer/httping/httping-1.5.5.ebuild | 4 |
3 files changed, 7 insertions, 39 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 976d3437c8c9..1d7db0f423db 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,10 @@ # 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.84 2012/10/28 18:52:32 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.85 2012/10/29 03:31:04 jer Exp $ + + 29 Oct 2012; Jeroen Roovers <jer@gentoo.org> -httping-1.5.4.ebuild, + httping-1.5.5.ebuild: + Stable for HPPA (bug #439390). 28 Oct 2012; Anthony G. Basile <blueness@gentoo.org> httping-1.5.5.ebuild: stable ppc64, bug #439390 diff --git a/net-analyzer/httping/httping-1.5.4.ebuild b/net-analyzer/httping/httping-1.5.4.ebuild deleted file mode 100644 index 3b42ce8f3627..000000000000 --- a/net-analyzer/httping/httping-1.5.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.5.4.ebuild,v 1.2 2012/10/27 15:23:09 blueness Exp $ - -EAPI=4 -inherit flag-o-matic toolchain-funcs eutils - -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_prepare() { - sed -i "/^OFLAGS/d" Makefile || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - SSL=$(usex ssl) \ - DEBUG=$(usex debug) -} - -src_install() { - dobin httping - doman httping.1 - dodoc readme.txt -} diff --git a/net-analyzer/httping/httping-1.5.5.ebuild b/net-analyzer/httping/httping-1.5.5.ebuild index 717c6af899bf..859aea8e7674 100644 --- a/net-analyzer/httping/httping-1.5.5.ebuild +++ b/net-analyzer/httping/httping-1.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.5.5.ebuild,v 1.2 2012/10/28 18:52:32 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.5.5.ebuild,v 1.3 2012/10/29 03:31:04 jer Exp $ EAPI=4 inherit flag-o-matic toolchain-funcs eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~amd64 hppa ~mips ~ppc ppc64 ~sparc ~x86" IUSE="debug ssl" RDEPEND=" |