From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E6BB158091 for ; Thu, 2 Jun 2022 19:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC1D3E0893; Thu, 2 Jun 2022 19:36:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EC18E0893 for ; Thu, 2 Jun 2022 19:36:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 468FF3420B1 for ; Thu, 2 Jun 2022 19:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CF374D5 for ; Thu, 2 Jun 2022 19:36:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1654198601.6e461540a33c433d7f5532d5ebf60843aeb42296.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyPDF2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyPDF2/PyPDF2-2.0.0.ebuild X-VCS-Directories: dev-python/PyPDF2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6e461540a33c433d7f5532d5ebf60843aeb42296 X-VCS-Branch: master Date: Thu, 2 Jun 2022 19:36:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4bd330a4-1ea6-4f5f-8f00-a2d25bbca532 X-Archives-Hash: a76b0f3780020152da32a0c8c8d09564 commit: 6e461540a33c433d7f5532d5ebf60843aeb42296 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 2 19:34:55 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 2 19:36:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e461540 dev-python/PyPDF2: Remove broken USE=examples Closes: https://bugs.gentoo.org/849365 Signed-off-by: Michał Górny gentoo.org> 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 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 -}