pacho 14/07/08 11:58:23 Modified: ChangeLog Added: libgnomecanvasmm-2.26.0-r1.ebuild Log: Bump to eapi5 and set GCONF_DEBUG properly (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.83 dev-cpp/libgnomecanvasmm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog?rev=1.83&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog?r1=1.82&r2=1.83 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- ChangeLog 4 May 2012 03:44:58 -0000 1.82 +++ ChangeLog 8 Jul 2014 11:58:23 -0000 1.83 @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/libgnomecanvasmm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v 1.82 2012/05/04 03:44:58 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v 1.83 2014/07/08 11:58:23 pacho Exp $ + +*libgnomecanvasmm-2.26.0-r1 (08 Jul 2014) + + 08 Jul 2014; Pacho Ramos <[email protected]> + +libgnomecanvasmm-2.26.0-r1.ebuild: + Bump to eapi5 and set GCONF_DEBUG properly 04 May 2012; Jeff Horelick <[email protected]> libgnomecanvasmm-2.26.0.ebuild: @@ -338,4 +344,3 @@ gnome2.eclass version of foser <[email protected]> gnome-c++ bindings. initial release - 1.1 dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild?rev=1.1&content-type=text/plain Index: libgnomecanvasmm-2.26.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild,v 1.1 2014/07/08 11:58:23 pacho Exp $ EAPI="5" GCONF_DEBUG="no" GNOME_TARBALL_SUFFIX="bz2" inherit gnome2 DESCRIPTION="C++ bindings for libgnomecanvas" HOMEPAGE="http://www.gtkmm.org" LICENSE="LGPL-2.1" SLOT="2.6" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc examples" RDEPEND=" >=gnome-base/libgnomecanvas-2.6 >=dev-cpp/gtkmm-2.4:2.4 " DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) " src_prepare() { if ! use examples; then # don't waste time building the examples sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \ die "sed Makefile.in failed" fi gnome2_src_prepare } src_compile() { gnome2_src_compile if use doc; then cd "${S}/docs/reference" emake all || die "failed to build API docs" fi } src_install() { gnome2_src_install if use doc ; then dohtml -r docs/reference/html/* fi if use examples; then cp -R examples "${D}/usr/share/doc/${PF}" fi }
