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

commit:     a0f4ecaaac778f98023dee91970dc6eaea8e95b6
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 22:44:51 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 22:46:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a0f4ecaa

dev-libs/gdl: 2.91.4 -> 2.91.90

---
 .../gdl/{gdl-2.91.4.ebuild => gdl-2.91.90.ebuild}  |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/gdl/gdl-2.91.4.ebuild b/dev-libs/gdl/gdl-2.91.90.ebuild
similarity index 85%
rename from dev-libs/gdl/gdl-2.91.4.ebuild
rename to dev-libs/gdl/gdl-2.91.90.ebuild
index 3897781..6c95498 100644
--- a/dev-libs/gdl/gdl-2.91.4.ebuild
+++ b/dev-libs/gdl/gdl-2.91.90.ebuild
@@ -18,7 +18,7 @@ IUSE="+introspection doc"
 
 # TODO: slotmove gdl:0 to gdl:1
 RDEPEND=">=dev-libs/glib-2:2
-	>=x11-libs/gtk+-2.90.4:3[introspection?]
+	>=x11-libs/gtk+-3.0.0:3[introspection?]
 	>=dev-libs/libxml2-2.4:2
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${RDEPEND}
@@ -30,8 +30,8 @@ DEPEND="${RDEPEND}
 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 
 src_prepare() {
-	# Prevent file collisions with gdl:0
-	epatch "${FILESDIR}/${PN}-2.91.4-parallel-install.patch"
+	# Fix parallel installation issue
+	grep -lre 'layout\.ui' . | xargs sed -ie 's/layout\.ui/layout-3\.ui/' || die
 	mv gdl/layout{,-3}.ui || die
 
 	gnome2_src_prepare



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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2011-04-05  0:57 Nirbheek Chauhan
  0 siblings, 0 replies; 14+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ffab9696e3f32ca024906ac281b166938644a02c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 19:43:22 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 21:20:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ffab9696

dev-libs/gdl: 2.91.92 → 3.0.0

* Updated translations
* One bugfix

---
 .../gdl/{gdl-2.91.92.ebuild => gdl-3.0.0.ebuild}   |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

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



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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2011-04-05 13:45 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-05 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a9ce4fa83eab74dae436b085717557bdf73b68e8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 13:45:11 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 13:45:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a9ce4fa8

dev-libs/gdl: QAed

	* drop unnecessary src_prepare
	* fix minor nitpicks

(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)

---
 dev-libs/gdl/gdl-3.0.0.ebuild |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/dev-libs/gdl/gdl-3.0.0.ebuild b/dev-libs/gdl/gdl-3.0.0.ebuild
index 6c95498..0191980 100644
--- a/dev-libs/gdl/gdl-3.0.0.ebuild
+++ b/dev-libs/gdl/gdl-3.0.0.ebuild
@@ -14,25 +14,16 @@ 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"
+IUSE="doc +introspection"
 
-# TODO: slotmove gdl:0 to gdl:1
 RDEPEND=">=dev-libs/glib-2:2
 	>=x11-libs/gtk+-3.0.0:3[introspection?]
 	>=dev-libs/libxml2-2.4:2
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${RDEPEND}
-	sys-devel/gettext
 	dev-util/pkgconfig
+	>=sys-devel/gettext-0.17
 	>=dev-util/intltool-0.40.1
 	doc? ( >=dev-util/gtk-doc-1.4 )"
 
 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-src_prepare() {
-	# Fix parallel installation issue
-	grep -lre 'layout\.ui' . | xargs sed -ie 's/layout\.ui/layout-3\.ui/' || die
-	mv gdl/layout{,-3}.ui || die
-
-	gnome2_src_prepare
-}



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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2011-10-04  8:56 Alexandre Restovtsev
  0 siblings, 0 replies; 14+ messages in thread
From: Alexandre Restovtsev @ 2011-10-04  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     818cfdc1713a2de2f5aace41ca9b3f2d9e26ec2f
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct  4 06:02:22 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct  4 08:00:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=818cfdc1

dev-libs/gdl: 3.1.5-r1 → 3.2.0

---
 .../gdl/{gdl-3.1.5-r1.ebuild => gdl-3.2.0.ebuild}  |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-libs/gdl/gdl-3.1.5-r1.ebuild b/dev-libs/gdl/gdl-3.2.0.ebuild
similarity index 100%
rename from dev-libs/gdl/gdl-3.1.5-r1.ebuild
rename to dev-libs/gdl/gdl-3.2.0.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2012-09-25  6:59 Alexandre Rostovtsev
  0 siblings, 0 replies; 14+ messages in thread
From: Alexandre Rostovtsev @ 2012-09-25  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     14a421235fa9b22ebe7aafce757141f0394309ce
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 25 05:47:39 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Sep 25 05:47:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=14a42123

dev-libs/gdl: add 3.5.91 and live ebuild

---
 dev-libs/gdl/gdl-3.5.91.ebuild |   39 +++++++++++++++++++++++++++++++++++++++
 dev-libs/gdl/gdl-9999.ebuild   |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+), 0 deletions(-)

