Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/bzflag/
Date: Sun, 02 May 2021 19:34:00
Message-Id: 1619984019.382b5c26a8d99cd3bfb51acd0f8f24e00fb31598.chewi@gentoo
1 commit: 382b5c26a8d99cd3bfb51acd0f8f24e00fb31598
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun May 2 18:40:39 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:33:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382b5c26
7
8 games-action/bzflag: ebuild improvements
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 games-action/bzflag/bzflag-2.4.20.ebuild | 5 +++--
15 games-action/bzflag/bzflag-2.4.22.ebuild | 5 +++--
16 2 files changed, 6 insertions(+), 4 deletions(-)
17
18 diff --git a/games-action/bzflag/bzflag-2.4.20.ebuild b/games-action/bzflag/bzflag-2.4.20.ebuild
19 index f33c9b955d3..0639921ed52 100644
20 --- a/games-action/bzflag/bzflag-2.4.20.ebuild
21 +++ b/games-action/bzflag/bzflag-2.4.20.ebuild
22 @@ -36,6 +36,8 @@ PATCHES=(
23 "${FILESDIR}"/${PN}-2.4.12-sdl2-cppflags.patch
24 )
25
26 +DOCS=( AUTHORS ChangeLog DEVINFO PORTING README README.Linux )
27 +
28 src_prepare() {
29 default
30 eautoreconf
31 @@ -60,8 +62,7 @@ src_configure() {
32 }
33
34 src_install() {
35 - DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \
36 - default
37 + default
38
39 if ! use dedicated ; then
40 newicon data/bzflag-48x48.png ${PN}.png
41
42 diff --git a/games-action/bzflag/bzflag-2.4.22.ebuild b/games-action/bzflag/bzflag-2.4.22.ebuild
43 index f33c9b955d3..0639921ed52 100644
44 --- a/games-action/bzflag/bzflag-2.4.22.ebuild
45 +++ b/games-action/bzflag/bzflag-2.4.22.ebuild
46 @@ -36,6 +36,8 @@ PATCHES=(
47 "${FILESDIR}"/${PN}-2.4.12-sdl2-cppflags.patch
48 )
49
50 +DOCS=( AUTHORS ChangeLog DEVINFO PORTING README README.Linux )
51 +
52 src_prepare() {
53 default
54 eautoreconf
55 @@ -60,8 +62,7 @@ src_configure() {
56 }
57
58 src_install() {
59 - DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \
60 - default
61 + default
62
63 if ! use dedicated ; then
64 newicon data/bzflag-48x48.png ${PN}.png