diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-01-11 17:39:11 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-01-11 17:39:11 +0000 |
commit | 9917d9a6a23247154d0f1fae224da6f4dcd7cb5b (patch) | |
tree | 9a8df425373f74a62ac55e91135f5b380bc7a9c6 /games-board | |
parent | Don't call python_need_rebuild() (bug #300517). (diff) | |
download | gentoo-2-9917d9a6a23247154d0f1fae224da6f4dcd7cb5b.tar.gz gentoo-2-9917d9a6a23247154d0f1fae224da6f4dcd7cb5b.tar.bz2 gentoo-2-9917d9a6a23247154d0f1fae224da6f4dcd7cb5b.zip |
Remove usage of deprecated kde.eclass
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/mahjongg3d/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/mahjongg3d/mahjongg3d-0.96.ebuild | 12 |
2 files changed, 8 insertions, 11 deletions
diff --git a/games-board/mahjongg3d/ChangeLog b/games-board/mahjongg3d/ChangeLog index 5baf1fc34ccc..6ce8152c1de5 100644 --- a/games-board/mahjongg3d/ChangeLog +++ b/games-board/mahjongg3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/mahjongg3d -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/ChangeLog,v 1.14 2009/04/22 05:53:39 mr_bones_ Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/ChangeLog,v 1.15 2010/01/11 17:39:11 abcd Exp $ + + 11 Jan 2010; Jonathan Callen <abcd@gentoo.org> mahjongg3d-0.96.ebuild: + Remove usage of deprecated kde.eclass 22 Apr 2009; Michael Sterrett <mr_bones_@gentoo.org> mahjongg3d-0.96.ebuild: diff --git a/games-board/mahjongg3d/mahjongg3d-0.96.ebuild b/games-board/mahjongg3d/mahjongg3d-0.96.ebuild index ddc90938c1a3..891b9b252529 100644 --- a/games-board/mahjongg3d/mahjongg3d-0.96.ebuild +++ b/games-board/mahjongg3d/mahjongg3d-0.96.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2009 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/mahjongg3d/mahjongg3d-0.96.ebuild,v 1.15 2009/11/10 20:21:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/mahjongg3d-0.96.ebuild,v 1.16 2010/01/11 17:39:11 abcd Exp $ EAPI=2 -ARTS_REQUIRED=never -inherit eutils qt3 kde games +inherit eutils qt3 games DESCRIPTION="An implementation of the classical chinese game Mah Jongg with 3D OpenGL graphics" HOMEPAGE="http://www.reto-schoelly.de/mahjongg3d/" @@ -42,11 +41,6 @@ src_configure() { eqmake3 mahjongg3d.pro } -src_compile() { - kde_src_compile none - emake || die "emake failed" -} - src_install () { dogamesbin bin/mahjongg3d || die "dogamesbin failed" dodir "${GAMES_DATADIR}/${PN}" |