pacho 14/12/30 12:21:40 Modified: mlview-0.9.0-r1.ebuild ChangeLog Log: Bump eapi, update to current gnome2.eclass policies, fix tests and HOMEPAGE (#530124) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.3 app-editors/mlview/mlview-0.9.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mlview/mlview-0.9.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mlview/mlview-0.9.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mlview/mlview-0.9.0-r1.ebuild?r1=1.2&r2=1.3 Index: mlview-0.9.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.9.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mlview-0.9.0-r1.ebuild 3 May 2012 18:33:00 -0000 1.2 +++ mlview-0.9.0-r1.ebuild 30 Dec 2014 12:21:39 -0000 1.3 @@ -1,21 +1,23 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.9.0-r1.ebuild,v 1.2 2012/05/03 18:33:00 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.9.0-r1.ebuild,v 1.3 2014/12/30 12:21:39 pacho Exp $ -EAPI=2 +EAPI=5 +GCONF_DEBUG="no" +GNOME_TARBALL_SUFFIX="bz2" -GNOME2_LA_PUNT=yes inherit autotools eutils gnome2 DESCRIPTION="XML editor for the GNOME environment" -HOMEPAGE="http://www.freespiders.org/projects/gmlview/" +HOMEPAGE="http://www.nongnu.org/mlview/mlview-internals.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" IUSE="debug" -RDEPEND=">=dev-libs/libxml2-2.6.11:2 +RDEPEND=" + >=dev-libs/libxml2-2.6.11:2 >=dev-libs/libxslt-1.1.8 >=dev-libs/glib-2.6:2 >=x11-libs/gtk+-2.6:2 @@ -28,27 +30,34 @@ >=gnome-base/gconf-2.6.2:2 x11-libs/gtksourceview:2.0 >=x11-libs/vte-0.11.12:0 - sys-libs/zlib" + sys-libs/zlib +" DEPEND="${RDEPEND} virtual/pkgconfig dev-util/intltool - sys-devel/gettext" + sys-devel/gettext +" -pkg_setup() { +src_prepare() { DOCS="AUTHORS BRANCHES ChangeLog NEWS README" - G2CONF="--disable-dependency-tracking - --disable-static - $(use_enable debug)" -} -src_prepare() { + # Fix tests + echo "ui/mlview-exec-command.glade" >> po/POTFILES.in || die + echo "ui/mlview-plugins-window.glade" >> po/POTFILES.in || die + epatch "${FILESDIR}"/${P}-desktop.patch epatch "${FILESDIR}"/${P}-gcc44.patch epatch "${FILESDIR}"/${P}-gcc45.patch epatch "${FILESDIR}"/${PF}-10_port_to_gtksourceview2.patch epatch "${FILESDIR}"/${PF}-autoreconf.patch + mkdir m4 || die eautoreconf - intltoolize --force gnome2_src_prepare } + +src_configure() { + gnome2_src_configure \ + --disable-static \ + $(use_enable debug) +} 1.35 app-editors/mlview/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mlview/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mlview/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mlview/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 3 May 2012 18:33:00 -0000 1.34 +++ ChangeLog 30 Dec 2014 12:21:39 -0000 1.35 @@ -1,6 +1,10 @@ # ChangeLog for app-editors/mlview -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.34 2012/05/03 18:33:00 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.35 2014/12/30 12:21:39 pacho Exp $ + + 30 Dec 2014; Pacho Ramos <[email protected]> mlview-0.9.0-r1.ebuild: + Bump eapi, update to current gnome2.eclass policies, fix tests and HOMEPAGE + (#530124) 03 May 2012; Jeff Horelick <[email protected]> mlview-0.9.0-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig
