diff options
-rw-r--r-- | games-board/mt_dolphin_ia/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/mt_dolphin_ia/Manifest | 4 | ||||
-rw-r--r-- | games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild | 9 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-board/mt_dolphin_ia/ChangeLog b/games-board/mt_dolphin_ia/ChangeLog index 1d14982f139a..cbbd5aca56df 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 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/ChangeLog,v 1.4 2007/02/08 21:00:58 wolf31o2 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/ChangeLog,v 1.5 2010/10/20 19:05:55 mr_bones_ Exp $ + + 20 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> + mt_dolphin_ia-0.1.98.ebuild: + EAPI=2 08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/games-board/mt_dolphin_ia/Manifest b/games-board/mt_dolphin_ia/Manifest index 2698ba842c8d..2c5b90b5cf6a 100644 --- a/games-board/mt_dolphin_ia/Manifest +++ b/games-board/mt_dolphin_ia/Manifest @@ -1,4 +1,4 @@ DIST mt_dolphin_ia-0.1.98.tar.bz2 92625 RMD160 ff45d83ca7a4c9f8de21bdfd704bf7c2f77360b5 SHA1 a44c162aa8016f4a13c2d2aa4a40329367bd3a68 SHA256 3b5e4a998cbc999fafffcdc6eaa45750e3edba9dd233b839f8cc4dfe2b71a9d0 -EBUILD mt_dolphin_ia-0.1.98.ebuild 720 RMD160 7e59b98f94f653bdeff0c6774230f544610f66cf SHA1 b6bd2025bac16cb3560ac470e01184e20a22b1e7 SHA256 9b90d83cc052cd804b760b553545681050ae085073387b9ae68df57e053eed16 -MISC ChangeLog 499 RMD160 a3cd31d97735a43ca8912315c770e5b78b720a51 SHA1 5901048d1775750282eb2de50b1d2bec2e922c45 SHA256 6d8929064c3ad544c9c18bf9a48c306cb5c453ff349b80f4c6104288369680e9 +EBUILD mt_dolphin_ia-0.1.98.ebuild 700 RMD160 e5fe5abe648afb5d09229359822169ef72301efe SHA1 092866057d9cd4051a9a1147b06db5d7e6d33f23 SHA256 8c7b0b891704faf368875789f26c0c5695812d97b0ff7cb464958a027aaad8f5 +MISC ChangeLog 596 RMD160 5e93619e462141db19fd893364f4f2e872b1ce89 SHA1 debd9fb462c86c6dfba529ef238db355f13b73fe SHA256 5f1dd288801851b34b642fe5912925973ddc3f9a7be22b5d43ea84c1ac0e5970 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 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 72fa14e09dd1..1c12e86dd37d 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,7 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2010 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.5 2009/12/31 16:25:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.6 2010/10/20 19:05:55 mr_bones_ Exp $ +EAPI=2 inherit games DESCRIPTION="client for the french tarot game maitretarot" @@ -13,13 +14,13 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="=dev-libs/glib-2* +DEPEND="dev-libs/glib:2 dev-libs/libxml2 dev-games/libmaitretarot dev-games/libmt_client" src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || dodoc AUTHORS ChangeLog NEWS README prepgamesdirs } |