From 2852dce25bd4a78126dcc430645b9935ed1c0724 Mon Sep 17 00:00:00 2001 From: roku Date: Tue, 25 Mar 2025 15:45:08 +0100 Subject: [PATCH] remove unused packages --- app-misc/clolcat/clolcat-1.3.ebuild | 23 ------------ .../freetype-py/freetype-py-2.2.0.ebuild | 17 --------- media-video/over-video/over-video-9999.ebuild | 29 --------------- .../safe-harbor/safe-harbor-0.3.1-r1.ebuild | 35 ------------------- .../linux-sources/linux-sources-100.ebuild | 13 ------- 5 files changed, 117 deletions(-) delete mode 100644 app-misc/clolcat/clolcat-1.3.ebuild delete mode 100644 dev-python/freetype-py/freetype-py-2.2.0.ebuild delete mode 100644 media-video/over-video/over-video-9999.ebuild delete mode 100644 net-misc/safe-harbor/safe-harbor-0.3.1-r1.ebuild delete mode 100644 virtual/linux-sources/linux-sources-100.ebuild diff --git a/app-misc/clolcat/clolcat-1.3.ebuild b/app-misc/clolcat/clolcat-1.3.ebuild deleted file mode 100644 index 0b23561..0000000 --- a/app-misc/clolcat/clolcat-1.3.ebuild +++ /dev/null @@ -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 -} diff --git a/dev-python/freetype-py/freetype-py-2.2.0.ebuild b/dev-python/freetype-py/freetype-py-2.2.0.ebuild deleted file mode 100644 index b6e63d5..0000000 --- a/dev-python/freetype-py/freetype-py-2.2.0.ebuild +++ /dev/null @@ -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" diff --git a/media-video/over-video/over-video-9999.ebuild b/media-video/over-video/over-video-9999.ebuild deleted file mode 100644 index cb87990..0000000 --- a/media-video/over-video/over-video-9999.ebuild +++ /dev/null @@ -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} -} diff --git a/net-misc/safe-harbor/safe-harbor-0.3.1-r1.ebuild b/net-misc/safe-harbor/safe-harbor-0.3.1-r1.ebuild deleted file mode 100644 index 53f4410..0000000 --- a/net-misc/safe-harbor/safe-harbor-0.3.1-r1.ebuild +++ /dev/null @@ -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 -} diff --git a/virtual/linux-sources/linux-sources-100.ebuild b/virtual/linux-sources/linux-sources-100.ebuild deleted file mode 100644 index c2d3dd9..0000000 --- a/virtual/linux-sources/linux-sources-100.ebuild +++ /dev/null @@ -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 ) -"