diff options
Diffstat (limited to 'dev-cpp/libgdamm/libgdamm-4.99.7.ebuild')
-rw-r--r-- | dev-cpp/libgdamm/libgdamm-4.99.7.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-cpp/libgdamm/libgdamm-4.99.7.ebuild b/dev-cpp/libgdamm/libgdamm-4.99.7.ebuild new file mode 100644 index 000000000000..793902f20dd4 --- /dev/null +++ b/dev-cpp/libgdamm/libgdamm-4.99.7.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/libgdamm-4.99.7.ebuild,v 1.1 2013/04/25 19:42:56 pacho Exp $ + +EAPI="5" +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-5.0.2:5[berkdb=] +" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" + +src_configure() { + # Automagic libgda-berkdb support + gnome2_src_configure $(use_enable doc documentation) +} |