summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-02-25 21:54:45 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-02-25 21:54:45 +0000
commitfae4678cee0b6bd6be261ef6ad8d812c58462a21 (patch)
treeb13ead28a623d8033048fa12ee5f78dbde4932fd /games-puzzle/torrent/torrent-0.8.2.ebuild
parentRemove old. (diff)
downloadgentoo-2-fae4678cee0b6bd6be261ef6ad8d812c58462a21.tar.gz
gentoo-2-fae4678cee0b6bd6be261ef6ad8d812c58462a21.tar.bz2
gentoo-2-fae4678cee0b6bd6be261ef6ad8d812c58462a21.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle/torrent/torrent-0.8.2.ebuild')
-rw-r--r--games-puzzle/torrent/torrent-0.8.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-puzzle/torrent/torrent-0.8.2.ebuild b/games-puzzle/torrent/torrent-0.8.2.ebuild
index 0b1de2df34e1..c3102931d4e3 100644
--- a/games-puzzle/torrent/torrent-0.8.2.ebuild
+++ b/games-puzzle/torrent/torrent-0.8.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild,v 1.6 2009/08/10 21:23:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild,v 1.7 2015/02/25 21:54:45 tupone Exp $
-EAPI=2
+EAPI=5
inherit games
DESCRIPTION="Match rising tiles to score as many points as possible before the tiles touch the top of the board"
@@ -18,6 +18,7 @@ DEPEND=">=media-libs/libsdl-1.2.4
>=media-libs/sdl-mixer-1.2
>=media-libs/sdl-image-1.2
media-libs/sdl-ttf"
+RDEPEND="${DEPEND}"
src_prepare() {
sed -i \
@@ -27,7 +28,6 @@ src_prepare() {
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc ChangeLog
+ default
prepgamesdirs
}