diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-11-21 22:05:33 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-11-21 22:05:33 +0000 |
commit | ecfa93bd1f922ec91e98c6d0444c9267e582ed67 (patch) | |
tree | bf9cc9ac9b3b0686803388c807bc5ee6d5d48565 /dev-cpp/gtksourceviewmm/gtksourceviewmm-3.2.0.ebuild | |
parent | Add patch for security bug #391283 (diff) | |
download | gentoo-2-ecfa93bd1f922ec91e98c6d0444c9267e582ed67.tar.gz gentoo-2-ecfa93bd1f922ec91e98c6d0444c9267e582ed67.tar.bz2 gentoo-2-ecfa93bd1f922ec91e98c6d0444c9267e582ed67.zip |
Version bump. Clean up old revision.
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/gtksourceviewmm/gtksourceviewmm-3.2.0.ebuild')
-rw-r--r-- | dev-cpp/gtksourceviewmm/gtksourceviewmm-3.2.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.2.0.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.2.0.ebuild new file mode 100644 index 000000000000..5cb6a0897461 --- /dev/null +++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.2.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.2.0.ebuild,v 1.1 2011/11/21 22:05:33 eva Exp $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="C++ bindings for gtksourceview" +HOMEPAGE="http://projects.gnome.org/gtksourceviewmm/" + +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc" +SLOT="3.0" +LICENSE="LGPL-2.1" + +RDEPEND=">=dev-cpp/glibmm-2.28:2 + >=dev-cpp/gtkmm-3.2:3.0 + >=x11-libs/gtksourceview-3.2:3.0 + + dev-cpp/atkmm + dev-cpp/cairomm + dev-cpp/pangomm:1.4" +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( app-doc/doxygen )" + +pkg_setup() { + DOCS="AUTHORS ChangeLog* NEWS README" + G2CONF="${G2CONF} $(use_enable doc documentation)" +} |