summaryrefslogtreecommitdiff
path: root/net-misc/throttle
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /net-misc/throttle
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'net-misc/throttle')
-rw-r--r--net-misc/throttle/Manifest3
-rw-r--r--net-misc/throttle/throttle-1.2-r1.ebuild2
-rw-r--r--net-misc/throttle/throttle-1.2.ebuild18
3 files changed, 2 insertions, 21 deletions
diff --git a/net-misc/throttle/Manifest b/net-misc/throttle/Manifest
index 55390a1f9c23..49a75419f7f1 100644
--- a/net-misc/throttle/Manifest
+++ b/net-misc/throttle/Manifest
@@ -1,4 +1,3 @@
DIST throttle-1.2.tar.gz 72501 BLAKE2B 8374d09f12f37f60a2dd52c5e3e08ef53af0862fdb51d530883f291b1d0ab2a1127dcc70a08d4179e3052788a84e9a8183db3dbb53ae8181e62fc3728005c7a3 SHA512 ec0a639e6fed5e4a5fbb32498a77e08e0b53f3d6ffdb1788a6b52480387c87c43a5d17507941c9660406721bdbd5d4eedd4d6f1c0153dc41dc44a2aae0f9492f
-EBUILD throttle-1.2-r1.ebuild 480 BLAKE2B e52e6be7d2d65676739ec5b8fa9a2d593bde06c0edb18e4585727e102ec57a1ebc467c7e3b85dce9189d7740bbcbd125141fa55015ae608a27a13ccbd2cb2047 SHA512 532c66b373f2cdcf273930b29ee195a225dec74758529caa499c5df20c76b2cbbe8219e518d2248aa928406ec827cab0a6d9334e4438e40b605dea70112148eb
-EBUILD throttle-1.2.ebuild 428 BLAKE2B f3b53e535fdceae9b6bde42ac8ddf5f6d2664289128dfcb40b6b41b5bda900e02d3a95fde11966f6cdad1148deb9c642877a0c7a8948dc0751082b23aec59f63 SHA512 39568aa1b31c9ff4e83b15a1407de8af014ccc43a53a39610687232db6451313b5252421386ba95f890f03250d4e47af653d8cfb2a53cd5694dceff1e47deb41
+EBUILD throttle-1.2-r1.ebuild 479 BLAKE2B 64fa1e6e898302aeb049c822184c1a69b10cae74c0e3317db8c99bb961271befa1bd29e9de87526f1f615422c031f604868802cbc0b8ce59aea6008187af3528 SHA512 7d72eb64002d2c808608e04f221c3eff80a91560e688776a0e9f7dbe55a4ff26ebcdaa698016def00be339a5fe16e8ed3003b10c167dff95a186b15edaa18794
MISC metadata.xml 370 BLAKE2B a472fb5ba4c9dd2f9d29f932befe96a997d27ed559ca0173388d6c8ca842032a34f2b4df8f962f6a275bddc83cc7498d5c971b79e91c5f4ef1314d52c7b4f954 SHA512 39d066692873cf85dc75f2d6f5c566ac799aa1e2fdc6743915d19167913f92800ade4be1d101780fc011362757531d8f59615e3d150a160f7196a43314d64c69
diff --git a/net-misc/throttle/throttle-1.2-r1.ebuild b/net-misc/throttle/throttle-1.2-r1.ebuild
index b6feb193f2df..a5112cba9fcb 100644
--- a/net-misc/throttle/throttle-1.2-r1.ebuild
+++ b/net-misc/throttle/throttle-1.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~grobian/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos"
IUSE=""
src_prepare() {
diff --git a/net-misc/throttle/throttle-1.2.ebuild b/net-misc/throttle/throttle-1.2.ebuild
deleted file mode 100644
index c757d4ed60f6..000000000000
--- a/net-misc/throttle/throttle-1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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
-}