public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: gobject-introspection-0.9.10.ebuild gobject-introspection-0.9.0-r1.ebuild ChangeLog gobject-introspection-0.6.9.ebuild
@ 2010-10-02 14:06 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2010-10-02 14:06 UTC (permalink / raw
  To: gentoo-commits

eva         10/10/02 14:06:37

  Modified:             ChangeLog
  Added:                gobject-introspection-0.9.10.ebuild
                        gobject-introspection-0.9.0-r1.ebuild
  Removed:              gobject-introspection-0.6.9.ebuild
  Log:
  Version bump. Fix build with python 2.7, bug #327759. Install documentation with USE=doc, bug #335110.
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-libs/gobject-introspection/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	21 Sep 2010 07:36:33 -0000	1.10
+++ ChangeLog	2 Oct 2010 14:06:37 -0000	1.11
@@ -1,6 +1,17 @@
 # ChangeLog for dev-libs/gobject-introspection
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.10 2010/09/21 07:36:33 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.11 2010/10/02 14:06:37 eva Exp $
+
+*gobject-introspection-0.9.10 (02 Oct 2010)
+*gobject-introspection-0.9.0-r1 (02 Oct 2010)
+
+  02 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  -gobject-introspection-0.6.9.ebuild,
+  +gobject-introspection-0.9.0-r1.ebuild,
+  +files/gobject-introspection-0.9.0-python27.patch,
+  +gobject-introspection-0.9.10.ebuild:
+  Version bump. Fix build with python 2.7, bug #327759. Install
+  documentation with USE=doc, bug #335110.
 
 *gobject-introspection-0.9.6 (21 Sep 2010)
 



1.1                  dev-libs/gobject-introspection/gobject-introspection-0.9.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.9.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.9.10.ebuild?rev=1.1&content-type=text/plain

Index: gobject-introspection-0.9.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.9.10.ebuild,v 1.1 2010/10/02 14:06:37 eva Exp $

EAPI="3"
GCONF_DEBUG="no"
PYTHON_DEPEND="2:2.5"

inherit gnome2 python

DESCRIPTION="Introspection infrastructure for gobject library bindings"
HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"

LICENSE="LGPL-2 GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~x86"
IUSE="doc test"

RDEPEND=">=dev-libs/glib-2.24:2
	virtual/libffi"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/flex
	doc? ( >=dev-util/gtk-doc-1.12 )
	test? ( x11-libs/cairo )"

DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO"

pkg_setup() {
	G2CONF="${G2CONF}
		--disable-static
		$(use_enable test tests)"

	python_set_active_version 2
}

src_prepare() {
	# FIXME: Parallel compilation failure with USE=doc
	use doc && MAKEOPTS="-j1"

	# Don't pre-compile .py
	ln -sf $(type -P true) py-compile
}

src_install() {
	gnome2_src_install
	find "${ED}" -name "*.la" -delete || die
}

pkg_postinst() {
	python_mod_optimize /usr/$(get_libdir)/${PN}/giscanner
	python_need_rebuild
}

pkg_postrm() {
	python_mod_cleanup /usr/lib*/${PN}/giscanner
}



1.1                  dev-libs/gobject-introspection/gobject-introspection-0.9.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.9.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.9.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: gobject-introspection-0.9.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.9.0-r1.ebuild,v 1.1 2010/10/02 14:06:37 eva Exp $

EAPI="3"
GCONF_DEBUG="no"
PYTHON_DEPEND="2:2.5"

inherit eutils gnome2 python

DESCRIPTION="Introspection infrastructure for gobject library bindings"
HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"

LICENSE="LGPL-2 GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~x86"
IUSE="doc test"

RDEPEND=">=dev-libs/glib-2.19.0
	virtual/libffi"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/flex
	doc? ( >=dev-util/gtk-doc-1.12 )
	test? ( x11-libs/cairo )"

DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO"

pkg_setup() {
	G2CONF="${G2CONF}
		--disable-static
		$(use_enable test tests)"

	python_set_active_version 2
}

src_prepare() {
	# Fix build with python 2.7, bug #327759
	epatch "${FILESDIR}/${P}-python27.patch"

	# FIXME: Parallel compilation failure with USE=doc
	use doc && MAKEOPTS="-j1"

	# Don't pre-compile .py
	ln -sf $(type -P true) py-compile
}

src_install() {
	gnome2_src_install
	find "${ED}" -name "*.la" -delete || die
}

pkg_postinst() {
	python_mod_optimize /usr/$(get_libdir)/${PN}/giscanner
	python_need_rebuild
}

pkg_postrm() {
	python_mod_cleanup /usr/lib*/${PN}/giscanner
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-02 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 14:06 [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: gobject-introspection-0.9.10.ebuild gobject-introspection-0.9.0-r1.ebuild ChangeLog gobject-introspection-0.6.9.ebuild Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox