summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-11-19 17:44:48 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-11-19 17:44:48 +0000
commitcef43ccfc48e7adaca1793f22df0987840bd6b31 (patch)
tree53c6747d35435a8c3e7b5b142497098894dc5c0e /games-mud
parentAdded lost hunk to patch for Bug #137530 :). (diff)
downloadgentoo-2-cef43ccfc48e7adaca1793f22df0987840bd6b31.tar.gz
gentoo-2-cef43ccfc48e7adaca1793f22df0987840bd6b31.tar.bz2
gentoo-2-cef43ccfc48e7adaca1793f22df0987840bd6b31.zip
Use games eclass
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/panache/ChangeLog7
-rw-r--r--games-mud/panache/files/digest-panache-0.2.12
-rw-r--r--games-mud/panache/panache-0.2.1.ebuild15
3 files changed, 16 insertions, 8 deletions
diff --git a/games-mud/panache/ChangeLog b/games-mud/panache/ChangeLog
index dae7a5975b03..e9330a31509d 100644
--- a/games-mud/panache/ChangeLog
+++ b/games-mud/panache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-mud/panache
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/ChangeLog,v 1.6 2005/04/24 10:17:46 hansmi Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/ChangeLog,v 1.7 2006/11/19 17:44:48 nyhm Exp $
+
+ 19 Nov 2006; Tristan Heaven <nyhm@gentoo.org> panache-0.2.1.ebuild:
+ Use games eclass
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> panache-0.2.1.ebuild:
Stable on ppc.
diff --git a/games-mud/panache/files/digest-panache-0.2.1 b/games-mud/panache/files/digest-panache-0.2.1
index dfb2c8880dc5..34b0afc95184 100644
--- a/games-mud/panache/files/digest-panache-0.2.1
+++ b/games-mud/panache/files/digest-panache-0.2.1
@@ -1 +1,3 @@
MD5 271736338ca73f7eed29a525ea2292e8 panache-0.2.1.tar.gz 42560
+RMD160 74e3c2e50bf8755bb73c04067923f967f58142b4 panache-0.2.1.tar.gz 42560
+SHA256 90f06ad3384cd236e006ef7dc73292f9c15f0626824d01fe79a52ecb84a3585c panache-0.2.1.tar.gz 42560
diff --git a/games-mud/panache/panache-0.2.1.ebuild b/games-mud/panache/panache-0.2.1.ebuild
index 327d862bb863..8ce86884353a 100644
--- a/games-mud/panache/panache-0.2.1.ebuild
+++ b/games-mud/panache/panache-0.2.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/panache-0.2.1.ebuild,v 1.7 2005/04/24 10:17:46 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/panache/panache-0.2.1.ebuild,v 1.8 2006/11/19 17:44:48 nyhm Exp $
+
+inherit games
DESCRIPTION="Gnome TinyFugue port"
HOMEPAGE="http://panache.sourceforge.net/"
@@ -8,11 +10,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="ppc x86"
IUSE=""
-RDEPEND="gnome-base/gconf
- gnome-base/gnome-vfs
+RDEPEND=">=gnome-base/gconf-2
+ >=gnome-base/gnome-vfs-2
>=x11-libs/gtk+-2
media-libs/libart_lgpl
>=gnome-base/libgnomeui-2
@@ -23,5 +25,6 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
- einstall
+ emake DESTDIR="${D}" install || die "emake install failed"
+ prepgamesdirs
}