commit:     115983161833d8f8b3531b90da89b376481854f7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 09:01:42 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 09:15:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11598316

dev-util/bless: Fix rarian dep, bump eapi.

Package-Manager: portage-2.3.2

 dev-util/bless/bless-0.6.0-r2.ebuild          | 16 +++++++---------
 dev-util/bless/files/bless-0.6.0-pixmap.patch |  4 ++--
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild 
b/dev-util/bless/bless-0.6.0-r2.ebuild
index 3f0a087..c65b564 100644
--- a/dev-util/bless/bless-0.6.0-r2.ebuild
+++ b/dev-util/bless/bless-0.6.0-r2.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-GCONF_DEBUG="no"
-
-inherit autotools eutils gnome2 mono-env
+EAPI=6
+inherit autotools gnome2 mono-env
 
 DESCRIPTION="GTK# Hex Editor"
 HOMEPAGE="http://home.gna.org/bless/";
@@ -23,7 +21,7 @@ RDEPEND="
             >=dev-dotnet/glade-sharp-2.12 )
 "
 DEPEND="${RDEPEND}
-       app-text/scrollkeeper
+       app-text/rarian
        >=sys-devel/gettext-0.15
        virtual/pkgconfig
 "
@@ -41,9 +39,9 @@ pkg_setup() {
 src_prepare() {
        einfo "Running gettextize -f --no-changelog..."
        ( "${T}/gettextize" -f --no-changelog > /dev/null ) || die "gettexize 
failed"
-       epatch "${FILESDIR}/${P}-pixmap.patch"
-       epatch "${FILESDIR}/${P}-docpath.patch"
-       epatch "${FILESDIR}/${P}-mono-4.patch"
+       eapply "${FILESDIR}/${P}-pixmap.patch"
+       eapply "${FILESDIR}/${P}-docpath.patch"
+       eapply "${FILESDIR}/${P}-mono-4.patch"
        eautoreconf
        gnome2_src_prepare
 }

diff --git a/dev-util/bless/files/bless-0.6.0-pixmap.patch 
b/dev-util/bless/files/bless-0.6.0-pixmap.patch
index 441a9e2..de77cb8 100644
--- a/dev-util/bless/files/bless-0.6.0-pixmap.patch
+++ b/dev-util/bless/files/bless-0.6.0-pixmap.patch
@@ -1,6 +1,6 @@
 === modified file 'src/gui/drawers/HexDrawer.cs'
---- src/gui/drawers/HexDrawer.cs       2007-06-13 12:20:53 +0000
-+++ src/gui/drawers/HexDrawer.cs       2009-04-10 23:21:41 +0000
+--- a/src/gui/drawers/HexDrawer.cs     2007-06-13 12:20:53 +0000
++++ b/src/gui/drawers/HexDrawer.cs     2009-04-10 23:21:41 +0000
 @@ -57,11 +57,14 @@
  
                //System.Console.WriteLine(s);

Reply via email to