Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/throttle/
Date: Thu, 31 Oct 2019 19:44:14
Message-Id: 1572551041.57e0babe5fbf4ac551326b08f9ec9128dd1b3c36.grobian@gentoo
1 commit: 57e0babe5fbf4ac551326b08f9ec9128dd1b3c36
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 31 19:43:45 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 19:44:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e0babe
7
8 net-misc/throttle: EAPI-bump, bug #697220
9
10 Closes: https://bugs.gentoo.org/697220
11 Package-Manager: Portage-2.3.76, Repoman-2.3.16
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 net-misc/throttle/throttle-1.2-r1.ebuild | 24 ++++++++++++++++++++++++
15 1 file changed, 24 insertions(+)
16
17 diff --git a/net-misc/throttle/throttle-1.2-r1.ebuild b/net-misc/throttle/throttle-1.2-r1.ebuild
18 new file mode 100644
19 index 00000000000..b6feb193f2d
20 --- /dev/null
21 +++ b/net-misc/throttle/throttle-1.2-r1.ebuild
22 @@ -0,0 +1,24 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit autotools
29 +
30 +# orphaned package, we keep its sources, but upstream is long gone, and
31 +# disappeared
32 +
33 +DESCRIPTION="Bandwidth limiting pipe"
34 +HOMEPAGE="https://www.gentoo.org/"
35 +SRC_URI="https://dev.gentoo.org/~grobian/${P}.tar.gz"
36 +
37 +LICENSE="GPL-2"
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos"
40 +IUSE=""
41 +
42 +src_prepare() {
43 + default
44 +
45 + eautoreconf
46 +}