public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: dev-cpp/libgdamm/
@ 2011-03-31 13:52 Nirbheek Chauhan
  0 siblings, 0 replies; 3+ messages in thread
From: Nirbheek Chauhan @ 2011-03-31 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a0c5fa9922ff3e9b6b5f6d2c79f3af768b8894fb
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 13:50:44 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 13:50:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a0c5fa99

Add dev-cpp/libgdamm-4.99.0.1

---
 dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild b/dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild
new file mode 100644
index 0000000..c04953e
--- /dev/null
+++ b/dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/libgdamm-4.1.1.ebuild,v 1.2 2011/02/17 10:15:01 pacho Exp $
+
+EAPI="3"
+GNOME2_LA_PUNT="yes"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="C++ bindings for libgda"
+HOMEPAGE="http://www.gtkmm.org"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-cpp/glibmm-2.27.93:2
+	>=gnome-extra/libgda-4.99.0:5"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? ( app-doc/doxygen )"
+
+pkg_setup() {
+	# Automagic libgda-berkdb support
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	G2CONF="${G2CONF} $(use_enable doc documentation)"
+}



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-cpp/libgdamm/
@ 2011-06-24 17:35 Alexandre Restovtsev
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-06-24 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     866420c80a28fe8f781f0d31fc814292632f1fa0
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Thu Jun 23 05:54:22 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Jun 24 17:15:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=866420c8

dev-cpp/libgdamm: 4.99.0.1 → 4.99.3

Version bump. Switch to EAPI 4 to get the xz tarball. Add a berkdb USE flag
and RDEPEND on libgda:5[berkdb=] due to an automagic dependency.

Note that configure in the tarball has a libgda-4.99.3 requirement. This is
obviously a typo since:
a. libgdamm-4.99.3 was released 13 hours after libgda-4.99.2, i.e. at the
point in time when there was no difference between libgda git master (the
future 4.99.2) and the libgda 4.99.2 release; and
b. the main change in libgdamm-4.99.3 is suport for new null semantics that
were introduced in the libgda-4.99.2 API.

---
 dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild |   29 ---------------------
 dev-cpp/libgdamm/libgdamm-4.99.3.ebuild   |   40 +++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 29 deletions(-)

diff --git a/dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild b/dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild
deleted file mode 100644
index c04953e..0000000
--- a/dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/libgdamm-4.1.1.ebuild,v 1.2 2011/02/17 10:15:01 pacho Exp $
-
-EAPI="3"
-GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="C++ bindings for libgda"
-HOMEPAGE="http://www.gtkmm.org"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-cpp/glibmm-2.27.93:2
-	>=gnome-extra/libgda-4.99.0:5"
-DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	doc? ( app-doc/doxygen )"
-
-pkg_setup() {
-	# Automagic libgda-berkdb support
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
-	G2CONF="${G2CONF} $(use_enable doc documentation)"
-}

diff --git a/dev-cpp/libgdamm/libgdamm-4.99.3.ebuild b/dev-cpp/libgdamm/libgdamm-4.99.3.ebuild
new file mode 100644
index 0000000..94ec01f
--- /dev/null
+++ b/dev-cpp/libgdamm/libgdamm-4.99.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/libgdamm-4.1.1.ebuild,v 1.2 2011/02/17 10:15:01 pacho Exp $
+
+EAPI="4"
+GNOME2_LA_PUNT="yes"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="C++ bindings for libgda"
+HOMEPAGE="http://www.gtkmm.org"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="berkdb doc"
+
+RDEPEND=">=dev-cpp/glibmm-2.27.93:2
+	>=gnome-extra/libgda-4.99.2:5[berkdb=]"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? ( app-doc/doxygen )"
+
+pkg_setup() {
+	# Automagic libgda-berkdb support
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	G2CONF="${G2CONF} $(use_enable doc documentation)"
+}
+
+src_prepare() {
+	# Note: the libgda-4.99.3 requirement in configure is an obvious typo.
+	# The main change in libgdamm-4.99.3 is suport for new semantics introduced
+	# in libgda-4.99.2 API. In addition, libgdamm-4.99.3 was released a few
+	# hours after libgda-4.99.2, i.e. at the time when there was no difference
+	# between libgda git master (future 4.99.3) and the libgda 4.99.2 release.
+	sed -e 's:libgda-5.0 >= 4.99.3:libgda-5.0 >= 4.99.2:' \
+		-i configure.ac configure || die "sed configure.ac configure failed"
+	gnome2_src_prepare
+}



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-cpp/libgdamm/
@ 2011-07-08  4:33 Alexandre Restovtsev
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-07-08  4:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0d31749b1f107d901a4deda39f10e2a53a5e7370
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri Jul  8 04:31:42 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Jul  8 04:31:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0d31749b

