diff options
author | 2018-05-01 16:28:20 +0200 | |
---|---|---|
committer | 2018-05-01 21:34:28 +0200 | |
commit | 4423f9c651808ec0b94f798d39ac5ebb5e53a198 (patch) | |
tree | 9723ed7d674f72947ac2224ceeb72d99542c01e5 /games-puzzle/tint | |
parent | games-puzzle/tint: Stop using games.eclass (diff) | |
download | gentoo-4423f9c651808ec0b94f798d39ac5ebb5e53a198.tar.gz gentoo-4423f9c651808ec0b94f798d39ac5ebb5e53a198.tar.bz2 gentoo-4423f9c651808ec0b94f798d39ac5ebb5e53a198.zip |
games-puzzle/tint: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/tint')
-rw-r--r-- | games-puzzle/tint/tint-0.03b.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/games-puzzle/tint/tint-0.03b.ebuild b/games-puzzle/tint/tint-0.03b.ebuild deleted file mode 100644 index da85ff697b2b..000000000000 --- a/games-puzzle/tint/tint-0.03b.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -MY_P=${P/-/_} -DESCRIPTION="Tint Is Not Tetris, a ncurses based clone of the original Tetris(tm) game" -HOMEPAGE="http://oasis.frogfoot.net/code/tint/" -SRC_URI="http://oasis.frogfoot.net/code/tint/download/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=sys-libs/ncurses-5.4-r1:0" -RDEPEND=${DEPEND} - -src_prepare() { - epatch "${FILESDIR}"/${P}-ovflfix.patch -} - -src_compile() { - emake \ - STRIP=true \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - localstatedir="${GAMES_STATEDIR}" -} - -src_install() { - dogamesbin tint - doman tint.6 - dodoc CREDITS NOTES - insopts -m 0664 - insinto "${GAMES_STATEDIR}" - doins tint.scores - prepgamesdirs -} |