* [gentoo-commits] gentoo-x86 commit in net-analyzer/httping: ChangeLog httping-1.5.5.ebuild httping-1.5.2.ebuild
@ 2012-10-23 12:20 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2012-10-23 12:20 UTC (permalink / raw
To: gentoo-commits
jer 12/10/23 12:20:35
Modified: ChangeLog
Added: httping-1.5.5.ebuild
Removed: httping-1.5.2.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.82 net-analyzer/httping/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 7 Sep 2012 21:41:21 -0000 1.81
+++ ChangeLog 23 Oct 2012 12:20:35 -0000 1.82
@@ -1,6 +1,12 @@
# 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.81 2012/09/07 21:41:21 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.82 2012/10/23 12:20:35 jer Exp $
+
+*httping-1.5.5 (23 Oct 2012)
+
+ 23 Oct 2012; Jeroen Roovers <jer@gentoo.org> -httping-1.5.2.ebuild,
+ +httping-1.5.5.ebuild:
+ Version bump.
*httping-1.5.4 (07 Sep 2012)
1.1 net-analyzer/httping/httping-1.5.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/httping-1.5.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/httping-1.5.5.ebuild?rev=1.1&content-type=text/plain
Index: httping-1.5.5.ebuild
===================================================================
# 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.1 2012/10/23 12:20:35 jer 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}"
# This would bring in test? ( dev-util/cppcheck ) but unlike
# upstream we should only care about compile/run time testing
RESTRICT="test"
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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-23 12:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 12:20 [gentoo-commits] gentoo-x86 commit in net-analyzer/httping: ChangeLog httping-1.5.5.ebuild httping-1.5.2.ebuild Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox