diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-04 10:01:42 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-04 10:15:44 +0100 |
commit | 115983161833d8f8b3531b90da89b376481854f7 (patch) | |
tree | 7ddcfe82c6a67b4c20e147414151bc3bb2b13c0b /dev-util/bless | |
parent | media-libs/glm: Bump to version 0.9.8.2 (diff) | |
download | gentoo-115983161833d8f8b3531b90da89b376481854f7.tar.gz gentoo-115983161833d8f8b3531b90da89b376481854f7.tar.bz2 gentoo-115983161833d8f8b3531b90da89b376481854f7.zip |
dev-util/bless: Fix rarian dep, bump eapi.
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-util/bless')
-rw-r--r-- | dev-util/bless/bless-0.6.0-r2.ebuild | 16 | ||||
-rw-r--r-- | 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 3f0a08736ddd..c65b564214d9 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 441a9e2bfb79..de77cb84e750 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); |