pacho 14/11/11 13:13:32 Modified: ChangeLog Added: clutter-gtk-1.6.0.ebuild Removed: clutter-gtk-1.4.4.ebuild Log: Version bump (now with stable 1.6.x finally, allowing us to move to it sooner from 1.5.x branch that was needed due it fixing important bugs for 3.12 even being a testing branch). Move away from clutter.eclass (#486362). Drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.57 media-libs/clutter-gtk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 23 Jul 2014 15:19:11 -0000 1.56 +++ ChangeLog 11 Nov 2014 13:13:32 -0000 1.57 @@ -1,6 +1,14 @@ # ChangeLog for media-libs/clutter-gtk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v 1.56 2014/07/23 15:19:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v 1.57 2014/11/11 13:13:32 pacho Exp $ + +*clutter-gtk-1.6.0 (11 Nov 2014) + + 11 Nov 2014; Pacho Ramos <[email protected]> +clutter-gtk-1.6.0.ebuild, + -clutter-gtk-1.4.4.ebuild: + Version bump (now with stable 1.6.x finally, allowing us to move to it sooner + from 1.5.x branch that was needed due it fixing important bugs for 3.12 even + being a testing branch). Move away from clutter.eclass (#486362). Drop old 23 Jul 2014; Agostino Sarubbo <[email protected]> clutter-gtk-1.5.2.ebuild: Stable for x86, wrt bug #512012 1.1 media-libs/clutter-gtk/clutter-gtk-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.6.0.ebuild?rev=1.1&content-type=text/plain Index: clutter-gtk-1.6.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.6.0.ebuild,v 1.1 2014/11/11 13:13:32 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" inherit gnome2 DESCRIPTION="Library for embedding a Clutter canvas (stage) in GTK+" HOMEPAGE="https://wiki.gnome.org/Projects/Clutter" LICENSE="LGPL-2.1+" SLOT="1.0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="examples +introspection" RDEPEND=" >=x11-libs/gtk+-3.6.0:3[introspection?] >=media-libs/clutter-1.18.0:1.0[introspection?] media-libs/cogl:1.0=[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) " DEPEND="${RDEPEND} dev-util/gtk-doc-am >=sys-devel/gettext-0.18 virtual/pkgconfig " src_configure() { gnome2_src_configure \ --disable-maintainer-flags \ --enable-deprecated \ $(use_enable introspection) } src_install() { gnome2_src_install if use examples; then insinto /usr/share/doc/${PF}/examples doins examples/{*.c,redhand.png} fi }
