mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-physics/vgm: Update live ebuild.
Adapt to new documentation handling upstream, bump EAPI. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
This commit is contained in:
committed by
Guilherme Amadio
parent
a3c8b98586
commit
18c90efb4e
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
@@ -40,10 +40,8 @@ RESTRICT="
|
||||
|
||||
DOCS=(
|
||||
doc/README
|
||||
doc/todo.txt
|
||||
doc/VGMhistory.txt
|
||||
doc/VGM.html
|
||||
doc/VGMversions.html
|
||||
doc/todo.txt
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
@@ -66,8 +64,7 @@ src_configure() {
|
||||
src_compile() {
|
||||
cmake_src_compile
|
||||
if use doc; then
|
||||
cd packages
|
||||
doxygen || die
|
||||
doxygen packages/Doxyfile || die
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user