pacho 14/12/30 12:30:02 Modified: libview-0.6.6-r2.ebuild ChangeLog Log: Bump eapi and use gnome2.eclass a bit better (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.3 x11-libs/libview/libview-0.6.6-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild?r1=1.2&r2=1.3 Index: libview-0.6.6-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libview-0.6.6-r2.ebuild 5 May 2012 03:52:28 -0000 1.2 +++ libview-0.6.6-r2.ebuild 30 Dec 2014 12:30:02 -0000 1.3 @@ -1,8 +1,9 @@ -# 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/x11-libs/libview/libview-0.6.6-r2.ebuild,v 1.2 2012/05/05 03:52:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.6-r2.ebuild,v 1.3 2014/12/30 12:30:02 pacho Exp $ -EAPI=3 +EAPI=5 +GCONF_DEBUG="no" inherit autotools eutils gnome2 @@ -15,31 +16,23 @@ KEYWORDS="amd64 x86" IUSE="static-libs" -RDEPEND=">=x11-libs/gtk+-2.4.0:2 - dev-cpp/gtkmm:2.4" +RDEPEND=" + >=x11-libs/gtk+-2.4.0:2 + dev-cpp/gtkmm:2.4 +" DEPEND="${RDEPEND} - virtual/pkgconfig" - -G2CONF="--enable-deprecated" - -src_unpack() { - gnome2_src_unpack -} + virtual/pkgconfig +" src_prepare() { # Fix the pkgconfig file epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch eautoreconf -i + gnome2_src_prepare } + src_configure() { - econf \ + gnome2_src_configure \ --enable-deprecated \ $(use_enable static-libs static) } - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS - - find "${ED}" -name '*.la' -delete -} 1.21 x11-libs/libview/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libview/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 5 May 2012 03:52:28 -0000 1.20 +++ ChangeLog 30 Dec 2014 12:30:02 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libview -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.20 2012/05/05 03:52:28 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.21 2014/12/30 12:30:02 pacho Exp $ + + 30 Dec 2014; Pacho Ramos <[email protected]> libview-0.6.6-r2.ebuild: + Bump eapi and use gnome2.eclass a bit better 05 May 2012; Jeff Horelick <[email protected]> libview-0.6.6-r2.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -90,4 +93,3 @@ 23 Dec 2005; Saleem Abdulrasool <[email protected]> +metadata.xml, +libview-0.5.6.ebuild: Initial import of libview -
