diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-06-06 18:17:48 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-06-06 18:31:22 +0200 |
| commit | 1df771888375f741ad2f8d1aa9b27ef0fde5b0c9 (patch) | |
| tree | 0a0ebec9e273344dea886b3f07e05eac954f54de /app-doc/python-docs/python-docs-3.11.11.ebuild | |
| parent | 8a1a55f27cb0d4bb4b7e78076b4e89e175afc507 (diff) | |
| download | gentoo-1df771888375f741ad2f8d1aa9b27ef0fde5b0c9.tar.gz gentoo-1df771888375f741ad2f8d1aa9b27ef0fde5b0c9.tar.bz2 gentoo-1df771888375f741ad2f8d1aa9b27ef0fde5b0c9.zip | |
app-doc/python-docs: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-doc/python-docs/python-docs-3.11.11.ebuild')
| -rw-r--r-- | app-doc/python-docs/python-docs-3.11.11.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-doc/python-docs/python-docs-3.11.11.ebuild b/app-doc/python-docs/python-docs-3.11.11.ebuild deleted file mode 100644 index 5f50312e7109..000000000000 --- a/app-doc/python-docs/python-docs-3.11.11.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="HTML documentation for Python" -HOMEPAGE="https://www.python.org/doc/" -SRC_URI="https://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2" -S="${WORKDIR}/python-${PV}-docs-html" - -LICENSE="PSF-2" -SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~s390 sparc x86" - -src_install() { - rm -r _sources || die - docinto html - dodoc -r . - - newenvd - 60python-docs-${SLOT} <<-EOF - PYTHONDOCS_${SLOT//./_}="${EPREFIX}/usr/share/doc/${PF}/html/library" - EOF -} |
