From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qf2mO-0006aR-9T for garchives@archives.gentoo.org; Fri, 08 Jul 2011 04:35:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7967921C07D; Fri, 8 Jul 2011 04:34:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A97B21C07D for ; Fri, 8 Jul 2011 04:34:52 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B07B52AC0B3 for ; Fri, 8 Jul 2011 04:34:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 087AD80052 for ; Fri, 8 Jul 2011 04:34:51 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/libgdamm/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-cpp/libgdamm/libgdamm-4.99.3.1.ebuild dev-cpp/libgdamm/libgdamm-4.99.3.ebuild X-VCS-Directories: dev-cpp/libgdamm/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: fe63d6ee9da800debbae55ab698d80659ef643d7 Date: Fri, 8 Jul 2011 04:34:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a18f91bae1dff500c8a6083cce84cab4 commit: fe63d6ee9da800debbae55ab698d80659ef643d7 Author: Alexandre Rostovtsev gmail com> AuthorDate: Fri Jul 8 04:31:42 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Fri Jul 8 04:34:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dfe63d6ee dev-cpp/libgdamm: 4.99.3 =E2=86=92 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.ebuil= d,v 1.2 2011/02/17 10:15:01 pacho Exp $ + +EAPI=3D"4" +GNOME2_LA_PUNT=3D"yes" +GCONF_DEBUG=3D"no" + +inherit gnome2 + +DESCRIPTION=3D"C++ bindings for libgda" +HOMEPAGE=3D"http://www.gtkmm.org" + +LICENSE=3D"LGPL-2.1" +SLOT=3D"5" +KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86" +IUSE=3D"berkdb doc" + +RDEPEND=3D">=3Ddev-cpp/glibmm-2.27.93:2 + >=3Dgnome-extra/libgda-4.99.3:5[berkdb=3D]" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig + doc? ( app-doc/doxygen )" + +pkg_setup() { + # Automagic libgda-berkdb support + DOCS=3D"AUTHORS ChangeLog NEWS README TODO" + G2CONF=3D"${G2CONF} $(use_enable doc documentation)" +} diff --git a/dev-cpp/libgdamm/libgdamm-4.99.3.ebuild b/dev-cpp/libgdamm/l= ibgdamm-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.ebuil= d,v 1.2 2011/02/17 10:15:01 pacho Exp $ - -EAPI=3D"4" -GNOME2_LA_PUNT=3D"yes" -GCONF_DEBUG=3D"no" - -inherit gnome2 - -DESCRIPTION=3D"C++ bindings for libgda" -HOMEPAGE=3D"http://www.gtkmm.org" - -LICENSE=3D"LGPL-2.1" -SLOT=3D"5" -KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86" -IUSE=3D"berkdb doc" - -RDEPEND=3D">=3Ddev-cpp/glibmm-2.27.93:2 - >=3Dgnome-extra/libgda-4.99.2:5[berkdb=3D]" -DEPEND=3D"${RDEPEND} - dev-util/pkgconfig - doc? ( app-doc/doxygen )" - -pkg_setup() { - # Automagic libgda-berkdb support - DOCS=3D"AUTHORS ChangeLog NEWS README TODO" - G2CONF=3D"${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 introd= uced - # 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 differe= nce - # between libgda git master (future 4.99.3) and the libgda 4.99.2 relea= se. - sed -e 's:libgda-5.0 >=3D 4.99.3:libgda-5.0 >=3D 4.99.2:' \ - -i configure.ac configure || die "sed configure.ac configure failed" - gnome2_src_prepare -}