mr_bones_ 15/02/05 07:09:07 Modified: wxchtdecoder-1.5a.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild?r1=1.3&r2=1.4 Index: wxchtdecoder-1.5a.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wxchtdecoder-1.5a.ebuild 20 Oct 2009 12:59:19 -0000 1.3 +++ wxchtdecoder-1.5a.ebuild 5 Feb 2015 07:09:07 -0000 1.4 @@ -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 @@ 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 } 1.8 games-util/wxchtdecoder/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wxchtdecoder/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wxchtdecoder/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wxchtdecoder/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 20 Oct 2009 12:59:19 -0000 1.7 +++ ChangeLog 5 Feb 2015 07:09:07 -0000 1.8 @@ -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 <[email protected]> wxchtdecoder-1.5a.ebuild: + EAPI=5 20 Oct 2009; Markus Meier <[email protected]> wxchtdecoder-1.5a.ebuild: x86 stable, bug #285386 @@ -30,4 +33,3 @@ +wxchtdecoder-1.5.ebuild: initial commit - ebuild Contributed by John Ratliff <[email protected]> (bug #68470) -
