From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q5IIO-0007L1-Aq for garchives@archives.gentoo.org; Thu, 31 Mar 2011 13:52:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F32E1C07E; Thu, 31 Mar 2011 13:52:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F19301C07E for ; Thu, 31 Mar 2011 13:52:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C4401B41A0 for ; Thu, 31 Mar 2011 13:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CDAD18006D for ; Thu, 31 Mar 2011 13:52:01 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <5585a71d060a7ae12d26cb03ffb1cc594986f938.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gdk-pixbuf/, x11-libs/gdk-pixbuf/files/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.23.1-fix-annotations.patch x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.1-r1.ebuild x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.3.ebuild X-VCS-Directories: x11-libs/gdk-pixbuf/ x11-libs/gdk-pixbuf/files/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 5585a71d060a7ae12d26cb03ffb1cc594986f938 Date: Thu, 31 Mar 2011 13:52:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 33b50add815382a9cbe44b981a2dfeb9 commit: 5585a71d060a7ae12d26cb03ffb1cc594986f938 Author: Nirbheek Chauhan gentoo org> AuthorDate: Thu Mar 31 13:09:41 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Thu Mar 31 13:09:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5585a71d x11-libs/gdk-pixbuf: 2.23.1-r1 =E2=86=92 2.23.3 --- .../files/gdk-pixbuf-2.23.1-fix-annotations.patch | 39 --------------= ------ ...f-2.23.1-r1.ebuild =3D> gdk-pixbuf-2.23.3.ebuild} | 2 - 2 files changed, 0 insertions(+), 41 deletions(-) diff --git a/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.23.1-fix-annotations.= patch b/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.23.1-fix-annotations.patch deleted file mode 100644 index be107f6..0000000 --- a/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.23.1-fix-annotations.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 0a363032832ea243e0bae62df4113e18bb5cde99 Mon Sep 17 00:00:00 2001 -From: Nirbheek Chauhan -Date: Fri, 18 Mar 2011 09:25:02 +0530 -Subject: [PATCH] introspection: add more zero-termination array annotati= ons - -https://bugzilla.gnome.org/show_bug.cgi?id=3D639515 ---- - gdk-pixbuf/gdk-pixbuf-io.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c -index 3b75f73..466e661 100644 ---- a/gdk-pixbuf/gdk-pixbuf-io.c -+++ b/gdk-pixbuf/gdk-pixbuf-io.c -@@ -2235,8 +2235,8 @@ gdk_pixbuf_save (GdkPixbuf *pixbuf, - * @pixbuf: a #GdkPixbuf. - * @filename: name of file to save. - * @type: name of file format. -- * @option_keys: name of options to set, %NULL-terminated -- * @option_values: values for named options -+ * @option_keys: (array zero-terminated=3D1): name of options to set, %= NULL-terminated -+ * @option_values: (array zero-terminated=3D1): values for named option= s - * @error: (allow-none): return location for error, or %NULL - * - * Saves pixbuf to a file in @type, which is currently "jpeg", "png", "= tiff", "ico" or "bmp". -@@ -2532,8 +2532,8 @@ save_to_buffer_callback (const gchar *data, - * @buffer: location to receive a pointer to the new buffer. - * @buffer_size: location to receive the size of the new buffer. - * @type: name of file format. -- * @option_keys: name of options to set, %NULL-terminated -- * @option_values: values for named options -+ * @option_keys: (array zero-terminated=3D1): name of options to set, %= NULL-terminated -+ * @option_values: (array zero-terminated=3D1): values for named option= s - * @error: (allow-none): return location for error, or %NULL - * - * Saves pixbuf to a new buffer in format @type, which is currently "jp= eg", ---=20 -1.7.3.4 - diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.1-r1.ebuild b/x11-libs/g= dk-pixbuf/gdk-pixbuf-2.23.3.ebuild similarity index 97% rename from x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.1-r1.ebuild rename to x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.3.ebuild index 54f0f15..9c41709 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.1-r1.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.3.ebuild @@ -40,8 +40,6 @@ src_prepare() { # Only build against libX11 if the user wants to do so epatch "${FILESDIR}"/${PN}-2.21.4-fix-automagic-x11.patch =20 - epatch "${FILESDIR}/${PN}-2.23.1-fix-annotations.patch" - elibtoolize eautoreconf }