mr_bones_ 14/10/31 02:00:21 Modified: seatris-0.0.14.ebuild ChangeLog Log: tidy (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.13 games-puzzle/seatris/seatris-0.0.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/seatris/seatris-0.0.14.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/seatris/seatris-0.0.14.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/seatris/seatris-0.0.14.ebuild?r1=1.12&r2=1.13 Index: seatris-0.0.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/seatris/seatris-0.0.14.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- seatris-0.0.14.ebuild 30 Oct 2014 22:20:24 -0000 1.12 +++ seatris-0.0.14.ebuild 31 Oct 2014 02:00:21 -0000 1.13 @@ -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 @@ 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_install () { - dogamesbin seatris || die + dogamesbin seatris doman seatris.6 dodoc ACKNOWLEDGEMENTS HISTORY README TODO example.seatrisrc dodir "${GAMES_STATEDIR}" 1.11 games-puzzle/seatris/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/seatris/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/seatris/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/seatris/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/seatris/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 30 Oct 2014 22:20:24 -0000 1.10 +++ ChangeLog 31 Oct 2014 02:00:21 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/seatris # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/seatris/ChangeLog,v 1.10 2014/10/30 22:20:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/seatris/ChangeLog,v 1.11 2014/10/31 02:00:21 mr_bones_ Exp $ + + 31 Oct 2014; Michael Sterrett <[email protected]> seatris-0.0.14.ebuild: + tidy 30 Oct 2014; Jeroen Roovers <[email protected]> seatris-0.0.14.ebuild: Add virtual/pkgconfig dependency.
