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-1.36.0.ebuild ChangeLog
@ 2013-03-28 16:43 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-03-28 16:43 UTC (permalink / raw
  To: gentoo-commits

pacho       13/03/28 16:43:12

  Modified:             ChangeLog
  Added:                gobject-introspection-1.36.0.ebuild
  Log:
  Version bump for Gnome 3.8
  
  (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	5 Mar 2013 23:13:55 -0000	1.88
+++ ChangeLog	28 Mar 2013 16:43:12 -0000	1.89
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/gobject-introspection
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.88 2013/03/05 23:13:55 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.89 2013/03/28 16:43:12 pacho Exp $
+
+*gobject-introspection-1.36.0 (28 Mar 2013)
+
+  28 Mar 2013; Pacho Ramos <pacho@gentoo.org>
+  +gobject-introspection-1.36.0.ebuild:
+  Version bump for Gnome 3.8
 
   05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
   -gobject-introspection-1.30.0-r2.ebuild,



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

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

Index: gobject-introspection-1.36.0.ebuild
===================================================================
# Copyright 1999-2013 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.36.0.ebuild,v 1.1 2013/03/28 16:43:12 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"

inherit eutils gnome2 python-single-r1 toolchain-funcs

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

LICENSE="LGPL-2+ GPL-2+"
SLOT="0"
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"

IUSE="cairo doctool test"

RDEPEND="
	>=dev-libs/gobject-introspection-common-${PV}
	>=dev-libs/glib-2.36:2
	doctool? ( dev-python/mako )
	virtual/libffi:=
"
# Wants real bison, not virtual/yacc
DEPEND="${RDEPEND}
	>=dev-util/gtk-doc-am-1.15
	sys-devel/bison
	sys-devel/flex
	virtual/pkgconfig
"
# PDEPEND to avoid circular dependencies, bug #391213
PDEPEND="cairo? ( x11-libs/cairo[glib] )"

pkg_setup() {
	python-single-r1_pkg_setup
}

src_prepare() {
	# To prevent crosscompiling problems, bug #414105
	CC=$(tc-getCC)

	DOCS="AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO"
	gnome2_src_prepare

	# avoid GNU-isms
	sed -i -e 's/\(if test .* \)==/\1=/' configure || die

	gi_skip_tests=
	if ! has_version "x11-libs/cairo[glib]"; then
		# Bug #391213: enable cairo-gobject support even if it's not installed
		# We only PDEPEND on cairo to avoid circular dependencies
		export CAIRO_LIBS="-lcairo -lcairo-gobject"
		export CAIRO_CFLAGS="-I${EPREFIX}/usr/include/cairo"
		if use test; then
			G2CONF="${G2CONF} --disable-tests"
			gi_skip_tests=yes
			ewarn "Tests will be skipped because x11-libs/cairo[glib] is not present"
			ewarn "on your system. Consider installing it to get tests to run."
		fi
	fi
}
src_configure(){
	gnome2_src_configure \
		--disable-static \
		YACC=$(type -p yacc) \
		$(use_with cairo) \
		$(use_enable doctool) \
		$(use_enable test tests)
}
src_test() {
	[[ -z ${gi_skip_tests} ]] && default
}

src_install() {
	gnome2_src_install

	# Prevent collision with gobject-introspection-common
	rm -v "${ED}"usr/share/aclocal/introspection.m4 \
		"${ED}"usr/share/gobject-introspection-1.0/Makefile.introspection || die
	rmdir "${ED}"usr/share/aclocal || die
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: gobject-introspection-1.36.0.ebuild ChangeLog
@ 2013-03-29 11:05 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-03-29 11:05 UTC (permalink / raw
  To: gentoo-commits

pacho       13/03/29 11:05:47

  Modified:             gobject-introspection-1.36.0.ebuild ChangeLog
  Log:
  tests configure options were dropped by upstream, thanks to plaes for noticing
  
  (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild

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

Index: gobject-introspection-1.36.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gobject-introspection-1.36.0.ebuild	28 Mar 2013 16:43:12 -0000	1.1
+++ gobject-introspection-1.36.0.ebuild	29 Mar 2013 11:05:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.36.0.ebuild,v 1.1 2013/03/28 16:43:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v 1.2 2013/03/29 11:05:47 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -48,18 +48,11 @@
 	# avoid GNU-isms
 	sed -i -e 's/\(if test .* \)==/\1=/' configure || die
 
-	gi_skip_tests=
 	if ! has_version "x11-libs/cairo[glib]"; then
 		# Bug #391213: enable cairo-gobject support even if it's not installed
 		# We only PDEPEND on cairo to avoid circular dependencies
 		export CAIRO_LIBS="-lcairo -lcairo-gobject"
 		export CAIRO_CFLAGS="-I${EPREFIX}/usr/include/cairo"
-		if use test; then
-			G2CONF="${G2CONF} --disable-tests"
-			gi_skip_tests=yes
-			ewarn "Tests will be skipped because x11-libs/cairo[glib] is not present"
-			ewarn "on your system. Consider installing it to get tests to run."
-		fi
 	fi
 }
 src_configure(){
@@ -67,11 +60,7 @@
 		--disable-static \
 		YACC=$(type -p yacc) \
 		$(use_with cairo) \
-		$(use_enable doctool) \
-		$(use_enable test tests)
-}
-src_test() {
-	[[ -z ${gi_skip_tests} ]] && default
+		$(use_enable doctool)
 }
 
 src_install() {



1.90                 dev-libs/gobject-introspection/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	28 Mar 2013 16:43:12 -0000	1.89
+++ ChangeLog	29 Mar 2013 11:05:47 -0000	1.90
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/gobject-introspection
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.89 2013/03/28 16:43:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.90 2013/03/29 11:05:47 pacho Exp $
+
+  29 Mar 2013; Pacho Ramos <pacho@gentoo.org>
+  gobject-introspection-1.36.0.ebuild:
+  tests configure options were dropped by upstream, thanks to plaes for noticing
 
 *gobject-introspection-1.36.0 (28 Mar 2013)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: gobject-introspection-1.36.0.ebuild ChangeLog
@ 2013-04-07  9:49 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-04-07  9:49 UTC (permalink / raw
  To: gentoo-commits

pacho       13/04/07 09:49:52

  Modified:             gobject-introspection-1.36.0.ebuild ChangeLog
  Log:
  Older vala versions will fail with gobject-introspection-1.36 (#463720)
  
  (Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild

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

Index: gobject-introspection-1.36.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gobject-introspection-1.36.0.ebuild	29 Mar 2013 11:05:47 -0000	1.2
+++ gobject-introspection-1.36.0.ebuild	7 Apr 2013 09:49:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.36.0.ebuild,v 1.2 2013/03/29 11:05:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v 1.3 2013/04/07 09:49:52 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -18,18 +18,18 @@
 
 IUSE="cairo doctool test"
 
-RDEPEND="
-	>=dev-libs/gobject-introspection-common-${PV}
+RDEPEND=">=dev-libs/gobject-introspection-common-${PV}
 	>=dev-libs/glib-2.36:2
 	doctool? ( dev-python/mako )
-	virtual/libffi:=
-"
+	virtual/libffi:="
+
 # Wants real bison, not virtual/yacc
 DEPEND="${RDEPEND}
 	>=dev-util/gtk-doc-am-1.15
 	sys-devel/bison
 	sys-devel/flex
 	virtual/pkgconfig
+	!<dev-lang/vala-0.20.0
 "
 # PDEPEND to avoid circular dependencies, bug #391213
 PDEPEND="cairo? ( x11-libs/cairo[glib] )"



1.91                 dev-libs/gobject-introspection/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	29 Mar 2013 11:05:47 -0000	1.90
+++ ChangeLog	7 Apr 2013 09:49:52 -0000	1.91
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/gobject-introspection
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.90 2013/03/29 11:05:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.91 2013/04/07 09:49:52 pacho Exp $
+
+  07 Apr 2013; Pacho Ramos <pacho@gentoo.org>
+  gobject-introspection-1.36.0.ebuild:
+  Older vala versions will fail with gobject-introspection-1.36 (#463720)
 
   29 Mar 2013; Pacho Ramos <pacho@gentoo.org>
   gobject-introspection-1.36.0.ebuild:





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: gobject-introspection-1.36.0.ebuild ChangeLog
@ 2013-05-18 14:08 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-05-18 14:08 UTC (permalink / raw
  To: gentoo-commits

pacho       13/05/18 14:08:22

  Modified:             gobject-introspection-1.36.0.ebuild ChangeLog
  Log:
  Place blockers in proper place
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild

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

Index: gobject-introspection-1.36.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gobject-introspection-1.36.0.ebuild	7 Apr 2013 09:49:52 -0000	1.3
+++ gobject-introspection-1.36.0.ebuild	18 May 2013 14:08:22 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.36.0.ebuild,v 1.3 2013/04/07 09:49:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0.ebuild,v 1.4 2013/05/18 14:08:22 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -18,18 +18,19 @@
 
 IUSE="cairo doctool test"
 
-RDEPEND=">=dev-libs/gobject-introspection-common-${PV}
+RDEPEND="
+	>=dev-libs/gobject-introspection-common-${PV}
 	>=dev-libs/glib-2.36:2
 	doctool? ( dev-python/mako )
-	virtual/libffi:="
-
+	virtual/libffi:=
+	!<dev-lang/vala-0.20.0
+"
 # Wants real bison, not virtual/yacc
 DEPEND="${RDEPEND}
 	>=dev-util/gtk-doc-am-1.15
 	sys-devel/bison
 	sys-devel/flex
 	virtual/pkgconfig
-	!<dev-lang/vala-0.20.0
 "
 # PDEPEND to avoid circular dependencies, bug #391213
 PDEPEND="cairo? ( x11-libs/cairo[glib] )"



1.92                 dev-libs/gobject-introspection/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	7 Apr 2013 09:49:52 -0000	1.91
+++ ChangeLog	18 May 2013 14:08:22 -0000	1.92
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/gobject-introspection
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.91 2013/04/07 09:49:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.92 2013/05/18 14:08:22 pacho Exp $
+
+  18 May 2013; Pacho Ramos <pacho@gentoo.org>
+  gobject-introspection-1.36.0.ebuild:
+  Place blockers in proper place
 
   07 Apr 2013; Pacho Ramos <pacho@gentoo.org>
   gobject-introspection-1.36.0.ebuild:





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-18 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 16:43 [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: gobject-introspection-1.36.0.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-29 11:05 Pacho Ramos (pacho)
2013-04-07  9:49 Pacho Ramos (pacho)
2013-05-18 14:08 Pacho Ramos (pacho)

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