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

2
dev-lang/python/Manifest Normal file
View File

@@ -0,0 +1,2 @@
EBUILD python-2.7.18_p20260331.ebuild 601 BLAKE2B c22a203aac2eb6168bc60e3c9c3ec4f1cf14a252094af885981f355770b1c95c19851a8552110dec88977c5f6aa3dc406f955037b9bba43e3beb749d4e092062 SHA512 a3109ecbc245447fd91bacfe7e8009005b0161146eef1d03602470446c785c89751e4d25eab9c2e3ea93936a6fff397d45eb6a83d10ff947f723c1ab4a8a79e4
MISC metadata.xml 315 BLAKE2B 67981f4cd28212f0c9f985063dbe9884337586f935066db16ce379525644f955cbd7bc1573ccc3cf4d0ea0783a2932b4792642a6c37125a8534958d2e7201645 SHA512 58696ea04a961ed833fecb2c3f13bdd9d1f231d3c8e56df6a8a73cbed8db5f4525d7ac3e763d5f29316de1987de3dfa31f0901c55e416638102bbd2ee2daf0c8

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>maintainer-needed@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">naftaliharris/tauthon</remote-id>
</upstream>
</pkgmetadata>

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}
}