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 1PnGQa-0008WS-6X for garchives@archives.gentoo.org; Wed, 09 Feb 2011 20:14:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1CE7E09FB; Wed, 9 Feb 2011 20:13:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 72044E09E1 for ; Wed, 9 Feb 2011 20:13:24 +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 AE6A81B42FC for ; Wed, 9 Feb 2011 20:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 234E58006D for ; Wed, 9 Feb 2011 20:13:23 +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: <07c7b8dfda219aab7204af01fc8155a4a72f566f.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/files/, dev-libs/gdl/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gdl/files/gdl-2.91.4-parallel-install.patch dev-libs/gdl/gdl-2.91.4.ebuild X-VCS-Directories: dev-libs/gdl/files/ dev-libs/gdl/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 07c7b8dfda219aab7204af01fc8155a4a72f566f Date: Wed, 9 Feb 2011 20:13:23 +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: 7382d8b49879628ec772a54f475a13fe commit: 07c7b8dfda219aab7204af01fc8155a4a72f566f Author: Nirbheek Chauhan gentoo org> AuthorDate: Wed Feb 9 20:10:10 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Feb 9 20:11:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D07c7b8df Add dev-libs/gdl-2.91.4:3 needed by anjuta --- .../gdl/files/gdl-2.91.4-parallel-install.patch | 66 ++++++++++++++= ++++++ dev-libs/gdl/gdl-2.91.4.ebuild | 38 +++++++++++ 2 files changed, 104 insertions(+), 0 deletions(-) diff --git a/dev-libs/gdl/files/gdl-2.91.4-parallel-install.patch b/dev-l= ibs/gdl/files/gdl-2.91.4-parallel-install.patch new file mode 100644 index 0000000..5467bb1 --- /dev/null +++ b/dev-libs/gdl/files/gdl-2.91.4-parallel-install.patch @@ -0,0 +1,66 @@ +--- docs/reference/Makefile.am ++++ docs/reference/Makefile.am +@@ -9,7 +9,7 @@ + # of using the various options. +=20 + # The name of the module, e.g. 'glib'. +-DOC_MODULE=3Dgdl ++DOC_MODULE=3Dgdl-3 +=20 + # The top-level SGML file. You can change this if you want to. + DOC_MAIN_SGML_FILE=3D$(DOC_MODULE)-docs.sgml +--- docs/reference/Makefile.in ++++ docs/reference/Makefile.in +@@ -256,7 +256,7 @@ + # of using the various options. +=20 + # The name of the module, e.g. 'glib'. +-DOC_MODULE =3D gdl ++DOC_MODULE =3D gdl-3 +=20 + # The top-level SGML file. You can change this if you want to. + DOC_MAIN_SGML_FILE =3D $(DOC_MODULE)-docs.sgml +--- gdl/Makefile.am ++++ gdl/Makefile.am +@@ -80,12 +80,12 @@ + libgdltypebuiltins.h +=20 + uidir =3D $(datadir)/gdl/ui +-ui_DATA =3D layout.ui ++ui_DATA =3D layout-3.ui +=20 + EXTRA_DIST =3D libgdlmarshal.list \ + tree-expand.xpm \ + tree-contract.xpm \ +- layout.ui \ ++ layout-3.ui \ + program.xpm static.xpm shared.xpm +=20 + # enumerations code generation +--- gdl/Makefile.in ++++ gdl/Makefile.in +@@ -392,11 +392,11 @@ + libgdltypebuiltins.h +=20 + uidir =3D $(datadir)/gdl/ui +-ui_DATA =3D layout.ui ++ui_DATA =3D layout-3.ui + EXTRA_DIST =3D libgdlmarshal.list \ + tree-expand.xpm \ + tree-contract.xpm \ +- layout.ui \ ++ layout-3.ui \ + program.xpm static.xpm shared.xpm +=20 + INTROSPECTION_GIRS =3D $(am__append_1) +--- gdl/gdl-dock-layout.c ++++ gdl/gdl-dock-layout.c +@@ -46,7 +46,7 @@ + #define LAYOUT_ELEMENT_NAME "layout" + #define NAME_ATTRIBUTE_NAME "name" +=20 +-#define LAYOUT_UI_FILE "layout.ui" ++#define LAYOUT_UI_FILE "layout-3.ui" +=20 + enum { + COLUMN_NAME, diff --git a/dev-libs/gdl/gdl-2.91.4.ebuild b/dev-libs/gdl/gdl-2.91.4.ebu= ild new file mode 100644 index 0000000..3897781 --- /dev/null +++ b/dev-libs/gdl/gdl-2.91.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.30.1.ebuild,v 1.6 = 2011/01/30 17:58:56 armin76 Exp $ + +EAPI=3D"3" +GCONF_DEBUG=3D"no" +GNOME2_LA_PUNT=3D"yes" + +inherit eutils gnome2 + +DESCRIPTION=3D"The Gnome Devtool Libraries" +HOMEPAGE=3D"http://www.gnome.org/" + +LICENSE=3D"LGPL-2.1" +SLOT=3D"3" +KEYWORDS=3D"~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE=3D"+introspection doc" + +# TODO: slotmove gdl:0 to gdl:1 +RDEPEND=3D">=3Ddev-libs/glib-2:2 + >=3Dx11-libs/gtk+-2.90.4:3[introspection?] + >=3Ddev-libs/libxml2-2.4:2 + introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 )" +DEPEND=3D"${RDEPEND} + sys-devel/gettext + dev-util/pkgconfig + >=3Ddev-util/intltool-0.40.1 + doc? ( >=3Ddev-util/gtk-doc-1.4 )" + +DOCS=3D"AUTHORS ChangeLog MAINTAINERS NEWS README" + +src_prepare() { + # Prevent file collisions with gdl:0 + epatch "${FILESDIR}/${PN}-2.91.4-parallel-install.patch" + mv gdl/layout{,-3}.ui || die + + gnome2_src_prepare +}