mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
media-sound/noisetorch: remove completely
Project has been abandonned entirely due to security concerns after upstream's loss of private keys Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST noisetorch-0.11.5.tar.gz 3722103 BLAKE2B cd7b38bcd3ed687030388861b25592c7e63f19e04309aea2c898246001b1e468c8fca2635217ac1d0f42ff4b72877b2d9ed20bd0e706946c9152c63e72b2f74d SHA512 3a7dff5417d18dc3dda9f6b525227f95e9adb7dcebe9f6ffd250d99f0d99b14c07dd5df445bde4a54cd4ab71abae88f6c76afc4e409e791605ff81c4359130af
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Adel Kara Slimane</name>
|
||||
<email>adel.ks@zegrapher.com</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lawl/NoiseTorch</remote-id>
|
||||
<bugs-to>https://github.com/lawl/NoiseTorch/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit go-module desktop fcaps
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lawl/NoiseTorch"
|
||||
else
|
||||
SRC_URI="https://github.com/lawl/NoiseTorch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/NoiseTorch-${PV}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Real-time microphone noise suppression on Linux. "
|
||||
HOMEPAGE="https://github.com/lawl/NoiseTorch"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
go-module_set_globals
|
||||
|
||||
src_install() {
|
||||
dobin "${S}/bin/noisetorch"
|
||||
domenu "${S}/assets/noisetorch.desktop"
|
||||
doicon "${S}/assets/icon/noisetorch.png"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
fcaps CAP_SYS_RESOURCE usr/bin/noisetorch
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit go-module desktop fcaps
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lawl/NoiseTorch"
|
||||
else
|
||||
SRC_URI="https://github.com/lawl/NoiseTorch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/NoiseTorch-${PV}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Real-time microphone noise suppression on Linux. "
|
||||
HOMEPAGE="https://github.com/lawl/NoiseTorch"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
go-module_set_globals
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eapply "${FILESDIR}/fix-make.patch"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${S}/bin/noisetorch"
|
||||
domenu "${S}/assets/noisetorch.desktop"
|
||||
doicon "${S}/assets/icon/noisetorch.png"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
fcaps CAP_SYS_RESOURCE usr/bin/noisetorch
|
||||
}
|
||||
@@ -1,12 +1,3 @@
|
||||
# Adel KARA SLIMANE <adel.ks@zegrapher.com>
|
||||
# Mask all version of media-sound/noisetorch
|
||||
# the author reported on the likeliness of having lost control
|
||||
# of his private keys, which means there is a possibility
|
||||
# that malicious code have been added to his projects.
|
||||
# More information in https://github.com/lawl/NoiseTorch
|
||||
# (look at issues, latest release and commit messages)
|
||||
media-sound/noisetorch
|
||||
|
||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2021-03-29)
|
||||
# James Beddek <telans@posteo.de> (2021-10-09)
|
||||
# Per profile masking in overlays is currently not working
|
||||
|
||||
Reference in New Issue
Block a user