diff --git a/dev-libs/gdl/gdl-3.5.91.ebuild b/dev-libs/gdl/gdl-3.5.91.ebuild
new file mode 100644
index 0000000..9b54b14
--- /dev/null
+++ b/dev-libs/gdl/gdl-3.5.91.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="The Gnome Devtool Libraries"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="3"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
+IUSE="doc +introspection"
+
+RDEPEND="dev-libs/glib:2
+	>=x11-libs/gtk+-3.0.0:3[introspection?]
+	>=dev-libs/libxml2-2.4:2
+	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.40.4
+	virtual/pkgconfig
+	doc? ( >=dev-util/gtk-doc-1.4 )"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		$(use_enable introspection)"
+	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+}

diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-9999.ebuild
new file mode 100644
index 0000000..9b54b14
--- /dev/null
+++ b/dev-libs/gdl/gdl-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="The Gnome Devtool Libraries"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="3"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
+IUSE="doc +introspection"
+
+RDEPEND="dev-libs/glib:2
+	>=x11-libs/gtk+-3.0.0:3[introspection?]
+	>=dev-libs/libxml2-2.4:2
+	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.40.4
+	virtual/pkgconfig
+	doc? ( >=dev-util/gtk-doc-1.4 )"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		$(use_enable introspection)"
+	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+}


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2012-10-28 19:36 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-28 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b5ff6d0b368fbd4f1f6ed4bb828bbdb1da8f04d6
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 19:34:17 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 19:36:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b5ff6d0b

dev-libs/gdl: 3.5.91 → 3.6.0

---
 .../gdl/{gdl-3.5.91.ebuild => gdl-3.6.0.ebuild}    |   22 ++++++++++++++-----
 dev-libs/gdl/gdl-9999.ebuild                       |   22 ++++++++++++++-----
 2 files changed, 32 insertions(+), 12 deletions(-)

diff --git a/dev-libs/gdl/gdl-3.5.91.ebuild b/dev-libs/gdl/gdl-3.6.0.ebuild
similarity index 71%
rename from dev-libs/gdl/gdl-3.5.91.ebuild
rename to dev-libs/gdl/gdl-3.6.0.ebuild
index 9b54b14..10a59d6 100644
--- a/dev-libs/gdl/gdl-3.5.91.ebuild
+++ b/dev-libs/gdl/gdl-3.6.0.ebuild
@@ -16,24 +16,34 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="LGPL-2.1"
 SLOT="3"
+IUSE="+introspection"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
-IUSE="doc +introspection"
 
-RDEPEND="dev-libs/glib:2
+RDEPEND="
+	dev-libs/glib:2
 	>=x11-libs/gtk+-3.0.0:3[introspection?]
 	>=dev-libs/libxml2-2.4:2
-	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+"
 DEPEND="${RDEPEND}
+	>=dev-util/gtk-doc-am-1.4
 	>=dev-util/intltool-0.40.4
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.4 )"
+"
 
-pkg_setup() {
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.4 )"
+fi
+
+src_configure() {
+	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 	G2CONF="${G2CONF}
 		$(use_enable introspection)"
-	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+	gnome2_src_configure
 }

diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-9999.ebuild
index 9b54b14..10a59d6 100644
--- a/dev-libs/gdl/gdl-9999.ebuild
+++ b/dev-libs/gdl/gdl-9999.ebuild
@@ -16,24 +16,34 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="LGPL-2.1"
 SLOT="3"
