From 6e461540a33c433d7f5532d5ebf60843aeb42296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 2 Jun 2022 21:34:55 +0200 Subject: [PATCH] dev-python/PyPDF2: Remove broken USE=examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/849365 Signed-off-by: Michał Górny --- dev-python/PyPDF2/PyPDF2-2.0.0.ebuild | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild b/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild index 60ab6293e3a33..f2243eb89f412 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 -}