remove unused packages

This commit is contained in:
RokuRokuYon 2025-03-25 15:45:08 +01:00
parent 77b24883ab
commit 2852dce25b
5 changed files with 0 additions and 117 deletions

View file

@ -1,23 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools xdg-utils
DESCRIPTION="High-performance implementation of games-misc/lolcat"
HOMEPAGE="https://github.com/jaseg/lolcat"
SRC_URI="https://github.com/jaseg/lolcat/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
LICENSE="WTFPL-2"
SLOT="0"
IUSE=""
DEPEND="!games-misc/lolcat"
S="${WORKDIR}/lolcat-${PV}"
src_install() {
dobin lolcat
}

View file

@ -1,17 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1
DESCRIPTION="High-level Python API for FreeType"
HOMEPAGE="https://pypi.org/project/freetype-py/ https://github.com/rougier/freetype-py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
KEYWORDS="amd64 x86"
IUSE=""
LICENSE="BSD"
SLOT="0"

View file

@ -1,29 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Converts, normalizes audio-video files."
HOMEPAGE="https://git.decade.cz/decade-public/${PN}"
EGIT_REPO_URI="https://git.decade.cz/decade-public/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="*"
RDEPEND="
dev-python/over
media-video/ffmpeg[encode,opus,vorbis,vpx,x264,x265]
"
src_install() {
exeinto /usr/share/${PN}
doexe ${PN}.py
insinto /usr/share/${PN}
doins aux.py version.py
dosym /usr/share/${PN}/${PN}.py /usr/bin/${PN}
}

View file

@ -1,35 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit systemd
DESCRIPTION="Safe Harbor, an SSH tunnel generator."
HOMEPAGE="https://git.decade.cz/decade-public/${PN}"
SRC_URI="https://git.decade.cz/decade-public/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="
>=dev-lang/python-3.8
sys-apps/systemd
net-misc/openssh
"
S="${WORKDIR}/${PN}"
src_install() {
# gentoo prefers /usr/libexec
sed -i "s/\/usr\/lib\/${PN}/\/usr\/libexec/" systemd/safe-harbor@.service
systemd_dounit systemd/safe-harbor@.service
insinto /etc/safe-harbor
doins config.json.example
exeinto /usr/libexec
doexe lib/safe-harbor.py
}

View file

@ -1,13 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual for *not having Linux kernel sources managed by Portage*"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="firmware"
RDEPEND="
firmware? ( sys-kernel/linux-firmware )
"