summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-08-04 16:17:25 +0200
committerFabian Groffen <grobian@gentoo.org>2024-08-05 20:19:43 +0200
commit58bfd6306054893f0d0e9e3e06a39a300635eb00 (patch)
tree9a86bb92ff461dd8816b4ed72dba84ffcaf1b2b8 /net-misc
parentsys-devel/native-cctools: remove empty keywords (diff)
downloadgentoo-58bfd6306054893f0d0e9e3e06a39a300635eb00.tar.gz
gentoo-58bfd6306054893f0d0e9e3e06a39a300635eb00.tar.bz2
gentoo-58bfd6306054893f0d0e9e3e06a39a300635eb00.zip
net-misc/throttle: bump EAPI, remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/throttle/throttle-1.2-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
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
+}