+IUSE="+introspection"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
-IUSE="doc +introspection"
 
-RDEPEND="dev-libs/glib:2
+RDEPEND="
+	dev-libs/glib:2
 	>=x11-libs/gtk+-3.0.0:3[introspection?]
 	>=dev-libs/libxml2-2.4:2
-	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+"
 DEPEND="${RDEPEND}
+	>=dev-util/gtk-doc-am-1.4
 	>=dev-util/intltool-0.40.4
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.4 )"
+"
 
-pkg_setup() {
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.4 )"
+fi
+
+src_configure() {
+	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 	G2CONF="${G2CONF}
 		$(use_enable introspection)"
-	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+	gnome2_src_configure
 }


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2012-11-22 23:17 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-22 23:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b112bb2d09a768b61c4445d635e9b4d5d20df7fb
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 22 23:17:51 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 23:17:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b112bb2d

dev-libs/gdl: 3.6.0 → 3.6.2

---
 .../gdl/{gdl-3.6.0.ebuild => gdl-3.6.2.ebuild}     |    0
 dev-libs/gdl/metadata.xml                          |    9 +++++++++
 2 files changed, 9 insertions(+), 0 deletions(-)

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

diff --git a/dev-libs/gdl/metadata.xml b/dev-libs/gdl/metadata.xml
new file mode 100644
index 0000000..a3d472d
--- /dev/null
+++ b/dev-libs/gdl/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <use>
+    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+    for introspection</flag>
+  </use>
+</pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2012-12-17 11:17 Alexandre Rostovtsev
  0 siblings, 0 replies; 14+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-17 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d2f457742a6622ae97b6e7ddb43c712be51e1689
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 11:17:11 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 11:17:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d2f45774

dev-libs/gdl: moved to gx86

---
 dev-libs/gdl/gdl-3.6.2.ebuild |   49 -----------------------------------------
 dev-libs/gdl/gdl-9999.ebuild  |    8 +++---
 dev-libs/gdl/metadata.xml     |    6 +----
 3 files changed, 5 insertions(+), 58 deletions(-)

diff --git a/dev-libs/gdl/gdl-3.6.2.ebuild b/dev-libs/gdl/gdl-3.6.2.ebuild
deleted file mode 100644
index 10a59d6..0000000
--- a/dev-libs/gdl/gdl-3.6.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="The Gnome Devtool Libraries"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="3"
-IUSE="+introspection"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
-
-RDEPEND="
-	dev-libs/glib:2
-	>=x11-libs/gtk+-3.0.0:3[introspection?]
-	>=dev-libs/libxml2-2.4:2
-	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.4
-	>=dev-util/intltool-0.40.4
-	virtual/pkgconfig
-"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.4 )"
-fi
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-	G2CONF="${G2CONF}
-		$(use_enable introspection)"
-	gnome2_src_configure
-}

diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-9999.ebuild
index 10a59d6..a57c8d3 100644
--- a/dev-libs/gdl/gdl-9999.ebuild
+++ b/dev-libs/gdl/gdl-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
@@ -11,11 +11,11 @@ if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
-DESCRIPTION="The Gnome Devtool Libraries"
+DESCRIPTION="GNOME docking library"
 HOMEPAGE="http://www.gnome.org/"
 
-LICENSE="LGPL-2.1"
-SLOT="3"
+LICENSE="LGPL-2.1+"
+SLOT="3/5" # subslot = libgdl-3 soname version
 IUSE="+introspection"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"

