* [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/libgdamm/
@ 2011-07-08 4:34 Alexandre Restovtsev
0 siblings, 0 replies; only message in thread
From: Alexandre Restovtsev @ 2011-07-08 4:34 UTC (permalink / raw
To: gentoo-commits
commit: fe63d6ee9da800debbae55ab698d80659ef643d7
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:34:02 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fe63d6ee
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] only message in thread
only message in thread, other threads:[~2011-07-08 4:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-08 4:34 [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/libgdamm/ Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox