commit: f0384bbaf0c84e7a9c44855e8945d030118606ca Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Aug 2 16:40:48 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Aug 2 18:17:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0384bba
games-arcade/defendguin: remove old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/21827 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> .../defendguin/defendguin-0.0.12-r1.ebuild | 41 ---------------------- 1 file changed, 41 deletions(-) diff --git a/games-arcade/defendguin/defendguin-0.0.12-r1.ebuild b/games-arcade/defendguin/defendguin-0.0.12-r1.ebuild deleted file mode 100644 index 574938e18d7..00000000000 --- a/games-arcade/defendguin/defendguin-0.0.12-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop - -DESCRIPTION="A clone of the arcade game Defender, but with a Linux theme" -HOMEPAGE="http://www.newbreedsoftware.com/defendguin/" -SRC_URI="ftp://ftp.tuxpaint.org/unix/x/${PN}/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/sdl-mixer[mod] - media-libs/libsdl[video]" -RDEPEND="${DEPEND}" - -src_prepare() { - default - sed -i \ - -e "s:\$(DATA_PREFIX):/usr/share/${PN}/:" \ - -e '/^CFLAGS=.*-O2/d' \ - -e '/^CFLAGS=/s:=:+= $(LDFLAGS) :' \ - Makefile \ - || die - rm -f data/images/*.sh -} - -src_install() { - dobin ${PN} - insinto /usr/share/${PN} - doins -r ./data/* - - newicon data/images/ufo/ufo0.bmp ${PN}.bmp - make_desktop_entry ${PN} Defendguin /usr/share/pixmaps/${PN}.bmp - - doman src/${PN}.6 - dodoc docs/{AUTHORS,CHANGES,README,TODO}.txt -}
