diff options
author | 2005-11-12 15:07:37 +0000 | |
---|---|---|
committer | 2005-11-12 15:07:37 +0000 | |
commit | a1f1a24d79e4cffc3483d5a71beeb8af7bc80fe9 (patch) | |
tree | 4e23f61630036e7e626c28b35b743c3751913acd /net-analyzer/httping/httping-0.0.94-r1.ebuild | |
parent | 0.10.0 version bump (diff) | |
download | gentoo-2-a1f1a24d79e4cffc3483d5a71beeb8af7bc80fe9.tar.gz gentoo-2-a1f1a24d79e4cffc3483d5a71beeb8af7bc80fe9.tar.bz2 gentoo-2-a1f1a24d79e4cffc3483d5a71beeb8af7bc80fe9.zip |
1.0.7 version bump. Inheritting toolchain-funcs to get CC
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-analyzer/httping/httping-0.0.94-r1.ebuild')
-rw-r--r-- | net-analyzer/httping/httping-0.0.94-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-analyzer/httping/httping-0.0.94-r1.ebuild b/net-analyzer/httping/httping-0.0.94-r1.ebuild deleted file mode 100644 index dcea1b3a6514..000000000000 --- a/net-analyzer/httping/httping-0.0.94-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-0.0.94-r1.ebuild,v 1.3 2005/05/07 21:28:09 vanquirius Exp $ - -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="x86 ~ppc ppc64" -IUSE="ssl" - -DEPEND=">=sys-libs/ncurses-5" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i -e "s:CFLAGS=:CFLAGS=${CFLAGS} :g" Makefile* -} - -src_compile() { - use ssl && emake || die "make failed" - use ssl || emake -f Makefile.nossl || die "make failed" -} - -src_install() { - dobin httping - dodoc readme.txt license.txt -} |