diff options
author | 2021-10-16 15:56:55 +0200 | |
---|---|---|
committer | 2021-10-20 23:38:19 -0400 | |
commit | 310bfc6baad1dd42f9b3055390a1654c7bbf683a (patch) | |
tree | 880756f7467ed3d5bca8574f36c7968bd1576657 /games-strategy/tornado/tornado-1.4-r2.ebuild | |
parent | games-strategy/tornado: simplify patch and support prefix (diff) | |
download | gentoo-310bfc6baad1dd42f9b3055390a1654c7bbf683a.tar.gz gentoo-310bfc6baad1dd42f9b3055390a1654c7bbf683a.tar.bz2 gentoo-310bfc6baad1dd42f9b3055390a1654c7bbf683a.zip |
games-strategy/tornado: remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22603
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-strategy/tornado/tornado-1.4-r2.ebuild')
-rw-r--r-- | games-strategy/tornado/tornado-1.4-r2.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games-strategy/tornado/tornado-1.4-r2.ebuild b/games-strategy/tornado/tornado-1.4-r2.ebuild deleted file mode 100644 index 06cbc3b53969..000000000000 --- a/games-strategy/tornado/tornado-1.4-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="Clone of a C64 game - destroy the opponent's house" -HOMEPAGE="https://github.com/kouya/tornado" -SRC_URI="https://github.com/kouya/tornado/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -DEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" - -RDEPEND=" - nls? ( virtual/libintl ) -" - -PATCHES=( - "${FILESDIR}"/${PF}-gentoo.patch -) - -src_configure() { - if ! use nls; then - sed -i \ - -e '/^all:/s|locales||g' \ - -e '/^install:/s|install-locale-data||g' \ - Makefile || die - fi - - tc-export CC PKG_CONFIG -} - -src_install() { - default - fperms 664 "/var/games/tornado.scores" -} |