pacho 14/11/23 22:12:48 Modified: goocanvas-1.0.0.ebuild ChangeLog Log: Bump eapi, kill doc USE flag and follow current policies (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.13 x11-libs/goocanvas/goocanvas-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild?r1=1.12&r2=1.13 Index: goocanvas-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- goocanvas-1.0.0.ebuild 12 Aug 2013 04:06:56 -0000 1.12 +++ goocanvas-1.0.0.ebuild 23 Nov 2014 22:12:48 -0000 1.13 @@ -1,33 +1,31 @@ -# Copyright 1999-2013 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/goocanvas/goocanvas-1.0.0.ebuild,v 1.12 2013/08/12 04:06:56 tetromino Exp $ - -EAPI="3" +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild,v 1.13 2014/11/23 22:12:48 pacho Exp $ +EAPI="5" GCONF_DEBUG=no GNOME2_LA_PUNT=yes +GNOME_TARBALL_SUFFIX="bz2" inherit eutils gnome2 libtool DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing" -HOMEPAGE="http://live.gnome.org/GooCanvas" +HOMEPAGE="https://wiki.gnome.org/Projects/GooCanvas" LICENSE="LGPL-2" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="doc examples" +IUSE="examples" -RDEPEND=">=x11-libs/gtk+-2.12:2 +RDEPEND=" + >=x11-libs/gtk+-2.12:2 >=dev-libs/glib-2.10:2 - >=x11-libs/cairo-1.4" + >=x11-libs/cairo-1.4 +" DEPEND="${RDEPEND} + dev-util/gtk-doc-am virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.8 )" - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README TODO" - G2CONF="${G2CONF} --disable-rebuilds --disable-static" -} +" src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=671766 @@ -41,8 +39,13 @@ sed -e 's/^\(SUBDIRS =.*\)demo\(.*\)$/\1\2/' \ -i Makefile.am Makefile.in || die "sed 2 failed" - # Needed for FreeBSD - Please do not remove - elibtoolize + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-rebuilds \ + --disable-static } src_install() { 1.51 x11-libs/goocanvas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 27 Apr 2014 09:16:31 -0000 1.50 +++ ChangeLog 23 Nov 2014 22:12:48 -0000 1.51 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/goocanvas # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/ChangeLog,v 1.50 2014/04/27 09:16:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/ChangeLog,v 1.51 2014/11/23 22:12:48 pacho Exp $ + + 23 Nov 2014; Pacho Ramos <[email protected]> goocanvas-1.0.0.ebuild: + Bump eapi, kill doc USE flag and follow current policies 27 Apr 2014; Pacho Ramos <[email protected]> -goocanvas-2.0.1.ebuild: drop old
