sys-apps/sampler-bin: treeclean

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2025-04-12 11:51:35 +02:00
parent b17db74ea3
commit 4f6ab28e71
4 changed files with 0 additions and 35 deletions

View File

@@ -72,7 +72,6 @@ games-rpg/sacred-demo
# - https://github.com/sqshq/sampler/issues/128
# Removal on 2025-04-12
sys-apps/sampler
sys-apps/sampler-bin
# David Roman <davidroman96@gmail.com> (2025-03-12)
# Uses deprecated EGO_SUM. Last release in 2023.

View File

@@ -1 +0,0 @@
DIST sampler-bin-1.1.0 5587072 BLAKE2B 6fe196d756a62f7ce9b940b914877f28618c25b817f309c75c9c8e36e71bddb4cd0e0e5089832bec9d732a8fcfd8647e5c3ebf926ddcca088805904b057fc55e SHA512 0e8e14c5e5cc1718268cf2fb466ebb742b4f1b88412b12500e9e2b92cf445fa74475ddef2bb8a57f475a2095fca490643b9204389605fec2e561d878925dccb3

View File

@@ -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>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
<upstream>
<remote-id type="github">sqshq/sampler</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,22 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="visualizer for shell commands, executions and alerting"
HOMEPAGE="https://sampler.dev"
SRC_URI="https://github.com/sqshq/sampler/releases/download/v1.1.0/sampler-1.1.0-linux-amd64 -> ${P}"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
QA_PREBUILT="*"
RDEPEND="media-libs/alsa-lib"
src_install() {
newbin "${DISTDIR}"/${P} sampler-bin
}