diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-25 21:54:45 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-25 21:54:45 +0000 |
commit | fae4678cee0b6bd6be261ef6ad8d812c58462a21 (patch) | |
tree | b13ead28a623d8033048fa12ee5f78dbde4932fd /games-puzzle/torrent | |
parent | Remove old. (diff) | |
download | gentoo-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')
-rw-r--r-- | games-puzzle/torrent/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/torrent/torrent-0.8.2.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-puzzle/torrent/ChangeLog b/games-puzzle/torrent/ChangeLog index 5e0d05399009..26ccea0f8f25 100644 --- a/games-puzzle/torrent/ChangeLog +++ b/games-puzzle/torrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/torrent -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v 1.8 2009/08/10 21:23:49 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v 1.9 2015/02/25 21:54:45 tupone Exp $ + + 25 Feb 2015; Tupone Alfredo <tupone@gentoo.org> torrent-0.8.2.ebuild: + EAPI 5 10 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> torrent-0.8.2.ebuild: EAPI=2; build with gcc43 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 } |