diff options
author | Sam James <sam@gentoo.org> | 2021-04-06 02:50:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-06 19:18:10 +0100 |
commit | 5b43a21aae9a55a6a2176e08126ad9e199957a43 (patch) | |
tree | f79bf8ebae7e95d92e4a359450076d9b50033be6 /games-strategy | |
parent | games-strategy/xbattleai: eutils-- (diff) | |
download | gentoo-5b43a21aae9a55a6a2176e08126ad9e199957a43.tar.gz gentoo-5b43a21aae9a55a6a2176e08126ad9e199957a43.tar.bz2 gentoo-5b43a21aae9a55a6a2176e08126ad9e199957a43.zip |
games-strategy/warmux: eutils->desktop
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/warmux/warmux-11.04.1-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-strategy/warmux/warmux-11.04.1-r1.ebuild b/games-strategy/warmux/warmux-11.04.1-r1.ebuild index f143ac0a47c5..14f71195338e 100644 --- a/games-strategy/warmux/warmux-11.04.1-r1.ebuild +++ b/games-strategy/warmux/warmux-11.04.1-r1.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils +inherit autotools desktop DESCRIPTION="A free Worms clone" HOMEPAGE="http://gna.org/projects/warmux/" SRC_URI="http://download.gna.org/warmux/${P}.tar.bz2" +S="${WORKDIR}"/${PN}-11.04 LICENSE="GPL-2" SLOT="0" @@ -31,8 +32,6 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" -S=${WORKDIR}/${PN}-11.04 - PATCHES=( "${FILESDIR}"/${P}-gentoo.patch "${FILESDIR}"/${P}-zlib.patch |