pacho       14/12/02 16:16:00

  Modified:             ChangeLog
  Added:                bless-0.6.0-r2.ebuild
  Removed:              bless-0.6.0-r1.ebuild
  Log:
  Bump to eapi5, follow latest policies for gnome2.eclass, drop using 
deprecated mono.eclass
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.23                 dev-util/bless/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bless/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bless/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bless/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   8 Jul 2014 11:22:29 -0000       1.22
+++ ChangeLog   2 Dec 2014 16:16:00 -0000       1.23
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/bless
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.22 2014/07/08 
11:22:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.23 2014/12/02 
16:16:00 pacho Exp $
+
+*bless-0.6.0-r2 (02 Dec 2014)
+
+  02 Dec 2014; Pacho Ramos <[email protected]> +bless-0.6.0-r2.ebuild,
+  -bless-0.6.0-r1.ebuild:
+  Bump to eapi5, follow latest policies for gnome2.eclass, drop using 
deprecated
+  mono.eclass
 
   08 Jul 2014; Pacho Ramos <[email protected]> -bless-0.5.2.ebuild:
   Drop old version as it's one of the last eapi0 consumers of gnome2.eclass



1.1                  dev-util/bless/bless-0.6.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bless/bless-0.6.0-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bless/bless-0.6.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: bless-0.6.0-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r2.ebuild,v 1.1 
2014/12/02 16:16:00 pacho Exp $

EAPI=5
GCONF_DEBUG="no"

inherit autotools eutils gnome2 mono-env

DESCRIPTION="GTK# Hex Editor"
HOMEPAGE="http://home.gna.org/bless/";
SRC_URI="http://download.gna.org/bless/${P}.tar.gz";

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

RDEPEND="
        >=dev-lang/mono-1.1.14
        >=dev-dotnet/gtk-sharp-2.12
        >=dev-dotnet/glade-sharp-2.12
"
DEPEND="${RDEPEND}
        app-text/scrollkeeper
        >=sys-devel/gettext-0.15
        virtual/pkgconfig
"

# See bug 278162
# Waiting on nunit ebuild entering the tree
RESTRICT="test"

pkg_setup() {
        # Stolen from enlightenment.eclass
        cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"
        sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
}

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"
        eautoreconf
        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                --enable-unix-specific \
                $(use_enable debug)
}




Reply via email to