commit: 356c8b48bf9014bd01b16ad45adc3d94b8a4d878 Author: Lorenzo Porta <vindex17 <AT> outlook <DOT> it> AuthorDate: Wed May 20 15:14:03 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun May 24 16:24:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=356c8b48
gnome-extra/gnome-builder: initial ebuild .../gnome-builder/gnome-builder-3.16.3.ebuild | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild b/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild new file mode 100644 index 0000000..6afadc2 --- /dev/null +++ b/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Builder attempts to be an IDE for writing software for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Builder" + +LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA CC0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+introspection" + +RDEPEND=" + >=dev-libs/gjs-1.42 + >=dev-libs/glib-2.44:2 + >=dev-libs/libgit2-glib-0.22.6 + >=dev-libs/libxml2-2.9.0 + dev-python/pygobject:3 + >=dev-util/devhelp-3.16.0 + sys-devel/clang + >=x11-libs/gtk+-3.16.1:3[introspection?] + >=x11-libs/gtksourceview-3.16.1:3.0/3[introspection?] +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.50.1 + >=sys-devel/gettext + virtual/pkgconfig +" +src_configure() { + gnome2_src_configure \ + $(use_enable introspection) +}