diff --git a/dev-libs/gdl/metadata.xml b/dev-libs/gdl/metadata.xml
index a3d472d..da6fd63 100644
--- a/dev-libs/gdl/metadata.xml
+++ b/dev-libs/gdl/metadata.xml
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>gnome</herd>
-  <use>
-    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
-    for introspection</flag>
-  </use>
+<herd>gnome</herd>
 </pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2013-11-20 23:08 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-20 23:08 UTC (permalink / raw
  To: gentoo-commits

commit:     1d0fff72c562723fff9a0909e4418005c08d8061
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 23:05:35 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 23:07:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1d0fff72

dev-libs/gdl: 3.8.1 → 3.10.0

---
 .../gdl/{gdl-9999.ebuild => gdl-3.10.0.ebuild}     | 24 ++++------------------
 dev-libs/gdl/gdl-9999.ebuild                       |  9 +++-----
 2 files changed, 7 insertions(+), 26 deletions(-)

diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-3.10.0.ebuild
similarity index 55%
copy from dev-libs/gdl/gdl-9999.ebuild
copy to dev-libs/gdl/gdl-3.10.0.ebuild
index a57c8d3..72632b7 100644
--- a/dev-libs/gdl/gdl-9999.ebuild
+++ b/dev-libs/gdl/gdl-3.10.0.ebuild
@@ -1,28 +1,19 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="GNOME docking library"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://developer.gnome.org/gdl/"
 
 LICENSE="LGPL-2.1+"
 SLOT="3/5" # subslot = libgdl-3 soname version
 IUSE="+introspection"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
 	dev-libs/glib:2
@@ -36,14 +27,7 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.4 )"
-fi
-
 src_configure() {
 	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-	G2CONF="${G2CONF}
-		$(use_enable introspection)"
-	gnome2_src_configure
+	gnome2_src_configure $(use_enable introspection)
 }

diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-9999.ebuild
index a57c8d3..6d2a4e2 100644
--- a/dev-libs/gdl/gdl-9999.ebuild
+++ b/dev-libs/gdl/gdl-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -12,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="GNOME docking library"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://developer.gnome.org/gdl/"
 
 LICENSE="LGPL-2.1+"
 SLOT="3/5" # subslot = libgdl-3 soname version
@@ -43,7 +42,5 @@ fi
 
 src_configure() {
 	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-	G2CONF="${G2CONF}
-		$(use_enable introspection)"
-	gnome2_src_configure
+	gnome2_src_configure $(use_enable introspection)
 }


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2014-04-20 13:54 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3bd388b9f8c111fef231db4acef444bc39e04efd
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 21:25:52 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 13:51:56 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3bd388b9

dev-libs/gdl: 3.10.0 → 3.12.0

---
 dev-libs/gdl/{gdl-9999.ebuild => gdl-3.12.0.ebuild} | 17 ++---------------
 dev-libs/gdl/gdl-9999.ebuild                        |  2 +-
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-3.12.0.ebuild
similarity index 67%
copy from dev-libs/gdl/gdl-9999.ebuild
copy to dev-libs/gdl/gdl-3.12.0.ebuild
index 6d2a4e2..03c9b54 100644
--- a/dev-libs/gdl/gdl-9999.ebuild
+++ b/dev-libs/gdl/gdl-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,9 +6,6 @@ EAPI="5"
 GCONF_DEBUG="no"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="GNOME docking library"
 HOMEPAGE="https://developer.gnome.org/gdl/"
@@ -16,12 +13,7 @@ HOMEPAGE="https://developer.gnome.org/gdl/"
 LICENSE="LGPL-2.1+"
 SLOT="3/5" # subslot = libgdl-3 soname version
 IUSE="+introspection"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
 	dev-libs/glib:2
