summaryrefslogtreecommitdiff
path: root/net-analyzer/ttcp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-27 22:40:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-27 22:40:05 +0100
commit8c364c784966be1700ea39ae45028f3e9be9cae0 (patch)
treec1971211069b79e3831b71accd52a67a9fdc77a3 /net-analyzer/ttcp
parent6bd95d1f6320b8666a31ec949183aaa3088aa16f (diff)
gentoo resync : 27.03.2018
Diffstat (limited to 'net-analyzer/ttcp')
-rw-r--r--net-analyzer/ttcp/Manifest4
-rw-r--r--net-analyzer/ttcp/ttcp-1.12-r2.ebuild11
2 files changed, 7 insertions, 8 deletions
diff --git a/net-analyzer/ttcp/Manifest b/net-analyzer/ttcp/Manifest
index 234b2cd58732..e086180925bb 100644
--- a/net-analyzer/ttcp/Manifest
+++ b/net-analyzer/ttcp/Manifest
@@ -1,4 +1,4 @@
+DIST ttcp-1.12.c 23690 BLAKE2B 972869da1e2e945702e6852648166eefae224b39715ef8495526ec7cd33cdb1e69fa10bb356a96e701f8b597c547b3090956320f947a02f1fad0b12d027b7e32 SHA512 8fc800b05fcf3590d15a87983ac7abc3646c6d4a89f7cc6b91e495066a90a6ce21f7bd7b6ab21e09f07bfa20c39bdc7bcec479449d7cd2b88639dc6cca4a432e
DIST ttcp-1.12.tar.bz2 8086 BLAKE2B 42ec3d82d56ef28527c096be7b6ea568997f0028ebf51811974fec8c444a39785996b0a51eedff6cec6c53f215e4300a3dee91e45f54dbe979d1d1c42e792ab1 SHA512 2218f801a04964dcc684bac2957f892569e4458eb7770e26d4ac5a9a5beebb16b9191cacd8e60cceee306b8fe53000248b52457cb679a3d12ad4308bb0066dbb
-DIST ttcp.c 23690 BLAKE2B 972869da1e2e945702e6852648166eefae224b39715ef8495526ec7cd33cdb1e69fa10bb356a96e701f8b597c547b3090956320f947a02f1fad0b12d027b7e32 SHA512 8fc800b05fcf3590d15a87983ac7abc3646c6d4a89f7cc6b91e495066a90a6ce21f7bd7b6ab21e09f07bfa20c39bdc7bcec479449d7cd2b88639dc6cca4a432e
-EBUILD ttcp-1.12-r2.ebuild 634 BLAKE2B 0f944a306a6451c8b24f5fbe057e55e3b9be6747aa124c1aae7f863b7c782e2cdb7aa8e0560ba9c60526bae87ba34bf817a2b527fc6c7375305692d36b9d77cd SHA512 3791209037fba45fbedd835301bf3ca105de6a79c6f86beab09a1138786973bf670bee017d82a29bb54747b3098f204643c0e5467956b7db49087d0569d8a91f
+EBUILD ttcp-1.12-r2.ebuild 622 BLAKE2B f12a128da60eb5d3ad277970ddc6ae2fd71aababc01f0da558b069c88c683c8cd0ad07a5c4c7dc85b9ec45878352d966c5274bd7de4d6da35af08d746c12df0c SHA512 b5a90bbf1163e6c829377dc21b64aabe666310611d9e703d46108411556772b0277f3dcd1e5f56972b41ba538fa8a1d835884540fa34689f1f834fdf3d0ecfa7
MISC metadata.xml 276 BLAKE2B e21811549278e73aa9a14acfe242fd022106a39ac1300caa00615772d7f54d08a433052659a271f9ac0d453c7776fc2b9e8d86e6d3f637817c214174dde52cb2 SHA512 f0e6c6bc89659e01e157d9bf30d0a2f3fd2d71bc26c8d12489c4a44fc5237159946e25b46e7295ab4676aea63559194977a0b1e76aced31d81cf6387dd0f4250
diff --git a/net-analyzer/ttcp/ttcp-1.12-r2.ebuild b/net-analyzer/ttcp/ttcp-1.12-r2.ebuild
index 14f85101f144..49e46e02dbd4 100644
--- a/net-analyzer/ttcp/ttcp-1.12-r2.ebuild
+++ b/net-analyzer/ttcp/ttcp-1.12-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit toolchain-funcs
DESCRIPTION="Tool to test TCP and UDP throughput"
@@ -11,14 +11,13 @@ HOMEPAGE="
"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
SRC_URI="
mirror://gentoo/${P}.tar.bz2
- http://www.netcore.fi/pekkas/linux/ipv6/${PN}.c
+ https://dev.gentoo.org/~jer/${P}.c
"
-
src_compile() {
- $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} "${DISTDIR}"/${PN}.c || die
+ $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} "${DISTDIR}"/${P}.c || die
}
src_install() {