commit: 382b5c26a8d99cd3bfb51acd0f8f24e00fb31598
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May 2 18:40:39 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun May 2 19:33:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382b5c26
games-action/bzflag: ebuild improvements
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-action/bzflag/bzflag-2.4.20.ebuild | 5 +++--
games-action/bzflag/bzflag-2.4.22.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/games-action/bzflag/bzflag-2.4.20.ebuild
b/games-action/bzflag/bzflag-2.4.20.ebuild
index f33c9b955d3..0639921ed52 100644
--- a/games-action/bzflag/bzflag-2.4.20.ebuild
+++ b/games-action/bzflag/bzflag-2.4.20.ebuild
@@ -36,6 +36,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.4.12-sdl2-cppflags.patch
)
+DOCS=( AUTHORS ChangeLog DEVINFO PORTING README README.Linux )
+
src_prepare() {
default
eautoreconf
@@ -60,8 +62,7 @@ src_configure() {
}
src_install() {
- DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \
- default
+ default
if ! use dedicated ; then
newicon data/bzflag-48x48.png ${PN}.png
diff --git a/games-action/bzflag/bzflag-2.4.22.ebuild
b/games-action/bzflag/bzflag-2.4.22.ebuild
index f33c9b955d3..0639921ed52 100644
--- a/games-action/bzflag/bzflag-2.4.22.ebuild
+++ b/games-action/bzflag/bzflag-2.4.22.ebuild
@@ -36,6 +36,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.4.12-sdl2-cppflags.patch
)
+DOCS=( AUTHORS ChangeLog DEVINFO PORTING README README.Linux )
+
src_prepare() {
default
eautoreconf
@@ -60,8 +62,7 @@ src_configure() {
}
src_install() {
- DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \
- default
+ default
if ! use dedicated ; then
newicon data/bzflag-48x48.png ${PN}.png