diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-10-31 02:01:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-10-31 02:01:23 +0000 |
commit | fda8b3fd704ac3e78da87810f2b98c3ce01fa54b (patch) | |
tree | fbf249983c54677a13ce230dd19f886fe9690de2 /games-puzzle/seatris/seatris-0.0.14.ebuild | |
parent | Add DESTDIR fix from upstream for msp430. (diff) | |
download | historical-fda8b3fd704ac3e78da87810f2b98c3ce01fa54b.tar.gz historical-fda8b3fd704ac3e78da87810f2b98c3ce01fa54b.tar.bz2 historical-fda8b3fd704ac3e78da87810f2b98c3ce01fa54b.zip |
tidy
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64
Diffstat (limited to 'games-puzzle/seatris/seatris-0.0.14.ebuild')
-rw-r--r-- | games-puzzle/seatris/seatris-0.0.14.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games-puzzle/seatris/seatris-0.0.14.ebuild b/games-puzzle/seatris/seatris-0.0.14.ebuild index 7ab389f51ae8..67609ef9431e 100644 --- a/games-puzzle/seatris/seatris-0.0.14.ebuild +++ b/games-puzzle/seatris/seatris-0.0.14.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/seatris/seatris-0.0.14.ebuild,v 1.12 2014/10/30 22:20:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/seatris/seatris-0.0.14.ebuild,v 1.13 2014/10/31 02:00:21 mr_bones_ Exp $ EAPI=5 -inherit eutils games toolchain-funcs +inherit eutils toolchain-funcs games DESCRIPTION="A color ncurses tetris clone" HOMEPAGE="http://www.earth.li/projectpurple/progs/seatris.html" @@ -14,10 +14,8 @@ SLOT="0" KEYWORDS="amd64 ~ppc ppc64 x86" RDEPEND="sys-libs/ncurses" -DEPEND=" - ${DEPEND} - virtual/pkgconfig -" +DEPEND="${DEPEND} + virtual/pkgconfig" src_prepare() { sed -i \ @@ -32,7 +30,7 @@ src_compile() { } src_install () { - dogamesbin seatris || die + dogamesbin seatris doman seatris.6 dodoc ACKNOWLEDGEMENTS HISTORY README TODO example.seatrisrc dodir "${GAMES_STATEDIR}" |