]> Pileus Git - ~andy/sunrise/commitdiff
net-analyzer/tcping: Moved to gentoo-x86 by xmw.
authorMike Gilbert <floppym@gentoo.org>
Thu, 24 May 2012 16:20:43 +0000 (12:20 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 24 May 2012 16:20:43 +0000 (12:20 -0400)
net-analyzer/tcping/ChangeLog [deleted file]
net-analyzer/tcping/Manifest [deleted file]
net-analyzer/tcping/metadata.xml [deleted file]
net-analyzer/tcping/tcping-1.3.5.ebuild [deleted file]

diff --git a/net-analyzer/tcping/ChangeLog b/net-analyzer/tcping/ChangeLog
deleted file mode 100644 (file)
index 6c01c97..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for net-analyzer/tcping
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*tcping-1.3.5 (26 Dec 2011)
-
-  26 Dec 2011; Michael Palimaka (kensington) <kensington@astralcloak.net>
-  +tcping-1.3.5.ebuild, +metadata.xml:
-  New ebuild for bug #389399. Thanks to binki for review.
-
diff --git a/net-analyzer/tcping/Manifest b/net-analyzer/tcping/Manifest
deleted file mode 100644 (file)
index 1ac2fb0..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST tcping-1.3.5.tar.gz 5889 RMD160 918638a346201ccce31c67bdaa01c599135bcd66 SHA1 ecc5fe7fb2f8e86a1fc2d09651310b26fa922c7b SHA256 1ad52e904094d12b225ac4a0bc75297555e931c11a1501445faa548ff5ecdbd0
-EBUILD tcping-1.3.5.ebuild 585 RMD160 d320b81a2722e2a791c6897badcbff87dff77166 SHA1 c527d980024e011d22732ad0d77340ee1168d479 SHA256 c99f9681d8da20cc03622f8c1a7d89883d83968093f2453cd417fcc01fa16fb9
-MISC ChangeLog 321 RMD160 d813e8e2bb705d2e8451ca1b26d2a56d6769c145 SHA1 d4b68bd448387b0ec294e60afcdda2f81eab8812 SHA256 aa5fb8e3353580baadb7f83d3432e4fa145893043ef0288ef00c9ec07821266b
-MISC metadata.xml 209 RMD160 184537d7a401571abe0e5cbf9258ba3947d19382 SHA1 f2ea13baedca19e24be6ed7c3e6b765f7ff67cba SHA256 b0f0595f625235a62d9d40753827ae160e42156371fd9568bd2779042517f5e8
diff --git a/net-analyzer/tcping/metadata.xml b/net-analyzer/tcping/metadata.xml
deleted file mode 100644 (file)
index f9d4a98..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/net-analyzer/tcping/tcping-1.3.5.ebuild b/net-analyzer/tcping/tcping-1.3.5.ebuild
deleted file mode 100644 (file)
index 2d5fd9c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="Ping implementation that uses the TCP protocol"
-HOMEPAGE="http://www.linuxco.de/tcping/tcping.html"
-SRC_URI="http://www.linuxco.de/tcping/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-src_prepare() {
-       sed -i -e '/^CC/d' \
-               -e 's/$(CCFLAGS)/$(CFLAGS) $(LDFLAGS)/' \
-               Makefile || die "sed Makefile failed"
-}
-
-src_compile() {
-       tc-export CC
-       default
-}
-
-src_install() {
-       dobin tcping
-       dodoc README
-}