commit: 5f17643a72962502769d5d6a97224d8522b79c07 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Jul 31 02:35:46 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Jul 31 02:39:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f17643a
games-arcade/ascii-invaders: drop 0.1b-r2 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-arcade/ascii-invaders/Manifest | 1 - .../ascii-invaders/ascii-invaders-0.1b-r2.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/games-arcade/ascii-invaders/Manifest b/games-arcade/ascii-invaders/Manifest index d3a305d092f..0201bfd84c8 100644 --- a/games-arcade/ascii-invaders/Manifest +++ b/games-arcade/ascii-invaders/Manifest @@ -1,2 +1 @@ DIST ascii-invaders-1.0.1.tar.gz 37578 BLAKE2B 181509c07b1d9ae54f9147f7425c3d62a57f9bff9561fca6af3f3cc15b7fc96f62c809576bdbbe0ba6a2801947941e259e788f99980174848efedbc71c8a969c SHA512 326708ffc2c277e04575920c58f6a267e0bf46f8d2a3dbca9b5c317fb01006d4f673ab35f92f292549cc52dbee4400a84c85478eb81b9bd7703689a705547bc7 -DIST invaders0.1b.tgz 14597 BLAKE2B ecccca6636c4d8dffbc57b8cec82471efc2fd1a256648b9ac46fd256ef99d884205f1c86ff2bf0aedb7bb5996a59a7af3f301339944c6a4753355a8a4db23190 SHA512 3ac9dee0c532384e2849fdc8910bce885e3fdef362b629e8637df1cc0d82eba52c02a836a4925d811b339e9232f20caa7c761dbc1feeddc74e9b6f09e97046b8 diff --git a/games-arcade/ascii-invaders/ascii-invaders-0.1b-r2.ebuild b/games-arcade/ascii-invaders/ascii-invaders-0.1b-r2.ebuild deleted file mode 100644 index 407e574553b..00000000000 --- a/games-arcade/ascii-invaders/ascii-invaders-0.1b-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Space invaders clone, using ncurses library" -HOMEPAGE="https://packages.gentoo.org/package/games-arcade/ascii-invaders" -SRC_URI="mirror://gentoo/invaders${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc64 ~x86 ~ppc-macos" -IUSE="" - -RDEPEND="sys-libs/ncurses:0=" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/invaders" - -src_prepare() { - default - rm -f Makefile -} - -src_compile() { - emake LDLIBS="$($(tc-getPKG_CONFIG) ncurses --libs)" invaders -} - -src_install() { - newbin invaders ${PN} - einstalldocs -}
