diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-10-05 10:25:37 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-10-05 10:28:28 +0200 |
| commit | 06fb7a6e95d5168bdb6eba7fbf034d6840a05d77 (patch) | |
| tree | e1433d2f1fe1aa433657fa812ded38ac24a15e0f /app-doc/python-docs/python-docs-3.12.4.ebuild | |
| parent | 4374cfd8bd26a1df1cfc18bff59015d7330641a5 (diff) | |
| download | gentoo-06fb7a6e95d5168bdb6eba7fbf034d6840a05d77.tar.gz gentoo-06fb7a6e95d5168bdb6eba7fbf034d6840a05d77.tar.bz2 gentoo-06fb7a6e95d5168bdb6eba7fbf034d6840a05d77.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.12.4.ebuild')
| -rw-r--r-- | app-doc/python-docs/python-docs-3.12.4.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-doc/python-docs/python-docs-3.12.4.ebuild b/app-doc/python-docs/python-docs-3.12.4.ebuild deleted file mode 100644 index 1e064d27c5e7..000000000000 --- a/app-doc/python-docs/python-docs-3.12.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 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 -} |
