summaryrefslogtreecommitdiff
path: root/net-misc/throttle
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-misc/throttle
reinit the tree, so we can have metadata
Diffstat (limited to 'net-misc/throttle')
-rw-r--r--net-misc/throttle/Manifest5
-rw-r--r--net-misc/throttle/metadata.xml11
-rw-r--r--net-misc/throttle/throttle-1.2.ebuild16
3 files changed, 32 insertions, 0 deletions
diff --git a/net-misc/throttle/Manifest b/net-misc/throttle/Manifest
new file mode 100644
index 000000000000..d9a0d30ff090
--- /dev/null
+++ b/net-misc/throttle/Manifest
@@ -0,0 +1,5 @@
+DIST throttle-1.2.tar.gz 72501 SHA256 6d90e4dcd6c604846020d60e82df1576e0a022cb96716a709db4ebfa143d6772 SHA512 ec0a639e6fed5e4a5fbb32498a77e08e0b53f3d6ffdb1788a6b52480387c87c43a5d17507941c9660406721bdbd5d4eedd4d6f1c0153dc41dc44a2aae0f9492f WHIRLPOOL 073e04a3b0cd4c354f189a667d3ffc06e1dd2074f35ff1b3c93f6fd128c153888821f228d70193a5ded944c1eb3de06c1d37f007b6fb2800b36fe886137f4063
+EBUILD throttle-1.2.ebuild 420 SHA256 c9894b394ce86c080ebc919220f053c591b501704051d68f34a17774fea87d7b SHA512 19c5d1b5d0e7aa8a648249f8c99ab9af92afba6460f1bd8d6b07f1e9e7543ad4bf3c428f835f1b1c18869b9608bcd3adbe9ceaa3365feede38ce0a36add4af0b WHIRLPOOL a76e52fd69078f8b9b4bc389fc9794b41d0be479278049b7b3061c294de14010eb617a9de8bdabf896904ed764d755c8dde67d77e884b72df548ed72a0d61ac4
+MISC ChangeLog 2175 SHA256 9ef12462b47e3e0013a3defcfa6b1cd66bdcb09fdcc0bc1200c24c37fba75d7b SHA512 5d0d9f1cc3f24bd46a636aad84e4b812aec99cae8b22d5607d8810273c0886ecb8be75a43050d88b5141c61284d68e7ba3c350a2bc6d8f873f84656e3f598f41 WHIRLPOOL f32bfa4437bda6eb20898441ad29b0b85a8557a8a5e8c2fd2bdc503d0783c946a07e69f07aae66b988fc3ed697971c4fec01c0d43007684bd30d055d02fbb501
+MISC ChangeLog-2015 715 SHA256 3a07eda1de14e428ec1235cde02ae7f6cf77e78eea38758eb6ba32097b07845a SHA512 a1a9f1f4f131d15fed7a8e5351e572d18b12ac77319821d5665e741fbfc716baf33f087a87de156c1db832b0493827c96465c9dd137e3f6f81dc9ee045e42736 WHIRLPOOL fc62bbe1ae10c90acf3d2ed999cb2fce8d7429e6d4352e3bbd5c92c7b6f13b4f9f9f7ec63d0a22c3d52b0adb1948df188093ba48c19959383655e1b70ec869fb
+MISC metadata.xml 370 SHA256 6c89422c44e866852237e51fded52cf46bdb2537e76cdfe0a42ad4ca84988875 SHA512 39d066692873cf85dc75f2d6f5c566ac799aa1e2fdc6743915d19167913f92800ade4be1d101780fc011362757531d8f59615e3d150a160f7196a43314d64c69 WHIRLPOOL fda4f21fdc938296bd2f3262d0258ed35ef60b2cf3137ccebce681832a1341a61cfb77ffd29d85a726e8cf5ef0fe2bddbfcc376a34748fbae14314e002ed99c8
diff --git a/net-misc/throttle/metadata.xml b/net-misc/throttle/metadata.xml
new file mode 100644
index 000000000000..686de21a97d3
--- /dev/null
+++ b/net-misc/throttle/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>grobian@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ throttle copies the standard input to the standard output while
+ limiting bandwidth to the specified maximum.
+ </longdescription>
+</pkgmetadata>
diff --git a/net-misc/throttle/throttle-1.2.ebuild b/net-misc/throttle/throttle-1.2.ebuild
new file mode 100644
index 000000000000..56d55b2cc616
--- /dev/null
+++ b/net-misc/throttle/throttle-1.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="Bandwidth limiting pipe"
+HOMEPAGE="http://klicman.org/throttle/"
+SRC_URI="http://klicman.org/throttle/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS NEWS README ChangeLog
+}