diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-25 00:02:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-25 00:02:21 +0200 |
commit | 7b9baefe3b5c89dcb9563b9236787ffdceeae844 (patch) | |
tree | b325bc179236e99f0c08b2c39efb1c2061ad4356 /games-action | |
parent | games-action/assault-android-cactus+: update eclasses, use HTTPS (diff) | |
download | gentoo-7b9baefe3b5c89dcb9563b9236787ffdceeae844.tar.gz gentoo-7b9baefe3b5c89dcb9563b9236787ffdceeae844.tar.bz2 gentoo-7b9baefe3b5c89dcb9563b9236787ffdceeae844.zip |
games-action/bzflag: remove unused eclass, minor improvements
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bzflag/bzflag-2.4.20.ebuild | 7 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-2.4.22.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-action/bzflag/bzflag-2.4.20.ebuild b/games-action/bzflag/bzflag-2.4.20.ebuild index c9e550882ec9..f33c9b955d35 100644 --- a/games-action/bzflag/bzflag-2.4.20.ebuild +++ b/games-action/bzflag/bzflag-2.4.20.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop flag-o-matic + +inherit autotools desktop DESCRIPTION="3D tank combat simulator game" HOMEPAGE="https://www.bzflag.org/" @@ -67,5 +68,5 @@ src_install() { make_desktop_entry ${PN} "BZFlag" fi - find "${D}"/ -name \*.la -delete + find "${ED}" -name '*.la' -delete || die } diff --git a/games-action/bzflag/bzflag-2.4.22.ebuild b/games-action/bzflag/bzflag-2.4.22.ebuild index fd77e44f349c..f33c9b955d35 100644 --- a/games-action/bzflag/bzflag-2.4.22.ebuild +++ b/games-action/bzflag/bzflag-2.4.22.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop flag-o-matic + +inherit autotools desktop DESCRIPTION="3D tank combat simulator game" HOMEPAGE="https://www.bzflag.org/" @@ -67,5 +68,5 @@ src_install() { make_desktop_entry ${PN} "BZFlag" fi - find "${D}"/ -name \*.la -delete + find "${ED}" -name '*.la' -delete || die } |