diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-05-08 13:59:38 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-05-08 13:59:38 +0000 |
commit | a8fa1ec47576785d6254f51ebcbae63db57f39ae (patch) | |
tree | 8af5cc96092801c58ddba346d19814d63e597e7c /dev-cpp | |
parent | Add support for systemd, bug #366177. (diff) | |
download | gentoo-2-a8fa1ec47576785d6254f51ebcbae63db57f39ae.tar.gz gentoo-2-a8fa1ec47576785d6254f51ebcbae63db57f39ae.tar.bz2 gentoo-2-a8fa1ec47576785d6254f51ebcbae63db57f39ae.zip |
Add slot 3.0 from gnome overlay, bug #361127.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtksourceviewmm/ChangeLog | 8 | ||||
-rw-r--r-- | dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-cpp/gtksourceviewmm/ChangeLog b/dev-cpp/gtksourceviewmm/ChangeLog index 9cdd4398d511..7fc122f59c1d 100644 --- a/dev-cpp/gtksourceviewmm/ChangeLog +++ b/dev-cpp/gtksourceviewmm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/gtksourceviewmm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.12 2011/01/24 16:22:47 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.13 2011/05/08 13:59:38 eva Exp $ + +*gtksourceviewmm-3.0.0 (08 May 2011) + + 08 May 2011; Gilles Dartiguelongue <eva@gentoo.org> + +gtksourceviewmm-3.0.0.ebuild: + Add slot 3.0 from gnome overlay, bug #361127. 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> -gtksourceviewmm-2.2.0.ebuild, gtksourceviewmm-2.10.1.ebuild: diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.0.ebuild new file mode 100644 index 000000000000..1c675c60f1c2 --- /dev/null +++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.0.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.0.0.ebuild,v 1.1 2011/05/08 13:59:38 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:3.0 + >=x11-libs/gtksourceview-3: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)" +} |