public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: dev-cpp/libgdamm/
Date: Fri,  8 Jul 2011 04:33:25 +0000 (UTC)	[thread overview]
Message-ID: <0d31749b1f107d901a4deda39f10e2a53a5e7370.tetromino@gentoo> (raw)

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
-}



             reply	other threads:[~2011-07-08  4:33 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0d31749b1f107d901a4deda39f10e2a53a5e7370.tetromino@gentoo \
    --to=tetromino@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox