summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Hron <jaroslav.hron@mff.cuni.cz>2012-12-04 12:36:35 +0100
committerJaroslav Hron <jaroslav.hron@mff.cuni.cz>2012-12-04 12:36:35 +0100
commitdea24f82f720423408a48c320036127f912b8bd5 (patch)
tree99b50b12878aac7c8f22840023fdf2802a7c3498
parentclean up paraview (diff)
downloadjxh-dea24f82f720423408a48c320036127f912b8bd5.tar.gz
jxh-dea24f82f720423408a48c320036127f912b8bd5.tar.bz2
jxh-dea24f82f720423408a48c320036127f912b8bd5.zip
add new gedit-latex plugin
-rw-r--r--app-editors/gedit-latex/gedit-latex-3.4.128
1 files changed, 28 insertions, 0 deletions
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"