commit: b0501f8c19b9e0e4b1b2a2c72b2ea311edbeb61b Author: Alexey Sokolov <sokolov <AT> google <DOT> com> AuthorDate: Sun Nov 15 20:02:41 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Nov 15 20:02:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0501f8c
games-puzzle/rezerwar: drop 0.4.2-r1 Closes: https://github.com/gentoo/gentoo/pull/17761 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Signed-off-by: David Seifert <soap <AT> gentoo.org> games-puzzle/rezerwar/rezerwar-0.4.2-r1.ebuild | 50 -------------------------- 1 file changed, 50 deletions(-) diff --git a/games-puzzle/rezerwar/rezerwar-0.4.2-r1.ebuild b/games-puzzle/rezerwar/rezerwar-0.4.2-r1.ebuild deleted file mode 100644 index 042921d7df8..00000000000 --- a/games-puzzle/rezerwar/rezerwar-0.4.2-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop - -DESCRIPTION="Puzzle game like the known tetromino and the average pipe games" -HOMEPAGE="http://tamentis.com/projects/rezerwar/" -SRC_URI="http://tamentis.com/projects/rezerwar/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[sound,joystick,video] - media-libs/sdl-mixer[vorbis]" -RDEPEND="${DEPEND}" - -src_prepare() { - default - sed -i \ - -e '/check_sdl$/d' \ - -e 's/-O2 //' \ - configure \ - || die 'sed failed' - sed -i \ - -e '/CC.*OBJECTS/s:$(CC):$(CC) $(LDFLAGS):' \ - mkfiles/Makefile.src \ - || die "sed failed" -} - -src_configure() { - SDLCONFIG=sdl-config \ - TARGET_BIN="/usr/bin" \ - TARGET_DOC=/usr/share/doc/${PF} \ - TARGET_DATA="/usr/share/${PN}" \ - ./configure || die "configure failed" - sed -i \ - -e '/TARGET_DOC/d' \ - Makefile \ - || die "sed failed" -} - -src_install() { - dodir /usr/bin - default - dodoc doc/{CHANGES,README,TODO} - make_desktop_entry rezerwar Rezerwar -}
