commit:     3300a9b0211dcf43f86c343c6f1d707e4489c7f5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 10:12:10 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 10:49:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3300a9b0

app-editors/latexila: Version bump

Package-Manager: portage-2.3.0

 app-editors/latexila/Manifest               |  1 +
 app-editors/latexila/latexila-3.20.1.ebuild | 54 +++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/app-editors/latexila/Manifest b/app-editors/latexila/Manifest
index ef4fca1..a13cb3a 100644
--- a/app-editors/latexila/Manifest
+++ b/app-editors/latexila/Manifest
@@ -1,2 +1,3 @@
 DIST latexila-3.18.2.tar.xz 1094728 SHA256 
4bb584ec2c8d2ff8ee91e533ad7cf298f68b4a17c18b5663ea38482095c8773a SHA512 
98d927e65c26c883e9f46097c204d612ad7815f1f2ebf73194f56f90ff63ce6e51780e6b7b8f7d5d7c303b52f4dfca3e891f61242fd81ce5898dfef90e15c1b6
 WHIRLPOOL 
fae82e1be3cdee1b67a8ef1cf16d892639bd55b0a485136b4d40ef174bd08921a207c0360a17a85a924d362cd25b437d69dc91c3dac6c973bf6f4d940d7ca775
 DIST latexila-3.20.0.tar.xz 1104688 SHA256 
fa0a7023b522339a1d5af57121bbed410651f4772b76a7139a3ab1c2ab49f85c SHA512 
cc27512299b9388f87edcd03376b177c305249718a6e73e9a536e10f6b408a164cbc14642bd212d34c96204b1accd252ed183c0cc4560c3261f235e191be2c63
 WHIRLPOOL 
a58787458b9a9c43838c2461f2f87f0c3c8c66bbf216eac0758d8053dd14aa7b0cac0535b8be867e822bda39b35d7b9bbc1a9e20f21477ccd5c2ef8f3e6b40e8
+DIST latexila-3.20.1.tar.xz 1113788 SHA256 
58edbe3a1d7734d590ed4b85387fb8ce2e0df351bde9cd25ed3ee29239c81089 SHA512 
22fd8eb6f6ae839404a6c1ca25b7bda796bcd740e2a66fde7d4fd92f8d412972b023e1769fda04247a0c0c4d97640b64ca3426d3285b4c94f33429a576d0b2ff
 WHIRLPOOL 
25aadbf3de455277b981d6c33a1cf307423d3c3355b3518acbfb2ea776eb2c463accae2ef24ae90dc5583c3d4069d981d26772f5440085b269f9bc6fe04a0451

diff --git a/app-editors/latexila/latexila-3.20.1.ebuild 
b/app-editors/latexila/latexila-3.20.1.ebuild
new file mode 100644
index 0000000..780995b
--- /dev/null
+++ b/app-editors/latexila/latexila-3.20.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Integrated LaTeX environment for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/LaTeXila";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+introspection +latexmk rubber"
+
+# gspell-0.1 is required for this cycle
+# 
https://git.gnome.org/browse/latexila/commit/?h=gnome-3-18&id=fd6b77796e304cfb9e31844cf24432d3b2cb6043
+COMMON_DEPEND="$(vala_depend)
+       app-text/enchant
+       >=app-text/gspell-1.0:0=
+       >=dev-libs/glib-2.40:2[dbus]
+       >=dev-libs/libgee-0.10:0.8=
+       gnome-base/gsettings-desktop-schemas
+       >=x11-libs/gtk+-3.20:3
+       >=x11-libs/gtksourceview-3.18:3.0=
+       x11-libs/gdk-pixbuf:2
+       x11-libs/libX11
+       x11-libs/pango
+       introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
+"
+RDEPEND="${COMMON_DEPEND}
+       virtual/latex-base
+       x11-themes/hicolor-icon-theme
+       latexmk? ( dev-tex/latexmk )
+       rubber? ( dev-tex/rubber )
+"
+DEPEND="${COMMON_DEPEND}
+       >=dev-util/gtk-doc-am-1.14
+       >=dev-util/intltool-0.50.1
+       dev-util/itstool
+       virtual/pkgconfig
+"
+
+src_prepare() {
+       gnome2_src_prepare
+       vala_src_prepare
+}
+
+src_configure() {
+       gnome2_src_configure \
+               $(use_enable introspection)
+}

Reply via email to