pacho 15/06/14 13:32:27 Modified: metadata.xml cogl-1.20.0.ebuild ChangeLog Log: Stop using clutter.eclass (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.6 media-libs/cogl/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml 23 Dec 2014 22:25:58 -0000 1.5 +++ metadata.xml 14 Jun 2015 13:32:27 -0000 1.6 @@ -3,9 +3,8 @@ <pkgmetadata> <herd>gnome</herd> <use> - <flag name="gles2">Enable OpenGL ES 2.0 support</flag> - <flag name="kms">Enable KMS support.</flag> - <flag name="pango">Build cogl-pango library for <pkg>x11-libs/pango</pkg> - integration</flag> + <flag name="gles2">Enable OpenGL ES 2.0 support</flag> + <flag name="kms">Enable KMS support.</flag> + <flag name="pango">Build cogl-pango library for <pkg>x11-libs/pango</pkg> integration</flag> </use> </pkgmetadata> 1.2 media-libs/cogl/cogl-1.20.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.20.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.20.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.20.0.ebuild?r1=1.1&r2=1.2 Index: cogl-1.20.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.20.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cogl-1.20.0.ebuild 8 Jun 2015 22:21:49 -0000 1.1 +++ cogl-1.20.0.ebuild 14 Jun 2015 13:32:27 -0000 1.2 @@ -1,21 +1,22 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.20.0.ebuild,v 1.1 2015/06/08 22:21:49 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.20.0.ebuild,v 1.2 2015/06/14 13:32:27 pacho Exp $ EAPI="5" -CLUTTER_LA_PUNT="yes" +GCONF_DEBUG="yes" -# Inherit gnome2 after clutter to download sources from gnome.org -inherit clutter gnome2 multilib virtualx +inherit gnome2 multilib virtualx DESCRIPTION="A library for using 3D graphics hardware to draw pretty pictures" HOMEPAGE="http://www.cogl3d.org/" LICENSE="MIT BSD" SLOT="1.0/20" # subslot = .so version + # doc and profile disable for now due bugs #484750 and #483332 IUSE="examples gles2 gstreamer +introspection +kms +opengl +pango test wayland" # doc profile REQUIRED_USE="wayland? ( gles2 )" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" COMMON_DEPEND=" @@ -34,7 +35,7 @@ media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) - introspection? ( >=dev-libs/gobject-introspection-1.34.2 ) + introspection? ( >=dev-libs/gobject-introspection-1.34.2:= ) kms? ( media-libs/mesa[gbm] x11-libs/libdrm:= ) @@ -45,7 +46,8 @@ " # before clutter-1.7, cogl was part of clutter RDEPEND="${COMMON_DEPEND} - !<media-libs/clutter-1.7" + !<media-libs/clutter-1.7 +" DEPEND="${COMMON_DEPEND} >=dev-util/gtk-doc-am-1.13 sys-devel/gettext @@ -118,10 +120,12 @@ } src_install() { - DOCS="NEWS README" - EXAMPLES="examples/{*.c,*.jpg}" + if use examples; then + insinto /usr/share/doc/${PF}/examples + doins examples/{*.c,*.jpg} + fi - clutter_src_install + gnome2_src_install # Remove silly examples-data directory rm -rvf "${ED}/usr/share/cogl/examples-data/" || die 1.59 media-libs/cogl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 11 Jun 2015 20:53:18 -0000 1.58 +++ ChangeLog 14 Jun 2015 13:32:27 -0000 1.59 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/cogl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.58 2015/06/11 20:53:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.59 2015/06/14 13:32:27 pacho Exp $ + + 14 Jun 2015; Pacho Ramos <[email protected]> cogl-1.20.0.ebuild, metadata.xml: + Stop using clutter.eclass 11 Jun 2015; Pacho Ramos <[email protected]> -cogl-1.18.2.ebuild: Drop old
