From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B15571389E2 for ; Sun, 7 Dec 2014 21:28:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 939FFE0C32; Sun, 7 Dec 2014 21:27:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 090D9E0C1B for ; Sun, 7 Dec 2014 21:27:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D4A6340516 for ; Sun, 7 Dec 2014 21:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB511BD30 for ; Sun, 7 Dec 2014 21:27:56 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1417987657.669e94347e66497b15c2d1f9544df8d0ef994130.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/libsoup-gnome/, net-libs/libsoup-gnome/files/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/libsoup-gnome/files/libsoup-gnome-2.46.0-system-lib.patch net-libs/libsoup-gnome/libsoup-gnome-2.48.0.ebuild net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild X-VCS-Directories: net-libs/libsoup-gnome/files/ net-libs/libsoup-gnome/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 669e94347e66497b15c2d1f9544df8d0ef994130 X-VCS-Branch: master Date: Sun, 7 Dec 2014 21:27:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 62efed96-9eb7-451d-afd7-fd28f97df6b4 X-Archives-Hash: 3be61564f277a7bbc1be163c03622a3d commit: 669e94347e66497b15c2d1f9544df8d0ef994130 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 7 18:52:15 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 7 21:27:37 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=669e9434 net-libs/libsoup-gnome: 2.48.0 → 2.48.1 --- .../files/libsoup-gnome-2.46.0-system-lib.patch | 25 ++++++++++++++++++++++ ...e-2.48.0.ebuild => libsoup-gnome-2.48.1.ebuild} | 0 2 files changed, 25 insertions(+) diff --git a/net-libs/libsoup-gnome/files/libsoup-gnome-2.46.0-system-lib.patch b/net-libs/libsoup-gnome/files/libsoup-gnome-2.46.0-system-lib.patch index 15f7724..d731fc0 100644 --- a/net-libs/libsoup-gnome/files/libsoup-gnome-2.46.0-system-lib.patch +++ b/net-libs/libsoup-gnome/files/libsoup-gnome-2.46.0-system-lib.patch @@ -253,6 +253,31 @@ index 60920bd..26c5616 100644 +CLEANFILES += $(gir_DATA) $(typelib_DATA) $(BUILT_SOURCES) endif +@@ -326,6 +326,7 @@ + + # We only do this check on Linux, so we don't have to worry about + # different "nm" output on other platforms ++if BUILD_LIBSOUP + if OS_LINUX + check-local: + @echo Checking libsoup-2.4.so symbols +@@ -335,3 +336,16 @@ + env LANG=C sort -u | \ + diff -U0 $(srcdir)/libsoup-2.4.sym - >&2 + endif ++endif ++ ++if BUILD_LIBSOUP_GNOME ++if OS_LINUX ++check-local: ++ @echo Checking libsoup-gnome-2.4.so symbols ++ @nm $(builddir)/.libs/libsoup-gnome-2.4.so | \ ++ grep "^[[:xdigit:]]\+ [BTR] " | \ ++ sed "s/^[[:xdigit:]]\+ [BTR] //" | \ ++ env LANG=C sort -u | \ ++ diff -U0 $(srcdir)/libsoup-gnome-2.4.sym - >&2 ++endif ++endif -- 1.9.0 diff --git a/net-libs/libsoup-gnome/libsoup-gnome-2.48.0.ebuild b/net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild similarity index 100% rename from net-libs/libsoup-gnome/libsoup-gnome-2.48.0.ebuild rename to net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild