diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2015-05-01 15:39:18 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2015-05-01 15:39:18 +0000 |
commit | 2142067b10115efa3b749468f0300669412c821b (patch) | |
tree | d933b5cde7178b37c30fd5770e7376bfe53cce14 /dev-cpp/gtksourceviewmm | |
parent | Version bump. (diff) | |
download | gentoo-2-2142067b10115efa3b749468f0300669412c821b.tar.gz gentoo-2-2142067b10115efa3b749468f0300669412c821b.tar.bz2 gentoo-2-2142067b10115efa3b749468f0300669412c821b.zip |
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-cpp/gtksourceviewmm')
-rw-r--r-- | dev-cpp/gtksourceviewmm/ChangeLog | 10 | ||||
-rw-r--r-- | dev-cpp/gtksourceviewmm/gtksourceviewmm-3.12.0.ebuild | 35 |
2 files changed, 43 insertions, 2 deletions
diff --git a/dev-cpp/gtksourceviewmm/ChangeLog b/dev-cpp/gtksourceviewmm/ChangeLog index d7dd2281d60c..8bb72bab3caf 100644 --- a/dev-cpp/gtksourceviewmm/ChangeLog +++ b/dev-cpp/gtksourceviewmm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/gtksourceviewmm -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.33 2014/04/27 09:34:15 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.34 2015/05/01 15:39:18 eva Exp $ + +*gtksourceviewmm-3.12.0 (01 May 2015) + + 01 May 2015; Gilles Dartiguelongue <eva@gentoo.org> + +gtksourceviewmm-3.12.0.ebuild: + Version bump. 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> gtksourceviewmm-3.2.0.ebuild: Move to ~ppc as they won't stabilize newer deps diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.12.0.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.12.0.ebuild new file mode 100644 index 000000000000..cf4e1a3f767c --- /dev/null +++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.12.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.12.0.ebuild,v 1.1 2015/05/01 15:39:18 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 eutils + +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.12:3.0 + + dev-cpp/atkmm + dev-cpp/cairomm + dev-cpp/pangomm:1.4 +" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" + +src_configure() { + DOCS="AUTHORS ChangeLog* NEWS README" + gnome2_src_configure $(use_enable doc documentation) +} |