diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-09-21 05:31:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-09-21 05:31:49 +0000 |
commit | 981db90b12e275ad723a79619ee05108cafef343 (patch) | |
tree | 9d56c7c3e6a3e607c4aa33ffadec22eadefc620b /games-board/mt_dolphin_ia | |
parent | EAPI=5 (diff) | |
download | gentoo-2-981db90b12e275ad723a79619ee05108cafef343.tar.gz gentoo-2-981db90b12e275ad723a79619ee05108cafef343.tar.bz2 gentoo-2-981db90b12e275ad723a79619ee05108cafef343.zip |
EAPI=5
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board/mt_dolphin_ia')
-rw-r--r-- | games-board/mt_dolphin_ia/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-board/mt_dolphin_ia/ChangeLog b/games-board/mt_dolphin_ia/ChangeLog index 405ec3ea44ca..f5492eea4939 100644 --- a/games-board/mt_dolphin_ia/ChangeLog +++ b/games-board/mt_dolphin_ia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/mt_dolphin_ia -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/ChangeLog,v 1.6 2010/11/08 19:55:44 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/ChangeLog,v 1.7 2014/09/21 05:31:49 mr_bones_ Exp $ + + 21 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> + mt_dolphin_ia-0.1.98.ebuild: + EAPI=5 08 Nov 2010; Markos Chandras <hwoarang@gentoo.org> mt_dolphin_ia-0.1.98.ebuild: diff --git a/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild b/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild index 6ada1ae828ad..415833c3d761 100644 --- a/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild +++ b/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.7 2010/11/08 19:55:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.8 2014/09/21 05:31:49 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit games DESCRIPTION="client for the french tarot game maitretarot" @@ -18,9 +18,9 @@ DEPEND="dev-libs/glib:2 dev-libs/libxml2 dev-games/libmaitretarot dev-games/libmt_client" +RDEPEND=${DEPEND} src_install() { - emake DESTDIR="${D}" install || - dodoc AUTHORS ChangeLog NEWS README + default prepgamesdirs } |