summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-04-19 22:44:32 +0000
committerJeroen Roovers <jer@gentoo.org>2011-04-19 22:44:32 +0000
commit8a4bc0f33397db27429e25844325f835bd375d2c (patch)
tree80811364f982477817af9f5dd54af1a5b2590eb9 /net-analyzer/httping
parentThat was P, not PV. (diff)
downloadgentoo-2-8a4bc0f33397db27429e25844325f835bd375d2c.tar.gz
gentoo-2-8a4bc0f33397db27429e25844325f835bd375d2c.tar.bz2
gentoo-2-8a4bc0f33397db27429e25844325f835bd375d2c.zip
Version bump thanks to euscan.
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r--net-analyzer/httping/ChangeLog7
-rw-r--r--net-analyzer/httping/httping-1.3.1.ebuild39
-rw-r--r--net-analyzer/httping/httping-1.4.1.ebuild39
-rw-r--r--net-analyzer/httping/httping-1.5.1_beta1.ebuild (renamed from net-analyzer/httping/httping-1.4.3.ebuild)12
4 files changed, 12 insertions, 85 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog
index 4741207905e2..76cc371eb43d 100644
--- a/net-analyzer/httping/ChangeLog
+++ b/net-analyzer/httping/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/httping
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.66 2011/03/16 20:04:58 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.67 2011/04/19 22:44:32 jer Exp $
+
+*httping-1.5.1_beta1 (19 Apr 2011)
+
+ 19 Apr 2011; Jeroen Roovers <jer@gentoo.org> +httping-1.5.1_beta1.ebuild:
+ Version bump thanks to euscan.
16 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> httping-1.4.4.ebuild:
ppc64 stable wrt #349262
diff --git a/net-analyzer/httping/httping-1.3.1.ebuild b/net-analyzer/httping/httping-1.3.1.ebuild
deleted file mode 100644
index 22c91a53c4e2..000000000000
--- a/net-analyzer/httping/httping-1.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.3.1.ebuild,v 1.5 2010/01/06 19:57:18 ranger Exp $
-
-EAPI="2"
-
-inherit flag-o-matic 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 ssl"
-
-RDEPEND=">=sys-libs/ncurses-5
- ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed 's:^CFLAGS=:CFLAGS+=:' -i Makefile || die
-}
-
-src_compile() {
- append-flags -D_GNU_SOURCE
- emake \
- CC="$(tc-getCC)" \
- $(use ssl && echo SSL=yes || echo SSL=no) \
- $(use debug && echo DEBUG=yes || echo DEBUG=no) \
- || 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.4.1.ebuild b/net-analyzer/httping/httping-1.4.1.ebuild
deleted file mode 100644
index b7ed38074189..000000000000
--- a/net-analyzer/httping/httping-1.4.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.4.1.ebuild,v 1.5 2010/09/30 21:31:52 ranger Exp $
-
-EAPI="2"
-
-inherit flag-o-matic 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 ssl"
-
-RDEPEND=">=sys-libs/ncurses-5
- ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}"
-
-#src_prepare() {
-# sed 's:^CFLAGS=:CFLAGS+=:' -i Makefile || die
-#}
-
-src_compile() {
- append-flags -D_GNU_SOURCE
- emake \
- CC="$(tc-getCC)" \
- $(use ssl && echo SSL=yes || echo SSL=no) \
- $(use debug && echo DEBUG=yes || echo DEBUG=no) \
- || 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.4.3.ebuild b/net-analyzer/httping/httping-1.5.1_beta1.ebuild
index af2c2ebb5154..941cf2966303 100644
--- a/net-analyzer/httping/httping-1.4.3.ebuild
+++ b/net-analyzer/httping/httping-1.5.1_beta1.ebuild
@@ -1,14 +1,16 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.4.3.ebuild,v 1.1 2010/07/20 07:10:12 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.5.1_beta1.ebuild,v 1.1 2011/04/19 22:44:32 jer Exp $
EAPI="2"
inherit flag-o-matic toolchain-funcs
+MY_P="${P/_beta1/beta}"
+
DESCRIPTION="http protocol ping-like program"
HOMEPAGE="http://www.vanheusden.com/httping/"
-SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"
+SRC_URI="http://www.vanheusden.com/${PN}/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
@@ -19,9 +21,7 @@ RDEPEND=">=sys-libs/ncurses-5
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}"
-#src_prepare() {
-# sed 's:^CFLAGS=:CFLAGS+=:' -i Makefile || die
-#}
+S="${WORKDIR}"/${MY_P}
src_compile() {
append-flags -D_GNU_SOURCE