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 2651515ACFC for ; Sat, 29 Apr 2023 06:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59506E0887; Sat, 29 Apr 2023 06:44:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3E3D2E0887 for ; Sat, 29 Apr 2023 06:44:52 +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 7224434103B for ; Sat, 29 Apr 2023 06:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDA2BA36 for ; Sat, 29 Apr 2023 06:44:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682750646.0d6025460d66be3fa1f5b20d12843fa3561f1d20.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/portmidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/portmidi/portmidi-2.0.4.ebuild X-VCS-Directories: media-libs/portmidi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d6025460d66be3fa1f5b20d12843fa3561f1d20 X-VCS-Branch: master Date: Sat, 29 Apr 2023 06:44:49 +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: 355fea25-4cfd-4249-9707-9323f1e09e08 X-Archives-Hash: e60e90810f72fcd616585180ed76172e commit: 0d6025460d66be3fa1f5b20d12843fa3561f1d20 Author: Sam James gentoo org> AuthorDate: Sat Apr 29 06:09:19 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 29 06:44:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d602546 media-libs/portmidi: drop broken USE=doc Closes: https://bugs.gentoo.org/733334 Signed-off-by: Sam James gentoo.org> media-libs/portmidi/portmidi-2.0.4.ebuild | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/media-libs/portmidi/portmidi-2.0.4.ebuild b/media-libs/portmidi/portmidi-2.0.4.ebuild index 215e567b9bf8..65e2026cec65 100644 --- a/media-libs/portmidi/portmidi-2.0.4.ebuild +++ b/media-libs/portmidi/portmidi-2.0.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/PortMidi/portmidi/archive/refs/tags/v${PV}.tar.gz -> LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="debug doc test-programs" +IUSE="debug test-programs" # Per pm-test/README: # "Because device numbers depend on the system, there is no automated # script to run all tests on PortMidi." @@ -26,12 +26,6 @@ DEPEND=" " BDEPEND=" app-arch/unzip - doc? ( - app-doc/doxygen - dev-texlive/texlive-fontsrecommended - dev-texlive/texlive-latexextra - virtual/latex-base - ) " PATCHES=( @@ -53,25 +47,11 @@ src_configure() { cmake_src_configure } -src_compile() { - cmake_src_compile - - if use doc ; then - doxygen || die "doxygen failed" - - pushd latex > /dev/null || die - VARTEXFONTS="${T}"/fonts emake - popd > /dev/null || die - fi -} - src_install() { cmake_src_install dodoc CHANGELOG.txt README.txt pm_linux/README_LINUX.txt - use doc && dodoc latex/refman.pdf - if use test-programs ; then exeinto /usr/$(get_libdir)/${PN} local app