diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-05 07:09:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-05 07:09:07 +0000 |
commit | 236dbd7b367dd812d1f7009bc779e7c02b8f82f7 (patch) | |
tree | 858368262ee36435fc2e876033ff5da6e78c8c3d /games-util/wxchtdecoder | |
parent | Version bump. (diff) | |
download | gentoo-2-236dbd7b367dd812d1f7009bc779e7c02b8f82f7.tar.gz gentoo-2-236dbd7b367dd812d1f7009bc779e7c02b8f82f7.tar.bz2 gentoo-2-236dbd7b367dd812d1f7009bc779e7c02b8f82f7.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util/wxchtdecoder')
-rw-r--r-- | games-util/wxchtdecoder/ChangeLog | 8 | ||||
-rw-r--r-- | games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-util/wxchtdecoder/ChangeLog b/games-util/wxchtdecoder/ChangeLog index a489eacd0460..fb3f4dfbac06 100644 --- a/games-util/wxchtdecoder/ChangeLog +++ b/games-util/wxchtdecoder/ChangeLog @@ -1,6 +1,9 @@ # 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.7 2009/10/20 12:59:19 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/ChangeLog,v 1.8 2015/02/05 07:09:07 mr_bones_ Exp $ + + 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> wxchtdecoder-1.5a.ebuild: + EAPI=5 20 Oct 2009; Markus Meier <maekke@gentoo.org> wxchtdecoder-1.5a.ebuild: x86 stable, bug #285386 @@ -30,4 +33,3 @@ +wxchtdecoder-1.5.ebuild: initial commit - ebuild Contributed by John Ratliff <webmaster@technoplaza.net> (bug #68470) - diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild index 22b8eb3f2543..5c7c7d114432 100644 --- a/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild +++ b/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 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.3 2009/10/20 12:59:19 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild,v 1.4 2015/02/05 07:09:07 mr_bones_ Exp $ -EAPI=2 +EAPI=5 WX_GTK_VER="2.8" 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" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -16,12 +16,13 @@ KEYWORDS="~amd64 x86" IUSE="" DEPEND="x11-libs/wxGTK:2.8[X]" +RDEPEND=${DEPEND} src_configure() { econf --with-wx-config=${WX_CONFIG} } src_install() { - dobin source/wxchtdecoder || die "dobin failed" + dobin source/wxchtdecoder dodoc docs/wxchtdecoder.txt } |