summaryrefslogtreecommitdiff
path: root/app-benchmarks/k6
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-benchmarks/k6
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-benchmarks/k6')
-rw-r--r--app-benchmarks/k6/Manifest2
-rw-r--r--app-benchmarks/k6/k6-1.4.2.ebuild26
-rw-r--r--app-benchmarks/k6/metadata.xml11
3 files changed, 0 insertions, 39 deletions
diff --git a/app-benchmarks/k6/Manifest b/app-benchmarks/k6/Manifest
deleted file mode 100644
index bd69cab070f2..000000000000
--- a/app-benchmarks/k6/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST k6-1.4.2-vendor.tar.xz 5522128 BLAKE2B baa0d81458bd2c1b5335fcbb6aacec1e656aaf5378e9745b58f8f0121e43ca7656f60eac9ad3244c41f8944ecbfe5ea3db498d68756803a21a151abfbb4afa02 SHA512 e7b6bff7a08361bbc7c0b9208e26299e96412f9776b09fb2f7eb959dd40bf302c0b465a90d69a55872ae02ebb9ae58330e20a2d55722aa29c1b83b55f7b41310
-DIST k6-1.4.2.tar.gz 11378745 BLAKE2B c7a902f1e1590fd383420e5eb0a9a85ce2e4fa2dc1cb52bf66bd68d11299f5eb98e0e5928b25afbe8c0aeac7aabfa71735efe3030fcd55af55af8b4074d1b49c SHA512 1b39ca733137e8548776c40b02cfd27c9f053f0cf1ec625071cb205a6918be8272754bb8e6561f31c60533647370f07ea672cc0dd2e9912fce813b9adaaed0a2
diff --git a/app-benchmarks/k6/k6-1.4.2.ebuild b/app-benchmarks/k6/k6-1.4.2.ebuild
deleted file mode 100644
index 43994a777524..000000000000
--- a/app-benchmarks/k6/k6-1.4.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Load testing tool"
-HOMEPAGE="https://github.com/grafana/k6"
-SRC_URI="https://github.com/grafana/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://distfiles.dutra.sh/distfiles/${P}-vendor.tar.xz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# Tests requires network connection
-RESTRICT=test
-
-src_compile() {
- ego build -v -x -o ${PN}
-}
-
-src_install() {
- dobin ${PN}
-}
diff --git a/app-benchmarks/k6/metadata.xml b/app-benchmarks/k6/metadata.xml
deleted file mode 100644
index a9fd1c0fdf1d..000000000000
--- a/app-benchmarks/k6/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>hi@dutra.sh</email>
- <name>Gabriel M. Dutra</name>
- </maintainer>
- <upstream>
- <remote-id type="github">grafana/k6</remote-id>
- </upstream>
-</pkgmetadata>