commit: 5b43a21aae9a55a6a2176e08126ad9e199957a43 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 6 01:50:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 6 18:18:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b43a21a
games-strategy/warmux: eutils->desktop Signed-off-by: Sam James <sam <AT> gentoo.org> games-strategy/warmux/warmux-11.04.1-r1.ebuild | 7 +++---- 1 file 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 f143ac0a47c..14f71195338 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
