summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-11-25 21:16:32 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2012-11-25 21:16:32 +0000
commit26fd87b6352ef9354da2cd8926998521a142d1fc (patch)
tree8902081b9c355688be604e1b483974cb106f58d3 /app-editors
parentSupport libav-9 (diff)
downloadgentoo-2-26fd87b6352ef9354da2cd8926998521a142d1fc.tar.gz
gentoo-2-26fd87b6352ef9354da2cd8926998521a142d1fc.tar.bz2
gentoo-2-26fd87b6352ef9354da2cd8926998521a142d1fc.zip
Version bump.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/latexila/ChangeLog7
-rw-r--r--app-editors/latexila/latexila-2.6.2.ebuild43
2 files changed, 49 insertions, 1 deletions
diff --git a/app-editors/latexila/ChangeLog b/app-editors/latexila/ChangeLog
index d4f01b152f0d..3a0b903231ef 100644
--- a/app-editors/latexila/ChangeLog
+++ b/app-editors/latexila/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/latexila
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/ChangeLog,v 1.12 2012/10/20 06:29:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/ChangeLog,v 1.13 2012/11/25 21:16:32 eva Exp $
+
+*latexila-2.6.2 (25 Nov 2012)
+
+ 25 Nov 2012; Gilles Dartiguelongue <eva@gentoo.org> +latexila-2.6.2.ebuild:
+ Version bump.
*latexila-2.6.1 (20 Oct 2012)
diff --git a/app-editors/latexila/latexila-2.6.2.ebuild b/app-editors/latexila/latexila-2.6.2.ebuild
new file mode 100644
index 000000000000..a4c414d2682e
--- /dev/null
+++ b/app-editors/latexila/latexila-2.6.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/latexila-2.6.2.ebuild,v 1.1 2012/11/25 21:16:32 eva Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.18"
+
+inherit gnome2 vala
+
+DESCRIPTION="Integrated LaTeX environment for GNOME"
+HOMEPAGE="http://projects.gnome.org/latexila/"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+latexmk rubber"
+
+COMMON_DEPEND="
+ app-text/enchant
+ >=dev-libs/glib-2.32:2
+ dev-libs/libgee:0
+ gnome-base/gsettings-desktop-schemas
+ >=x11-libs/gtk+-3.4.3:3
+ >=x11-libs/gtksourceview-3.4.1:3.0
+ x11-libs/gdk-pixbuf:2
+ x11-libs/libX11
+ x11-libs/pango
+ $(vala_depend)
+"
+RDEPEND="${COMMON_DEPEND}
+ virtual/latex-base
+ x11-themes/hicolor-icon-theme
+ latexmk? ( dev-tex/latexmk )
+ rubber? ( dev-tex/rubber )
+"
+DEPEND="${COMMON_DEPEND}
+ dev-util/itstool
+ virtual/pkgconfig
+ sys-devel/gettext
+"
+
+DOCS="AUTHORS HACKING NEWS README"