Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/wxchtdecoder/
Date: Tue, 29 Dec 2015 07:41:36
Message-Id: 1451374839.99bfbca72dde0a60e774da9e0afdcf4f12ee9897.mr_bones_@gentoo
1 commit: 99bfbca72dde0a60e774da9e0afdcf4f12ee9897
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 03:57:07 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 07:40:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bfbca7
7
8 old
9
10 Package-Manager: portage-2.2.24
11
12 games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild | 28 ------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild
16 deleted file mode 100644
17 index b084ba9..0000000
18 --- a/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -WX_GTK_VER="2.8"
27 -inherit wxwidgets
28 -
29 -DESCRIPTION="A program to decode .CHT files in Snes9x and ZSNES to plain text"
30 -HOMEPAGE="http://games.technoplaza.net/chtdecoder/"
31 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -DEPEND="x11-libs/wxGTK:2.8[X]"
39 -RDEPEND=${DEPEND}
40 -
41 -src_configure() {
42 - econf --with-wx-config=${WX_CONFIG}
43 -}
44 -
45 -src_install() {
46 - dobin source/wxchtdecoder
47 - dodoc docs/wxchtdecoder.txt
48 -}