From dea24f82f720423408a48c320036127f912b8bd5 Mon Sep 17 00:00:00 2001 From: Jaroslav Hron Date: Tue, 4 Dec 2012 12:36:35 +0100 Subject: add new gedit-latex plugin --- app-editors/gedit-latex/gedit-latex-3.4.1 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-editors/gedit-latex/gedit-latex-3.4.1 diff --git a/app-editors/gedit-latex/gedit-latex-3.4.1 b/app-editors/gedit-latex/gedit-latex-3.4.1 new file mode 100644 index 0000000..2e0af78 --- /dev/null +++ b/app-editors/gedit-latex/gedit-latex-3.4.1 @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Provides code assistance for C, C++ and Objective-C by utilizing clang" +HOMEPAGE="http://live.gnome.org/Gedit" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=app-editors/gedit-3 + >=dev-libs/glib-2.26:2 + x11-libs/gtk+:3 +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17 + virtual/pkgconfig +" + +DOCS="AUTHORS ChangeLog NEWS README" -- cgit v1.2.3-65-gdbad