public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Priit Laes" <plaes@plaes.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/libsoup/, net-libs/libsoup-gnome/, net-libs/libsoup-gnome/files/
Date: Tue, 17 Jul 2012 07:53:25 +0000 (UTC)	[thread overview]
Message-ID: <1342511534.b7540041767f91721ace7cbf23aa0723f57c2d44.plaes@gentoo> (raw)

commit:     b7540041767f91721ace7cbf23aa0723f57c2d44
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Tue Jul 17 07:52:14 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Tue Jul 17 07:52:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b7540041

net-libs/libsoup{,-gnome}: 2.39.3 → 2.39.4

---
 .../files/libsoup-gnome-system-lib.patch           |   37 +++++++++++---------
 ...e-2.39.3.ebuild => libsoup-gnome-2.39.4.ebuild} |    0
 ...libsoup-2.39.3.ebuild => libsoup-2.39.4.ebuild} |    1 +
 3 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/net-libs/libsoup-gnome/files/libsoup-gnome-system-lib.patch b/net-libs/libsoup-gnome/files/libsoup-gnome-system-lib.patch
index c81aa42..43c5213 100644
--- a/net-libs/libsoup-gnome/files/libsoup-gnome-system-lib.patch
+++ b/net-libs/libsoup-gnome/files/libsoup-gnome-system-lib.patch
@@ -1,8 +1,11 @@
-From e09af88ff4b0eca56eda4b504e465430d3b6ec67 Mon Sep 17 00:00:00 2001
+From babf258fd91930cc9e1d200f0c6332526c4867a5 Mon Sep 17 00:00:00 2001
 From: Priit Laes <plaes@plaes.org>
-Date: Tue, 3 Jul 2012 13:59:03 +0300
-Subject: [PATCH] Split libsoup-gnome
+Date: Tue, 20 Dec 2011 15:42:44 +0200
+Subject: [PATCH] Split support for libsoup-gnome
 
+https://bugzilla.gnome.org/show_bug.cgi?id=595065
+
+Original patch by Romain Perier.
 ---
  Makefile.am         |   12 ++++++++++--
  configure.ac        |   35 +++++++++++++++++++++++------------
@@ -40,7 +43,7 @@ index 18bf80a..046f945 100644
  if BUILD_LIBSOUP_GNOME
  pkgconfig_DATA += libsoup-gnome-2.4.pc
 diff --git a/configure.ac b/configure.ac
