Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-cpp/libgdamm/
Date: Thu, 31 Mar 2011 13:52:20
Message-Id: a0c5fa9922ff3e9b6b5f6d2c79f3af768b8894fb.nirbheek@gentoo
1 commit: a0c5fa9922ff3e9b6b5f6d2c79f3af768b8894fb
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 13:50:44 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 13:50:44 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a0c5fa99
7
8 Add dev-cpp/libgdamm-4.99.0.1
9
10 ---
11 dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild | 29 +++++++++++++++++++++++++++++
12 1 files changed, 29 insertions(+), 0 deletions(-)
13
14 diff --git a/dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild b/dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild
15 new file mode 100644
16 index 0000000..c04953e
17 --- /dev/null
18 +++ b/dev-cpp/libgdamm/libgdamm-4.99.0.1.ebuild
19 @@ -0,0 +1,29 @@
20 +# Copyright 1999-2011 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/libgdamm-4.1.1.ebuild,v 1.2 2011/02/17 10:15:01 pacho Exp $
23 +
24 +EAPI="3"
25 +GNOME2_LA_PUNT="yes"
26 +GCONF_DEBUG="no"
27 +
28 +inherit gnome2
29 +
30 +DESCRIPTION="C++ bindings for libgda"
31 +HOMEPAGE="http://www.gtkmm.org"
32 +
33 +LICENSE="LGPL-2.1"
34 +SLOT="5"
35 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 +IUSE="doc"
37 +
38 +RDEPEND=">=dev-cpp/glibmm-2.27.93:2
39 + >=gnome-extra/libgda-4.99.0:5"
40 +DEPEND="${RDEPEND}
41 + dev-util/pkgconfig
42 + doc? ( app-doc/doxygen )"
43 +
44 +pkg_setup() {
45 + # Automagic libgda-berkdb support
46 + DOCS="AUTHORS ChangeLog NEWS README TODO"
47 + G2CONF="${G2CONF} $(use_enable doc documentation)"
48 +}