summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-08-18 00:41:16 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-08-18 00:41:16 +0000
commit39aa39cd8db1e782e221b2652a0ff3faa4190215 (patch)
tree5375cf36d1a9a8803e458c6e702fdf37d1aac9a4 /games-util/wxchtdecoder
parentneed to set WX_GTK_VER (diff)
downloadgentoo-2-39aa39cd8db1e782e221b2652a0ff3faa4190215.tar.gz
gentoo-2-39aa39cd8db1e782e221b2652a0ff3faa4190215.tar.bz2
gentoo-2-39aa39cd8db1e782e221b2652a0ff3faa4190215.zip
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-util/wxchtdecoder')
-rw-r--r--games-util/wxchtdecoder/ChangeLog10
-rw-r--r--games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild26
2 files changed, 34 insertions, 2 deletions
diff --git a/games-util/wxchtdecoder/ChangeLog b/games-util/wxchtdecoder/ChangeLog
index c845673e2009..85c6c1e3ddb9 100644
--- a/games-util/wxchtdecoder/ChangeLog
+++ b/games-util/wxchtdecoder/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-util/wxchtdecoder
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/ChangeLog,v 1.4 2008/04/28 21:51:30 drac Exp $
+# 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 $
+
+*wxchtdecoder-1.5a (18 Aug 2009)
+
+ 18 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +wxchtdecoder-1.5a.ebuild:
+ version bump
28 Apr 2008; Samuli Suominen <drac@gentoo.org> wxchtdecoder-1.5.ebuild:
~amd64 wrt #219625
diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild
new file mode 100644
index 000000000000..d7ab7dc80e34
--- /dev/null
+++ b/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild
@@ -0,0 +1,26 @@
+# 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 $
+
+EAPI=2
+inherit wxwidgets
+
+DESCRIPTION="A program to decode .CHT files in Snes9x and ZSNES to plain text"
+HOMEPAGE="http://games.technoplaza.net/chtdecoder/"
+SRC_URI="http://games.technoplaza.net/chtdecoder/wx/history/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/wxGTK:2.8[X]"
+
+src_configure() {
+ econf --with-wx-config=${WX_CONFIG}
+}
+
+src_install() {
+ dobin source/wxchtdecoder || die "dobin failed"
+ dodoc docs/wxchtdecoder.txt
+}