dev-cpp/libgdamm: 4.99.3 → 4.99.3.1

Version bump, adds support for SQL_OPERATOR_TYPE_ILIKE. Now that
libgda-4.99.3 has been released, the libgda-4.99.2 version check
workaround is no longer needed.

---
 dev-cpp/libgdamm/libgdamm-4.99.3.1.ebuild |   29 +++++++++++++++++++++
 dev-cpp/libgdamm/libgdamm-4.99.3.ebuild   |   40 -----------------------------
 2 files changed, 29 insertions(+), 40 deletions(-)

diff --git a/dev-cpp/libgdamm/libgdamm-4.99.3.1.ebuild b/dev-cpp/libgdamm/libgdamm-4.99.3.1.ebuild
new file mode 100644
index 0000000..4dbcda1
--- /dev/null
+++ b/dev-cpp/libgdamm/libgdamm-4.99.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/libgdamm-4.1.1.ebuild,v 1.2 2011/02/17 10:15:01 pacho Exp $
+
+EAPI="4"
+GNOME2_LA_PUNT="yes"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="C++ bindings for libgda"
+HOMEPAGE="http://www.gtkmm.org"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="berkdb doc"
+
+RDEPEND=">=dev-cpp/glibmm-2.27.93:2
+	>=gnome-extra/libgda-4.99.3:5[berkdb=]"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? ( app-doc/doxygen )"
+
+pkg_setup() {
+	# Automagic libgda-berkdb support
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	G2CONF="${G2CONF} $(use_enable doc documentation)"
+}

diff --git a/dev-cpp/libgdamm/libgdamm-4.99.3.ebuild b/dev-cpp/libgdamm/libgdamm-4.99.3.ebuild
deleted file mode 100644
index 94ec01f..0000000
--- a/dev-cpp/libgdamm/libgdamm-4.99.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/libgdamm-4.1.1.ebuild,v 1.2 2011/02/17 10:15:01 pacho Exp $
-
-EAPI="4"
-GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="C++ bindings for libgda"
-HOMEPAGE="http://www.gtkmm.org"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="berkdb doc"
-
-RDEPEND=">=dev-cpp/glibmm-2.27.93:2
-	>=gnome-extra/libgda-4.99.2:5[berkdb=]"
-DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	doc? ( app-doc/doxygen )"
-
-pkg_setup() {
-	# Automagic libgda-berkdb support
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
-	G2CONF="${G2CONF} $(use_enable doc documentation)"
-}
-
-src_prepare() {
-	# Note: the libgda-4.99.3 requirement in configure is an obvious typo.
-	# The main change in libgdamm-4.99.3 is suport for new semantics introduced
-	# in libgda-4.99.2 API. In addition, libgdamm-4.99.3 was released a few
-	# hours after libgda-4.99.2, i.e. at the time when there was no difference
-	# between libgda git master (future 4.99.3) and the libgda 4.99.2 release.
-	sed -e 's:libgda-5.0 >= 4.99.3:libgda-5.0 >= 4.99.2:' \
-		-i configure.ac configure || die "sed configure.ac configure failed"
-	gnome2_src_prepare
-}



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

end of thread, other threads:[~2011-07-08  4:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 13:52 [gentoo-commits] proj/gnome:master commit in: dev-cpp/libgdamm/ Nirbheek Chauhan
  -- strict thread matches above, loose matches on Subject: below --
2011-06-24 17:35 Alexandre Restovtsev
2011-07-08  4:33 Alexandre Restovtsev

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