public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: dev-python/pygobject/files/, dev-python/pygobject/
Date: Fri,  1 Apr 2011 11:45:29 +0000 (UTC)	[thread overview]
Message-ID: <bab291738c843e2fbcfa74b7e704b46b60da3279.nirbheek@gentoo> (raw)

commit:     bab291738c843e2fbcfa74b7e704b46b60da3279
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 11:42:39 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 11:42:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bab29173

dev-python/pygobject: 2.28.0 → 2.28.3

---
 ...-2.28.3-support_multiple_python_versions.patch} |   33 +++++++++++--------
 ...bject-2.28.0.ebuild => pygobject-2.28.3.ebuild} |    2 +-
 2 files changed, 20 insertions(+), 15 deletions(-)

diff --git a/dev-python/pygobject/files/pygobject-2.28.0-support_multiple_python_versions.patch b/dev-python/pygobject/files/pygobject-2.28.3-support_multiple_python_versions.patch
similarity index 63%
rename from dev-python/pygobject/files/pygobject-2.28.0-support_multiple_python_versions.patch
rename to dev-python/pygobject/files/pygobject-2.28.3-support_multiple_python_versions.patch
index 8cccdc9..844f271 100644
--- a/dev-python/pygobject/files/pygobject-2.28.0-support_multiple_python_versions.patch
+++ b/dev-python/pygobject/files/pygobject-2.28.3-support_multiple_python_versions.patch
@@ -1,5 +1,6 @@
---- a/codegen/pygobject-codegen-2.0.in
-+++ b/codegen/pygobject-codegen-2.0.in
+diff -Naur pygobject-2.28.3/codegen/pygobject-codegen-2.0.in pygobject-2.28.3.new/codegen/pygobject-codegen-2.0.in
+--- pygobject-2.28.3/codegen/pygobject-codegen-2.0.in	2011-04-01 17:10:13.820719508 +0530
++++ pygobject-2.28.3.new/codegen/pygobject-codegen-2.0.in	2011-04-01 17:08:07.464719548 +0530
 @@ -4,7 +4,7 @@
  exec_prefix=@exec_prefix@
  datarootdir=@datarootdir@
@@ -9,19 +10,21 @@
  
  PYTHONPATH=$codegendir
  export PYTHONPATH
---- a/gi/Makefile.am
-+++ b/gi/Makefile.am
-@@ -26,7 +26,7 @@
+diff -Naur pygobject-2.28.3/gi/Makefile.am pygobject-2.28.3.new/gi/Makefile.am
+--- pygobject-2.28.3/gi/Makefile.am	2011-03-22 00:02:10.000000000 +0530
++++ pygobject-2.28.3.new/gi/Makefile.am	2011-04-01 17:08:49.836719533 +0530
+@@ -25,7 +25,7 @@
+ 	-export-symbols-regex "init_gi|PyInit__gi"
  _gi_la_LIBADD = \
  	$(GI_LIBS) \
- 	$(PYTHON_LIBS) \
 -	$(top_builddir)/glib/libpyglib-2.0-@PYTHON_BASENAME@.la
 +	$(top_builddir)/glib/libpyglib-2.0-@PYTHON_BASENAME@@PYTHON_VERSION@.la
  _gi_la_SOURCES = \
  	pygi-repository.c \
  	pygi-repository.h \
---- a/gio/Makefile.am
-+++ b/gio/Makefile.am
+diff -Naur pygobject-2.28.3/gio/Makefile.am pygobject-2.28.3.new/gio/Makefile.am
+--- pygobject-2.28.3/gio/Makefile.am	2011-03-23 03:04:52.000000000 +0530
++++ pygobject-2.28.3.new/gio/Makefile.am	2011-04-01 17:08:07.468719548 +0530
 @@ -67,7 +67,7 @@
  gio.c: $(GIO_DEFS) $(GIO_OVERRIDES)
  _gio_la_CFLAGS = $(GIO_CFLAGS)
@@ -31,8 +34,9 @@
  _gio_la_SOURCES = \
  	giomodule.c \
  	pygio-utils.c \
