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 1QaAIw-0006DZ-9l for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:36:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4FEB1C1DD; Fri, 24 Jun 2011 17:35:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6DE761C1DD for ; Fri, 24 Jun 2011 17:35:55 +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 84B0D2AC010 for ; Fri, 24 Jun 2011 17:35:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D8AB48004C for ; Fri, 24 Jun 2011 17:35:53 +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: <866420c80a28fe8f781f0d31fc814292632f1fa0.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-cpp/libgdamm/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-cpp/libgdamm/libgdamm-4.99.0.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: 866420c80a28fe8f781f0d31fc814292632f1fa0 Date: Fri, 24 Jun 2011 17:35:53 +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: 5d86a196197687c0af51fc3d96cbd1a6 commit: 866420c80a28fe8f781f0d31fc814292632f1fa0 Author: Alexandre Rostovtsev gmail com> AuthorDate: Thu Jun 23 05:54:22 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Fri Jun 24 17:15:45 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D866420c8 dev-cpp/libgdamm: 4.99.0.1 =E2=86=92 4.99.3 Version bump. Switch to EAPI 4 to get the xz tarball. Add a berkdb USE fl= ag and RDEPEND on libgda:5[berkdb=3D] 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 th= at 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.ebuil= d,v 1.2 2011/02/17 10:15:01 pacho Exp $ - -EAPI=3D"3" -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"doc" - -RDEPEND=3D">=3Ddev-cpp/glibmm-2.27.93:2 - >=3Dgnome-extra/libgda-4.99.0:5" -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 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.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 +}