summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-08-18 00:44:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-08-18 00:44:02 +0000
commit733f808756127b8120378ef5557f5a00d5535a9c (patch)
treecb2587448225b5614447c68a551244b0a3c9e364 /games-util
parentversion bump (diff)
downloadgentoo-2-733f808756127b8120378ef5557f5a00d5535a9c.tar.gz
gentoo-2-733f808756127b8120378ef5557f5a00d5535a9c.tar.bz2
gentoo-2-733f808756127b8120378ef5557f5a00d5535a9c.zip
EAPI=2; need to set WX_GTK_VER
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/wxchtdecoder/ChangeLog6
-rw-r--r--games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild17
-rw-r--r--games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild3
3 files changed, 14 insertions, 12 deletions
diff --git a/games-util/wxchtdecoder/ChangeLog b/games-util/wxchtdecoder/ChangeLog
index 85c6c1e3ddb9..1cb98789db0c 100644
--- a/games-util/wxchtdecoder/ChangeLog
+++ b/games-util/wxchtdecoder/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/wxchtdecoder
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/ChangeLog,v 1.5 2009/08/18 00:41:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/ChangeLog,v 1.6 2009/08/18 00:44:02 mr_bones_ Exp $
+
+ 18 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ wxchtdecoder-1.5.ebuild, wxchtdecoder-1.5a.ebuild:
+ EAPI=2; need to set WX_GTK_VER
*wxchtdecoder-1.5a (18 Aug 2009)
diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild
index 641da5f9d327..187266656ab3 100644
--- a/games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild
+++ b/games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild,v 1.5 2008/04/28 21:51:30 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild,v 1.6 2009/08/18 00:44:02 mr_bones_ Exp $
+EAPI=2
+WX_GTK_VER="2.6"
inherit wxwidgets
DESCRIPTION="A program to decode .CHT files in Snes9x and ZSNES to plain text"
@@ -13,15 +15,10 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
-DEPEND="=x11-libs/wxGTK-2.6*"
+DEPEND="x11-libs/wxGTK:2.6[X]"
-pkg_setup() {
- WX_GTK_VER=2.6 need-wxwidgets gtk2
-}
-
-src_compile() {
- econf --with-wx-config=${WX_CONFIG} || die
- emake || die "emake failed"
+src_configure() {
+ econf --with-wx-config=${WX_CONFIG}
}
src_install() {
diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild
index d7ab7dc80e34..36dad5b4ab52 100644
--- a/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild
+++ b/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild,v 1.1 2009/08/18 00:41:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild,v 1.2 2009/08/18 00:44:02 mr_bones_ Exp $
EAPI=2
+WX_GTK_VER="2.8"
inherit wxwidgets
DESCRIPTION="A program to decode .CHT files in Snes9x and ZSNES to plain text"