---- a/glib/Makefile.am
-+++ b/glib/Makefile.am
+diff -Naur pygobject-2.28.3/glib/Makefile.am pygobject-2.28.3.new/glib/Makefile.am
+--- pygobject-2.28.3/glib/Makefile.am	2011-03-23 03:04:52.000000000 +0530
++++ pygobject-2.28.3.new/glib/Makefile.am	2011-04-01 17:09:16.336719519 +0530
 @@ -4,7 +4,7 @@
  pkgincludedir = $(includedir)/pygtk-2.0
  pkginclude_HEADERS = pyglib.h
@@ -47,10 +51,10 @@
  endif
  
 -libpyglib_2_0_@PYTHON_BASENAME@_la_CFLAGS = $(GLIB_CFLAGS)
--libpyglib_2_0_@PYTHON_BASENAME@_la_LIBADD = $(GLIB_LIBS) $(FFI_LIBS) $(PYTHON_LIBS)
+-libpyglib_2_0_@PYTHON_BASENAME@_la_LIBADD = $(GLIB_LIBS) $(FFI_LIBS)
 -libpyglib_2_0_@PYTHON_BASENAME@_la_SOURCES = 	\
 +libpyglib_2_0_@PYTHON_BASENAME@@PYTHON_VERSION@_la_CFLAGS = $(GLIB_CFLAGS)
-+libpyglib_2_0_@PYTHON_BASENAME@@PYTHON_VERSION@_la_LIBADD = $(GLIB_LIBS) $(FFI_LIBS) $(PYTHON_LIBS)
++libpyglib_2_0_@PYTHON_BASENAME@@PYTHON_VERSION@_la_LIBADD = $(GLIB_LIBS) $(FFI_LIBS)
 +libpyglib_2_0_@PYTHON_BASENAME@@PYTHON_VERSION@_la_SOURCES = 	\
  	pyglib.c		\
  	pyglib.h		\
@@ -64,8 +68,9 @@
  _glib_la_SOURCES = 	 	\
  	glibmodule.c	 	\
  	pygiochannel.c 	 	\
---- a/gobject/Makefile.am
-+++ b/gobject/Makefile.am
+diff -Naur pygobject-2.28.3/gobject/Makefile.am pygobject-2.28.3.new/gobject/Makefile.am
+--- pygobject-2.28.3/gobject/Makefile.am	2011-03-23 03:04:52.000000000 +0530
++++ pygobject-2.28.3.new/gobject/Makefile.am	2011-04-01 17:08:07.471719548 +0530
 @@ -35,7 +35,7 @@
  _gobject_la_LIBADD = \
  	$(GLIB_LIBS) \

diff --git a/dev-python/pygobject/pygobject-2.28.0.ebuild b/dev-python/pygobject/pygobject-2.28.3.ebuild
similarity index 98%
rename from dev-python/pygobject/pygobject-2.28.0.ebuild
rename to dev-python/pygobject/pygobject-2.28.3.ebuild
index 854ae96..9d93a65 100644
--- a/dev-python/pygobject/pygobject-2.28.0.ebuild
+++ b/dev-python/pygobject/pygobject-2.28.3.ebuild
@@ -58,7 +58,7 @@ src_prepare() {
 	epatch "${FILESDIR}/${PN}-2.28.0-make_check.patch"
 
 	# Support installation for multiple Python versions
-	epatch "${FILESDIR}/${PN}-2.28.0-support_multiple_python_versions.patch"
+	epatch "${FILESDIR}/${PN}-2.28.3-support_multiple_python_versions.patch"
 
 	# Disable tests that fail
 	epatch "${FILESDIR}/${PN}-2.28.0-disable-failing-tests.patch"



             reply	other threads:[~2011-04-01 11:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-01 11:45 Nirbheek Chauhan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-09-18 20:24 [gentoo-commits] proj/gnome:master commit in: dev-python/pygobject/files/, dev-python/pygobject/ Mart Raudsepp
2013-11-25 23:15 Gilles Dartiguelongue
2012-12-17 11:12 Alexandre Rostovtsev
2012-09-25 15:46 Alexandre Rostovtsev
2012-03-21 18:27 Alexandre Restovtsev
2011-04-29 12:47 Nirbheek Chauhan
2011-04-10 18:04 Gilles Dartiguelongue
2011-03-12  3:12 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bab291738c843e2fbcfa74b7e704b46b60da3279.nirbheek@gentoo \
    --to=nirbheek@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox