From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/httping: ChangeLog httping-2.3.1.ebuild
Date: Thu, 9 May 2013 17:39:49 +0000 (UTC) [thread overview]
Message-ID: <20130509173950.14AE42171D@flycatcher.gentoo.org> (raw)
radhermit 13/05/09 17:39:49
Modified: ChangeLog
Added: httping-2.3.1.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.102 net-analyzer/httping/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 7 May 2013 14:45:54 -0000 1.101
+++ ChangeLog 9 May 2013 17:39:49 -0000 1.102
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/httping
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.101 2013/05/07 14:45:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.102 2013/05/09 17:39:49 radhermit Exp $
+
+*httping-2.3.1 (09 May 2013)
+
+ 09 May 2013; Tim Harder <radhermit@gentoo.org> +httping-2.3.1.ebuild:
+ Version bump.
*httping-2.3 (07 May 2013)
1.1 net-analyzer/httping/httping-2.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/httping-2.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/httping-2.3.1.ebuild?rev=1.1&content-type=text/plain
Index: httping-2.3.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.3.1.ebuild,v 1.1 2013/05/09 17:39:49 radhermit Exp $
EAPI=5
inherit eutils 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 fftw ncurses ssl tfo"
RDEPEND="
fftw? ( sci-libs/fftw:3.0 )
ncurses? ( >=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() {
epatch "${FILESDIR}"/${PN}-2.2.1-flags.patch
}
src_configure() {
# not an autotools script
echo > makefile.inc || die
}
src_compile() {
emake \
CC="$(tc-getCC)" \
FW=$(usex fftw) \
DEBUG=$(usex debug) \
NC=$(usex ncurses) \
SSL=$(usex ssl) \
TFO=$(usex tfo)
}
src_install() {
dobin httping
doman httping.1
}
next reply other threads:[~2013-05-09 17:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-09 17:39 Tim Harder (radhermit) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-06-13 13:15 [gentoo-commits] gentoo-x86 commit in net-analyzer/httping: ChangeLog httping-2.3.1.ebuild Jeroen Roovers (jer)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130509173950.14AE42171D@flycatcher.gentoo.org \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox