summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-02 21:34:55 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-02 21:36:41 +0200
commit6e461540a33c433d7f5532d5ebf60843aeb42296 (patch)
treec8c8b75d76069f0b05a0bfb7040eed31faaa4715 /dev-python/PyPDF2
parentnet-dns/pdns-recursor: Stabilize 4.6.2 on amd64/x86 (diff)
downloadgentoo-6e461540a33c433d7f5532d5ebf60843aeb42296.tar.gz
gentoo-6e461540a33c433d7f5532d5ebf60843aeb42296.tar.bz2
gentoo-6e461540a33c433d7f5532d5ebf60843aeb42296.zip
dev-python/PyPDF2: Remove broken USE=examples
Closes: https://bugs.gentoo.org/849365 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyPDF2')
-rw-r--r--dev-python/PyPDF2/PyPDF2-2.0.0.ebuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild b/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild
index 60ab6293e3a3..f2243eb89f41 100644
--- a/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild
+++ b/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild
@@ -26,7 +26,6 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="examples"
RDEPEND="
$(python_gen_cond_dep '
@@ -45,12 +44,3 @@ src_unpack() {
mv "sample-files-${SAMPLE_COMMIT}"/* "${P}"/sample-files/ || die
fi
}
-
-src_install() {
- if use examples; then
- docinto examples
- dodoc -r Sample_Code/.
- docompress -x /usr/share/doc/${PF}/examples
- fi
- distutils-r1_src_install
-}