summaryrefslogtreecommitdiff
path: root/app-misc/pipeworks
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/pipeworks
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/pipeworks')
-rw-r--r--app-misc/pipeworks/Manifest3
-rw-r--r--app-misc/pipeworks/metadata.xml13
-rw-r--r--app-misc/pipeworks/pipeworks-0.4-r1.ebuild28
3 files changed, 0 insertions, 44 deletions
diff --git a/app-misc/pipeworks/Manifest b/app-misc/pipeworks/Manifest
deleted file mode 100644
index b78348355c00..000000000000
--- a/app-misc/pipeworks/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pipeworks-0.4.tar.gz 11560 BLAKE2B ddc28cc26e4f6305eacf6f888cb11a205f1ec64b180a328dda7e250cfef8d98f52374301066ef844739f7f85a4d344307d21d4704c33f450db2740121a631182 SHA512 ddd9875deab26d0f0b673846c7838733a2c3ec573fbd06d85e4058adb3b0d5274daeac1165b573743b8b3da6aa05c24b9ecc0ac788b24a42cf0f379a8eb56ebd
-EBUILD pipeworks-0.4-r1.ebuild 643 BLAKE2B b228b66d2580a41acc8eb1a2c5cdbc27cda4b657458620750539fb0ca3820f56f9f95e4bfb455cd7a1315ed0106b13e2629d8c3b0f49ebe3b95b7ff478390898 SHA512 53c43ffbb4e601eddc4088f21cf089ec30d679686880e3a438579e62297f2ba261c195a4e99019dd68624105390d79624197ac15ec696239931c4bb433c1f17b
-MISC metadata.xml 520 BLAKE2B 7c3c2102bcdad8698d9970f496002e43a7b93a88368555cf4e6762e0752e1dc56df82b66d4560dccebfa4b1bfb817d2c975019946e269cf074871f184078baa5 SHA512 f95bd764a974893a6ec46c0761a8b7a5edbb467c5b393a771163e42451efb34d75e25b73efb984d960b0aa46f19c233a5fd2df1f90aafebf4365d425d63c7243
diff --git a/app-misc/pipeworks/metadata.xml b/app-misc/pipeworks/metadata.xml
deleted file mode 100644
index 5fdc86c0a692..000000000000
--- a/app-misc/pipeworks/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
-pipeworks is a benchmarking tool for pipelines that is very similar to pipemeter. It writes its stdin to its
-stdout, while reporting the data flow rate to stderr. It features adjustable block size and bandwidth limiting
-capabilities.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">pipeworks</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-misc/pipeworks/pipeworks-0.4-r1.ebuild b/app-misc/pipeworks/pipeworks-0.4-r1.ebuild
deleted file mode 100644
index c1cb72b55af3..000000000000
--- a/app-misc/pipeworks/pipeworks-0.4-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A small utility that measures throughput between stdin and stdout"
-HOMEPAGE="http://pipeworks.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pipeworks/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake CC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin pipeworks || die "dobin failed"
- doman pipeworks.1
- dodoc Changelog README
-}