commit:     0d6025460d66be3fa1f5b20d12843fa3561f1d20
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 06:09:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to