commit:     6900848ef3e58b8d8604fc8cd356c05a10f5f2a3
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 07:19:28 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 07:42:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6900848e

app-editors/latexila: version bump 3.20.1 → 3.22.0

Replace dependency on itstool by yelp-tools, checking macro used in configure.
Drop dependency on libX11, it is not linking to it nor using its headers.
Add missing dependency on gdbus-codegen per configure.

Package-Manager: portage-2.3.1

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

diff --git a/app-editors/latexila/Manifest b/app-editors/latexila/Manifest
index a13cb3a..3e8c02b 100644
--- a/app-editors/latexila/Manifest
+++ b/app-editors/latexila/Manifest
@@ -1,3 +1,4 @@
 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
+DIST latexila-3.22.0.tar.xz 1113648 SHA256 
f78b643d95bbc3867430b32684c859a13aa887c1433d0e8df91a51168b564e54 SHA512 
dbb2e195fa3224a9c5ce72ccec5c9c9b188c70152534846782791930107a9c9d761edef53bca2bb92ff20dd7c58413ecee2c4fa514d70a2d574b8f7e847b7673
 WHIRLPOOL 
1f792d4290f081a49be0d2fa0bcdac8b4e87c7d35b2c11d4e9cb3797a744785044ba6ccc0d655b645a3a620956b11b943b67998d5e6469880436a9e35be27c67

diff --git a/app-editors/latexila/latexila-3.22.0.ebuild 
b/app-editors/latexila/latexila-3.22.0.ebuild
new file mode 100644
index 00000000..15ac698
--- /dev/null
+++ b/app-editors/latexila/latexila-3.22.0.ebuild
@@ -0,0 +1,53 @@
+# 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"
+
+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/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}
+       app-text/yelp-tools
+       dev-util/gdbus-codegen
+       >=dev-util/gtk-doc-am-1.14
+       >=dev-util/intltool-0.50.1
+       virtual/pkgconfig
+"
+
+src_prepare() {
+       gnome2_src_prepare
+       vala_src_prepare
+}
+
+src_configure() {
+       gnome2_src_configure \
+               $(use_enable introspection)
+}

Reply via email to