-index 59ee43c..132ca89 100644
+index 1057f63..648afc7 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -71,20 +71,27 @@ LT_INIT([win32-dll])
@@ -95,10 +98,10 @@ index 59ee43c..132ca89 100644
  [Could not find sqlite3 devel files:
  
 diff --git a/libsoup/Makefile.am b/libsoup/Makefile.am
-index c337b7f..4cf431d 100644
+index fdba1ef..b44ec8b 100644
 --- a/libsoup/Makefile.am
 +++ b/libsoup/Makefile.am
-@@ -6,16 +6,19 @@ if OS_WIN32
+@@ -8,16 +8,19 @@ if OS_WIN32
  LIBWS2_32 = -lws2_32
  endif
  
@@ -122,7 +125,7 @@ index c337b7f..4cf431d 100644
  
  libsoupincludedir = $(includedir)/libsoup-2.4/libsoup
  
-@@ -69,7 +72,7 @@ libsoupinclude_HEADERS =	\
+@@ -71,7 +74,7 @@ libsoupinclude_HEADERS =	\
  	$(soup_headers)		\
  	soup-enum-types.h
  
@@ -131,15 +134,15 @@ index c337b7f..4cf431d 100644
  
  libsoup_2_4_la_LDFLAGS =	\
  	-version-info $(SOUP_CURRENT):$(SOUP_REVISION):$(SOUP_AGE) -no-undefined
-@@ -182,6 +185,7 @@ TLD_DATA_FILE=$(top_srcdir)/data/effective_tld_names.dat
- 
- tld_data.inc: $(TLD_DATA_FILE)
- 	$(builddir)/tld-parser $(TLD_DATA_FILE) $(srcdir)/tld_data.inc
+@@ -170,6 +173,7 @@ libsoup_2_4_la_SOURCES =		\
+ 	soup-uri.c			\
+ 	soup-value-utils.c		\
+ 	soup-xmlrpc.c
 +endif
  
- if BUILD_LIBSOUP_GNOME
- 
-@@ -195,6 +199,10 @@ endif
+ # TLD rules
+ EXTRA_DIST += tld-parser.py
+@@ -191,6 +195,10 @@ endif
  
  libsoupgnomeincludedir = $(includedir)/libsoup-gnome-2.4/libsoup
  
@@ -150,7 +153,7 @@ index c337b7f..4cf431d 100644
  libsoupgnomeinclude_HEADERS =	\
  	soup-cookie-jar-sqlite.h\
  	soup-gnome.h		\
-@@ -202,14 +210,24 @@ libsoupgnomeinclude_HEADERS =	\
+@@ -198,14 +206,24 @@ libsoupgnomeinclude_HEADERS =	\
  
  lib_LTLIBRARIES += libsoup-gnome-2.4.la
  
@@ -176,7 +179,7 @@ index c337b7f..4cf431d 100644
  libsoup_gnome_2_4_la_SOURCES =		\
  	soup-cookie-jar-sqlite.c	\
  	soup-gnome-features.c		\
-@@ -239,6 +257,8 @@ INTROSPECTION_COMPILER_ARGS = --includedir=.
+@@ -235,6 +253,8 @@ INTROSPECTION_COMPILER_ARGS = --includedir=.
  
  if HAVE_INTROSPECTION
  
@@ -185,7 +188,7 @@ index c337b7f..4cf431d 100644
  # Core library
  gi_soup_files = \
  	$(filter-out soup.h soup-enum-types.% soup-marshal.% soup-proxy-resolver.h,\
-@@ -260,20 +280,28 @@ Soup_2_4_gir_FILES = \
+@@ -256,20 +276,28 @@ Soup_2_4_gir_FILES = \
  
  INTROSPECTION_GIRS += Soup-2.4.gir
  

diff --git a/net-libs/libsoup-gnome/libsoup-gnome-2.39.3.ebuild b/net-libs/libsoup-gnome/libsoup-gnome-2.39.4.ebuild
similarity index 100%
rename from net-libs/libsoup-gnome/libsoup-gnome-2.39.3.ebuild
rename to net-libs/libsoup-gnome/libsoup-gnome-2.39.4.ebuild

diff --git a/net-libs/libsoup/libsoup-2.39.3.ebuild b/net-libs/libsoup/libsoup-2.39.4.ebuild
similarity index 99%
rename from net-libs/libsoup/libsoup-2.39.3.ebuild
rename to net-libs/libsoup/libsoup-2.39.4.ebuild
index 110db63..1fe51d9 100644
--- a/net-libs/libsoup/libsoup-2.39.3.ebuild
+++ b/net-libs/libsoup/libsoup-2.39.4.ebuild
@@ -30,6 +30,7 @@ RDEPEND=">=dev-libs/glib-2.33.1:2
 	samba? ( net-fs/samba )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
+	dev-lang/python
 	>=dev-util/intltool-0.35
 	>=dev-util/gtk-doc-am-1.10
 	doc? ( >=dev-util/gtk-doc-1.10 )"



             reply	other threads:[~2012-07-17  7:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-17  7:53 Priit Laes [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-03-08 12:02 [gentoo-commits] proj/gnome:master commit in: net-libs/libsoup/, net-libs/libsoup-gnome/, net-libs/libsoup-gnome/files/ Priit Laes
2012-01-17 12:51 Priit Laes
2011-12-20 15:29 Priit Laes
2011-10-18  7:37 Alexandre Restovtsev
2011-04-05  0:57 Nirbheek Chauhan
2011-03-22 15:27 Priit Laes

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=1342511534.b7540041767f91721ace7cbf23aa0723f57c2d44.plaes@gentoo \
    --to=plaes@plaes.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