Update overlay packages

This commit is contained in:
Mario Fetka
2026-06-29 14:48:02 +02:00
parent 2224efd92e
commit e88b38d3c9
2199 changed files with 1041106 additions and 37809 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Bridge package satisfying dev-lang/python:2.7 via Tauthon"
HOMEPAGE="https://github.com/naftaliharris/tauthon"
S="${WORKDIR}"
LICENSE="PSF-2"
SLOT="2.7"
KEYWORDS="amd64 ~x86"
IUSE="
berkdb bluetooth build doc examples gdbm hardened ipv6 +lto +ncurses
+readline +sqlite +ssl test +threads tk +xml
"
RESTRICT="!test? ( test )"
PDEPEND="
dev-lang/tauthon[berkdb=,bluetooth=,gdbm=,ncurses=,readline=,sqlite=,ssl=,tk=,xml=]
"
src_install() {
keepdir /usr/share/doc/${PF}
}