diff options
Diffstat (limited to 'dev-cpp/libgdamm/libgdamm-4.1.3.ebuild')
-rw-r--r-- | dev-cpp/libgdamm/libgdamm-4.1.3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-cpp/libgdamm/libgdamm-4.1.3.ebuild b/dev-cpp/libgdamm/libgdamm-4.1.3.ebuild new file mode 100644 index 000000000000..79b668972116 --- /dev/null +++ b/dev-cpp/libgdamm/libgdamm-4.1.3.ebuild @@ -0,0 +1,28 @@ +# 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.3.ebuild,v 1.1 2011/09/22 16:52:01 pacho Exp $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="C++ bindings for libgda" +HOMEPAGE="http://www.gtkmm.org" + +LICENSE="LGPL-2.1" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="berkdb doc" + +RDEPEND=">=dev-cpp/glibmm-2.27.93:2[doc?] + >=gnome-extra/libgda-4.1.7:4[berkdb=]" +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( app-doc/doxygen )" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README TODO" + G2CONF="${G2CONF} $(use_enable doc documentation)" +} |