pacho 14/08/02 09:17:09 Modified: gobject-introspection-1.40.0.ebuild ChangeLog Log: Rework the way we force glib and goi to be in sync (#518424 by Alexander Tsoy) (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.5 dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild?r1=1.4&r2=1.5 Index: gobject-introspection-1.40.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gobject-introspection-1.40.0.ebuild 28 Jul 2014 13:42:47 -0000 1.4 +++ gobject-introspection-1.40.0.ebuild 2 Aug 2014 09:17:09 -0000 1.5 @@ -1,16 +1,16 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild,v 1.4 2014/07/28 13:42:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild,v 1.5 2014/08/02 09:17:09 pacho Exp $ EAPI="5" GCONF_DEBUG="no" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" -inherit gnome2 python-single-r1 toolchain-funcs +inherit gnome2 python-single-r1 toolchain-funcs versionator DESCRIPTION="Introspection infrastructure for generating gobject library bindings for various languages" -HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" +HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection" LICENSE="LGPL-2+ GPL-2+" SLOT="0" @@ -22,9 +22,10 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # virtual/pkgconfig needed at runtime, bug #505408 +# We force glib and goi to be in sync by this way as explained in bug #518424 RDEPEND=" >=dev-libs/gobject-introspection-common-${PV} - >=dev-libs/glib-2.36:2 + >=dev-libs/glib-2.$(get_version_component_range 2):2 doctool? ( dev-python/mako ) virtual/libffi:= virtual/pkgconfig 1.122 dev-libs/gobject-introspection/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.122&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.122&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.121&r2=1.122 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- ChangeLog 28 Jul 2014 13:42:47 -0000 1.121 +++ ChangeLog 2 Aug 2014 09:17:09 -0000 1.122 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/gobject-introspection # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.121 2014/07/28 13:42:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.122 2014/08/02 09:17:09 pacho Exp $ + + 02 Aug 2014; Pacho Ramos <[email protected]> + gobject-introspection-1.40.0.ebuild: + Rework the way we force glib and goi to be in sync (#518424 by Alexander Tsoy) 28 Jul 2014; Agostino Sarubbo <[email protected]> gobject-introspection-1.40.0.ebuild:
