public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/files/, dev-libs/gdl/
@ 2011-02-09 20:13 Nirbheek Chauhan
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan @ 2011-02-09 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     07c7b8dfda219aab7204af01fc8155a4a72f566f
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  9 20:10:10 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 20:11:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=07c7b8df

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-libs/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.
+ 
+ # The name of the module, e.g. 'glib'.
+-DOC_MODULE=gdl
++DOC_MODULE=gdl-3
+ 
+ # The top-level SGML file. You can change this if you want to.
+ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
+--- docs/reference/Makefile.in
++++ docs/reference/Makefile.in
+@@ -256,7 +256,7 @@
+ # of using the various options.
+ 
+ # The name of the module, e.g. 'glib'.
+-DOC_MODULE = gdl
++DOC_MODULE = gdl-3
+ 
+ # The top-level SGML file. You can change this if you want to.
+ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
+--- gdl/Makefile.am
++++ gdl/Makefile.am
+@@ -80,12 +80,12 @@
+ 	libgdltypebuiltins.h
+ 
+ uidir = $(datadir)/gdl/ui
+-ui_DATA = layout.ui
++ui_DATA = layout-3.ui
+ 
+ EXTRA_DIST = libgdlmarshal.list \
+ 	tree-expand.xpm \
+ 	tree-contract.xpm \
+-	layout.ui \
++	layout-3.ui \
+ 	program.xpm static.xpm shared.xpm
+ 
+ # enumerations code generation
+--- gdl/Makefile.in
++++ gdl/Makefile.in
+@@ -392,11 +392,11 @@
+ 	libgdltypebuiltins.h
+ 
+ uidir = $(datadir)/gdl/ui
+-ui_DATA = layout.ui
++ui_DATA = layout-3.ui
+ EXTRA_DIST = libgdlmarshal.list \
+ 	tree-expand.xpm \
+ 	tree-contract.xpm \
+-	layout.ui \
++	layout-3.ui \
+ 	program.xpm static.xpm shared.xpm
+ 
+ INTROSPECTION_GIRS = $(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"
+ 
+-#define LAYOUT_UI_FILE    "layout.ui"
++#define LAYOUT_UI_FILE    "layout-3.ui"
+ 
+ enum {
+     COLUMN_NAME,

diff --git a/dev-libs/gdl/gdl-2.91.4.ebuild b/dev-libs/gdl/gdl-2.91.4.ebuild
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="3"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2
+
+DESCRIPTION="The Gnome Devtool Libraries"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="+introspection doc"
+
+# TODO: slotmove gdl:0 to gdl:1
+RDEPEND=">=dev-libs/glib-2:2
+	>=x11-libs/gtk+-2.90.4:3[introspection?]
+	>=dev-libs/libxml2-2.4:2
+	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	dev-util/pkgconfig
+	>=dev-util/intltool-0.40.1
+	doc? ( >=dev-util/gtk-doc-1.4 )"
+
+DOCS="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
+}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/files/, dev-libs/gdl/
@ 2011-03-23  5:20 Nirbheek Chauhan
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     335f50baf29d34af0a699ec13c0a01d5ea9a962c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 02:31:31 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 04:12:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=335f50ba

dev-libs/gdl: 2.91.90 → 2.91.92

---
 .../gdl/files/gdl-2.91.4-parallel-install.patch    |   66 --------------------
 .../gdl/{gdl-2.91.90.ebuild => gdl-2.91.92.ebuild} |    0
 2 files changed, 0 insertions(+), 66 deletions(-)

diff --git a/dev-libs/gdl/files/gdl-2.91.4-parallel-install.patch b/dev-libs/gdl/files/gdl-2.91.4-parallel-install.patch
deleted file mode 100644
index 5467bb1..0000000
--- a/dev-libs/gdl/files/gdl-2.91.4-parallel-install.patch
+++ /dev/null
@@ -1,66 +0,0 @@
---- docs/reference/Makefile.am
-+++ docs/reference/Makefile.am
-@@ -9,7 +9,7 @@
- # of using the various options.
- 
- # The name of the module, e.g. 'glib'.
--DOC_MODULE=gdl
-+DOC_MODULE=gdl-3
- 
- # The top-level SGML file. You can change this if you want to.
- DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
---- docs/reference/Makefile.in
-+++ docs/reference/Makefile.in
-@@ -256,7 +256,7 @@
- # of using the various options.
- 
- # The name of the module, e.g. 'glib'.
--DOC_MODULE = gdl
-+DOC_MODULE = gdl-3
- 
- # The top-level SGML file. You can change this if you want to.
- DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
---- gdl/Makefile.am
-+++ gdl/Makefile.am
-@@ -80,12 +80,12 @@
- 	libgdltypebuiltins.h
- 
- uidir = $(datadir)/gdl/ui
--ui_DATA = layout.ui
-+ui_DATA = layout-3.ui
- 
- EXTRA_DIST = libgdlmarshal.list \
- 	tree-expand.xpm \
- 	tree-contract.xpm \
--	layout.ui \
-+	layout-3.ui \
- 	program.xpm static.xpm shared.xpm
- 
- # enumerations code generation
---- gdl/Makefile.in
-+++ gdl/Makefile.in
-@@ -392,11 +392,11 @@
- 	libgdltypebuiltins.h
- 
- uidir = $(datadir)/gdl/ui
--ui_DATA = layout.ui
-+ui_DATA = layout-3.ui
- EXTRA_DIST = libgdlmarshal.list \
- 	tree-expand.xpm \
- 	tree-contract.xpm \
--	layout.ui \
-+	layout-3.ui \
- 	program.xpm static.xpm shared.xpm
- 
- INTROSPECTION_GIRS = $(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"
- 
--#define LAYOUT_UI_FILE    "layout.ui"
-+#define LAYOUT_UI_FILE    "layout-3.ui"
- 
- enum {
-     COLUMN_NAME,

diff --git a/dev-libs/gdl/gdl-2.91.90.ebuild b/dev-libs/gdl/gdl-2.91.92.ebuild
similarity index 100%
rename from dev-libs/gdl/gdl-2.91.90.ebuild
rename to dev-libs/gdl/gdl-2.91.92.ebuild



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-23  5:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 20:13 [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/files/, dev-libs/gdl/ Nirbheek Chauhan
  -- strict thread matches above, loose matches on Subject: below --
2011-03-23  5:20 Nirbheek Chauhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox