commit: 58bfd6306054893f0d0e9e3e06a39a300635eb00 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sun Aug 4 14:17:25 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Aug 5 18:19:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58bfd630
net-misc/throttle: bump EAPI, remove empty IUSE Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> net-misc/throttle/throttle-1.2-r2.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/net-misc/throttle/throttle-1.2-r2.ebuild b/net-misc/throttle/throttle-1.2-r2.ebuild new file mode 100644 index 000000000000..83e57c3d15db --- /dev/null +++ b/net-misc/throttle/throttle-1.2-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +# orphaned package, we keep its sources, but upstream is long gone, and +# disappeared + +DESCRIPTION="Bandwidth limiting pipe" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="https://dev.gentoo.org/~grobian/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos" + +src_prepare() { + default + + eautoreconf +}
