Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/wxhexeditor: ChangeLog wxhexeditor-0.20.ebuild wxhexeditor-0.09.ebuild
Date: Mon, 02 Jul 2012 03:48:03
Message-Id: 20120702034752.9BB7C2004B@flycatcher.gentoo.org
1 dirtyepic 12/07/02 03:47:52
2
3 Modified: ChangeLog
4 Added: wxhexeditor-0.20.ebuild
5 Removed: wxhexeditor-0.09.ebuild
6 Log:
7 Version bump, bug #407161. Remove old.
8
9 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 app-editors/wxhexeditor/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/wxhexeditor/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/wxhexeditor/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/wxhexeditor/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-editors/wxhexeditor/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 19 Aug 2011 04:44:27 -0000 1.2
25 +++ ChangeLog 2 Jul 2012 03:47:52 -0000 1.3
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-editors/wxhexeditor
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/wxhexeditor/ChangeLog,v 1.2 2011/08/19 04:44:27 dirtyepic Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-editors/wxhexeditor/ChangeLog,v 1.3 2012/07/02 03:47:52 dirtyepic Exp $
32 +
33 +*wxhexeditor-0.20 (02 Jul 2012)
34 +
35 + 02 Jul 2012; Ryan Hill <dirtyepic@g.o> -wxhexeditor-0.09.ebuild,
36 + -files/wxhexeditor-0.09-gcc45.patch, +wxhexeditor-0.20.ebuild,
37 + +files/wxhexeditor-0.20-makefile.patch:
38 + Version bump, bug #407161. Remove old.
39
40 *wxhexeditor-0.11 (19 Aug 2011)
41
42
43
44
45 1.1 app-editors/wxhexeditor/wxhexeditor-0.20.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/wxhexeditor/wxhexeditor-0.20.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/wxhexeditor/wxhexeditor-0.20.ebuild?rev=1.1&content-type=text/plain
49
50 Index: wxhexeditor-0.20.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-editors/wxhexeditor/wxhexeditor-0.20.ebuild,v 1.1 2012/07/02 03:47:52 dirtyepic Exp $
55
56 EAPI="4"
57 WX_GTK_VER="2.8"
58
59 inherit eutils toolchain-funcs wxwidgets
60
61 MY_PN="wxHexEditor"
62
63 DESCRIPTION="A cross-platform hex editor designed specially for large files."
64 HOMEPAGE="http://wxhexeditor.sourceforge.net/"
65 SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-v${PV}-src.tar.bz2"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 DEPEND="app-crypt/mhash
73 dev-libs/udis86
74 x11-libs/wxGTK:2.8[X]"
75 RDEPEND="${DEPEND}"
76
77 S="${WORKDIR}/${MY_PN}"
78
79 pkg_pretend() {
80 tc-has-openmp \
81 || die "${PN} uses OpenMP libraries. Please use an OpenMP-capable compiler."
82 }
83
84 src_prepare() {
85 epatch "${FILESDIR}"/${P}-makefile.patch
86 }