Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/, dev-util/bless/files/
Date: Fri, 04 Nov 2016 09:16:03
Message-Id: 1478250944.115983161833d8f8b3531b90da89b376481854f7.pacho@gentoo
1 commit: 115983161833d8f8b3531b90da89b376481854f7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 09:01:42 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 09:15:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11598316
7
8 dev-util/bless: Fix rarian dep, bump eapi.
9
10 Package-Manager: portage-2.3.2
11
12 dev-util/bless/bless-0.6.0-r2.ebuild | 16 +++++++---------
13 dev-util/bless/files/bless-0.6.0-pixmap.patch | 4 ++--
14 2 files changed, 9 insertions(+), 11 deletions(-)
15
16 diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild b/dev-util/bless/bless-0.6.0-r2.ebuild
17 index 3f0a087..c65b564 100644
18 --- a/dev-util/bless/bless-0.6.0-r2.ebuild
19 +++ b/dev-util/bless/bless-0.6.0-r2.ebuild
20 @@ -1,11 +1,9 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=5
27 -GCONF_DEBUG="no"
28 -
29 -inherit autotools eutils gnome2 mono-env
30 +EAPI=6
31 +inherit autotools gnome2 mono-env
32
33 DESCRIPTION="GTK# Hex Editor"
34 HOMEPAGE="http://home.gna.org/bless/"
35 @@ -23,7 +21,7 @@ RDEPEND="
36 >=dev-dotnet/glade-sharp-2.12 )
37 "
38 DEPEND="${RDEPEND}
39 - app-text/scrollkeeper
40 + app-text/rarian
41 >=sys-devel/gettext-0.15
42 virtual/pkgconfig
43 "
44 @@ -41,9 +39,9 @@ pkg_setup() {
45 src_prepare() {
46 einfo "Running gettextize -f --no-changelog..."
47 ( "${T}/gettextize" -f --no-changelog > /dev/null ) || die "gettexize failed"
48 - epatch "${FILESDIR}/${P}-pixmap.patch"
49 - epatch "${FILESDIR}/${P}-docpath.patch"
50 - epatch "${FILESDIR}/${P}-mono-4.patch"
51 + eapply "${FILESDIR}/${P}-pixmap.patch"
52 + eapply "${FILESDIR}/${P}-docpath.patch"
53 + eapply "${FILESDIR}/${P}-mono-4.patch"
54 eautoreconf
55 gnome2_src_prepare
56 }
57
58 diff --git a/dev-util/bless/files/bless-0.6.0-pixmap.patch b/dev-util/bless/files/bless-0.6.0-pixmap.patch
59 index 441a9e2..de77cb8 100644
60 --- a/dev-util/bless/files/bless-0.6.0-pixmap.patch
61 +++ b/dev-util/bless/files/bless-0.6.0-pixmap.patch
62 @@ -1,6 +1,6 @@
63 === modified file 'src/gui/drawers/HexDrawer.cs'
64 ---- src/gui/drawers/HexDrawer.cs 2007-06-13 12:20:53 +0000
65 -+++ src/gui/drawers/HexDrawer.cs 2009-04-10 23:21:41 +0000
66 +--- a/src/gui/drawers/HexDrawer.cs 2007-06-13 12:20:53 +0000
67 ++++ b/src/gui/drawers/HexDrawer.cs 2009-04-10 23:21:41 +0000
68 @@ -57,11 +57,14 @@
69
70 //System.Console.WriteLine(s);