diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-02 17:43:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-02 17:43:24 +0000 |
commit | d238ea756cc3a683ced2b485abf2225afffc165f (patch) | |
tree | 5e9808710777bc328fb74e804137c06863e47ede /games-board/mt_gtk_client | |
parent | digest (diff) | |
download | gentoo-2-d238ea756cc3a683ced2b485abf2225afffc165f.tar.gz gentoo-2-d238ea756cc3a683ced2b485abf2225afffc165f.tar.bz2 gentoo-2-d238ea756cc3a683ced2b485abf2225afffc165f.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board/mt_gtk_client')
-rw-r--r-- | games-board/mt_gtk_client/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-board/mt_gtk_client/ChangeLog b/games-board/mt_gtk_client/ChangeLog index 6488d4a4ff01..f51e64853c47 100644 --- a/games-board/mt_gtk_client/ChangeLog +++ b/games-board/mt_gtk_client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/mt_gtk_client -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/ChangeLog,v 1.6 2012/03/26 07:34:31 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/ChangeLog,v 1.7 2015/01/02 17:43:24 mr_bones_ Exp $ + + 02 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> + mt_gtk_client-0.1.98.ebuild: + EAPI=5 26 Mar 2012; Tupone Alfredo <tupone@gentoo.org> mt_gtk_client-0.1.98.ebuild: Fix build with not locale files. Bug #408449 by Piotr Szymaniak diff --git a/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild b/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild index 6a7db24cdf8b..721bd41cc554 100644 --- a/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild +++ b/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 1.9 2012/03/26 07:34:31 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 1.10 2015/01/02 17:43:24 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit games DESCRIPTION="client for the french tarot game maitretarot" @@ -28,10 +28,9 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die + default if [[ -d "${D}"/${GAMES_DATADIR}/locale ]] ; then mv "${D}"/${GAMES_DATADIR}/locale "${D}"/usr/share/ || die fi - dodoc AUTHORS ChangeLog NEWS README TODO prepgamesdirs } |