@@ -35,11 +27,6 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.4 )"
-fi
-
 src_configure() {
 	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 	gnome2_src_configure $(use_enable introspection)

diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-9999.ebuild
index 6d2a4e2..c245a1a 100644
--- a/dev-libs/gdl/gdl-9999.ebuild
+++ b/dev-libs/gdl/gdl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2014-10-06 23:06 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-06 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     57945bac244b3c60a15f7975e61e6c00b1015dd4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  6 22:14:02 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct  6 22:14:02 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=57945bac

dev-libs/gdl: 3.12.0 → 3.14.0

---
 dev-libs/gdl/{gdl-3.12.0.ebuild => gdl-3.14.0.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

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


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2014-12-21 13:28 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-21 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d2ebd5044680df12999b0f12939871298b86dca7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 12:28:35 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 12:28:35 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d2ebd504

dev-libs/gdl: moved to gentoo-x86

---
 dev-libs/gdl/gdl-3.14.0.ebuild | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-libs/gdl/gdl-3.14.0.ebuild b/dev-libs/gdl/gdl-3.14.0.ebuild
deleted file mode 100644
index 03c9b54..0000000
--- a/dev-libs/gdl/gdl-3.14.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME docking library"
-HOMEPAGE="https://developer.gnome.org/gdl/"
-
-LICENSE="LGPL-2.1+"
-SLOT="3/5" # subslot = libgdl-3 soname version
-IUSE="+introspection"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-	dev-libs/glib:2
-	>=x11-libs/gtk+-3.0.0:3[introspection?]
-	>=dev-libs/libxml2-2.4:2
-	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.4
-	>=dev-util/intltool-0.40.4
-	virtual/pkgconfig
-"
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-	gnome2_src_configure $(use_enable introspection)
-}


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2015-05-09 23:09 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-09 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     4cd371004cd2d511ffef2746a9a42d2ffd30e12b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May  9 22:33:48 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May  9 23:09:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4cd37100

dev-libs/gdl: 3.14.0 → 3.16.0

 dev-libs/gdl/{gdl-9999.ebuild => gdl-3.16.0.ebuild} | 17 ++---------------
 dev-libs/gdl/gdl-9999.ebuild                        |  2 +-
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-3.16.0.ebuild
similarity index 67%
copy from dev-libs/gdl/gdl-9999.ebuild
copy to dev-libs/gdl/gdl-3.16.0.ebuild
index c245a1a..65ae301 100644
--- a/dev-libs/gdl/gdl-9999.ebuild
+++ b/dev-libs/gdl/gdl-3.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,9 +6,6 @@ EAPI="5"
 GCONF_DEBUG="no"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="GNOME docking library"
 HOMEPAGE="https://developer.gnome.org/gdl/"
@@ -16,12 +13,7 @@ HOMEPAGE="https://developer.gnome.org/gdl/"
 LICENSE="LGPL-2.1+"
 SLOT="3/5" # subslot = libgdl-3 soname version
 IUSE="+introspection"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
 	dev-libs/glib:2
@@ -35,11 +27,6 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.4 )"
-fi
-
 src_configure() {
 	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 	gnome2_src_configure $(use_enable introspection)

diff --git a/dev-libs/gdl/gdl-9999.ebuild b/dev-libs/gdl/gdl-9999.ebuild
index c245a1a..354a151 100644
--- a/dev-libs/gdl/gdl-9999.ebuild
+++ b/dev-libs/gdl/gdl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 


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

* [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/
@ 2015-06-09 13:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-09 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2d0728d26d4ecc8574c97be805a8f466190852d9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 10:43:29 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 13:48:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2d0728d2

dev-libs/gdl: moved to gentoo-x86

 dev-libs/gdl/gdl-3.16.0.ebuild | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-libs/gdl/gdl-3.16.0.ebuild b/dev-libs/gdl/gdl-3.16.0.ebuild
deleted file mode 100644
index 65ae301..0000000
--- a/dev-libs/gdl/gdl-3.16.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME docking library"
-HOMEPAGE="https://developer.gnome.org/gdl/"
-
-LICENSE="LGPL-2.1+"
-SLOT="3/5" # subslot = libgdl-3 soname version
-IUSE="+introspection"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-	dev-libs/glib:2
-	>=x11-libs/gtk+-3.0.0:3[introspection?]
-	>=dev-libs/libxml2-2.4:2
-	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.4
-	>=dev-util/intltool-0.40.4
-	virtual/pkgconfig
-"
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-	gnome2_src_configure $(use_enable introspection)
-}


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

end of thread, other threads:[~2015-06-09 13:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-20 13:54 [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2015-06-09 13:48 Gilles Dartiguelongue
2015-05-09 23:09 Gilles Dartiguelongue
2014-12-21 13:28 Gilles Dartiguelongue
2014-10-06 23:06 Gilles Dartiguelongue
2013-11-20 23:08 Gilles Dartiguelongue
2012-12-17 11:17 Alexandre Rostovtsev
2012-11-22 23:17 Gilles Dartiguelongue
2012-10-28 19:36 Gilles Dartiguelongue
2012-09-25  6:59 Alexandre Rostovtsev
2011-10-04  8:56 Alexandre Restovtsev
2011-04-05 13:45 Gilles Dartiguelongue
2011-04-05  0:57 Nirbheek Chauhan
2011-02-21 22:54 Nirbheek Chauhan

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