public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/wxhexeditor: wxhexeditor-0.21.ebuild ChangeLog wxhexeditor-0.11.ebuild
@ 2013-03-16 20:36 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2013-03-16 20:36 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    13/03/16 20:36:53

  Modified:             ChangeLog
  Added:                wxhexeditor-0.21.ebuild
  Removed:              wxhexeditor-0.11.ebuild
  Log:
  Version bump (Bug #455956 by Dave Armstrong). Fix .desktop file validation
  warnings. Remove old.
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 957A8463)

Revision  Changes    Path
1.5                  app-editors/wxhexeditor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/wxhexeditor/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/wxhexeditor/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/wxhexeditor/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/wxhexeditor/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 Feb 2013 18:38:02 -0000	1.4
+++ ChangeLog	16 Mar 2013 20:36:53 -0000	1.5
@@ -1,6 +1,15 @@
 # ChangeLog for app-editors/wxhexeditor
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/wxhexeditor/ChangeLog,v 1.4 2013/02/05 18:38:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/wxhexeditor/ChangeLog,v 1.5 2013/03/16 20:36:53 dirtyepic Exp $
+
+*wxhexeditor-0.21 (16 Mar 2013)
+
+  16 Mar 2013; Ryan Hill <dirtyepic@gentoo.org> -wxhexeditor-0.11.ebuild,
+  -files/wxhexeditor-0.11-makefile.patch, +wxhexeditor-0.21.ebuild,
+  +files/wxhexeditor-0.21-desktop-validation.patch,
+  +files/wxhexeditor-0.21-makefile.patch:
+  Version bump (Bug #455956 by Dave Armstrong). Fix .desktop file validation
+  warnings. Remove old.
 
   05 Feb 2013; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Remove redundant maintainer from metadata.



1.1                  app-editors/wxhexeditor/wxhexeditor-0.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/wxhexeditor/wxhexeditor-0.21.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/wxhexeditor/wxhexeditor-0.21.ebuild?rev=1.1&content-type=text/plain

Index: wxhexeditor-0.21.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/wxhexeditor/wxhexeditor-0.21.ebuild,v 1.1 2013/03/16 20:36:53 dirtyepic Exp $

EAPI="5"
WX_GTK_VER="2.8"

inherit eutils toolchain-funcs wxwidgets

MY_PN="wxHexEditor"

DESCRIPTION="A cross-platform hex editor designed specially for large files."
HOMEPAGE="http://wxhexeditor.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-v${PV}-src.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="app-crypt/mhash
	dev-libs/udis86
	x11-libs/wxGTK:2.8[X]"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_PN}"

pkg_pretend() {
	tc-has-openmp \
		|| die "${PN} uses OpenMP libraries. Please use an OpenMP-capable compiler."
}

src_prepare() {
	# parts sent upstream : https://sourceforge.net/p/wxhexeditor/patches/8/
	epatch "${FILESDIR}"/${P}-makefile.patch
	# sent upstream : https://sourceforge.net/p/wxhexeditor/patches/9/
	epatch "${FILESDIR}"/${P}-desktop-validation.patch
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-16 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 20:36 [gentoo-commits] gentoo-x86 commit in app-editors/wxhexeditor: wxhexeditor-0.21.ebuild ChangeLog wxhexeditor-0.11.ebuild Ryan Hill (dirtyepic)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox