mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
dev-cpp/finalcut: revbump
This revision removes the `static-libs` USE flag. See-also: https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302 Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
This commit is contained in:
parent
53cd3610c9
commit
5866f0ae1a
@ -18,7 +18,7 @@ fi
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0/${PV}"
|
||||
IUSE="doc examples +gpm static-libs test"
|
||||
IUSE="doc examples +gpm test"
|
||||
REQUIRED_USE="test? ( !examples )"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@ -36,11 +36,21 @@ BDEPEND="
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=(
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
CODE_OF_CONDUCT.md
|
||||
Contributing.md
|
||||
SECURITY.md
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
[[ "${PV}" = 9999 ]] || eapply "${FILESDIR}/${P}-fix-tests.ebuild"
|
||||
|
||||
sed -i "/doc_DATA/d" Makefile.am || die
|
||||
|
||||
sed -i "/AM_CPPFLAGS/ s/-Werror//" {examples,final,test}/Makefile.am \
|
||||
|| die 'Failed to remove `-Werror` from `CPPFLAGS`'
|
||||
|
||||
@ -58,14 +68,16 @@ src_configure() {
|
||||
use test && append-cxxflags -O0 -DDEBUG -DUNIT_TEST
|
||||
|
||||
econf \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_with gpm) \
|
||||
$(use_with test unit-test)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
|
||||
emake DESTDIR="${ED}" PACKAGE="${PF}" install
|
||||
dodoc CODE_OF_CONDUCT.md Contributing.md SECURITY.md
|
||||
|
||||
use doc || dodoc doc/first-steps*
|
||||
|
||||
if use examples; then
|
||||
local examples="/usr/share/doc/${PF}/examples"
|
@ -17,8 +17,8 @@ else
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0/0.9.0"
|
||||
IUSE="doc examples +gpm static-libs test"
|
||||
SLOT="0/${PV}"
|
||||
IUSE="doc examples +gpm test"
|
||||
REQUIRED_USE="test? ( !examples )"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@ -36,11 +36,21 @@ BDEPEND="
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=(
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
CODE_OF_CONDUCT.md
|
||||
Contributing.md
|
||||
SECURITY.md
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
[[ "${PV}" = 9999 ]] || eapply "${FILESDIR}/${P}-fix-tests.ebuild"
|
||||
|
||||
sed -i "/doc_DATA/d" Makefile.am || die
|
||||
|
||||
sed -i "/AM_CPPFLAGS/ s/-Werror//" {examples,final,test}/Makefile.am \
|
||||
|| die 'Failed to remove `-Werror` from `CPPFLAGS`'
|
||||
|
||||
@ -58,14 +68,16 @@ src_configure() {
|
||||
use test && append-cxxflags -O0 -DDEBUG -DUNIT_TEST
|
||||
|
||||
econf \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_with gpm) \
|
||||
$(use_with test unit-test)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
|
||||
emake DESTDIR="${ED}" PACKAGE="${PF}" install
|
||||
dodoc CODE_OF_CONDUCT.md Contributing.md SECURITY.md
|
||||
|
||||
use doc || dodoc doc/first-steps*
|
||||
|
||||
if use examples; then
|
||||
local examples="/usr/share/doc/${PF}/examples"
|
||||
|
Loading…
x
Reference in New Issue
Block a user