summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-02-16 15:23:53 +0000
committerPacho Ramos <pacho@gentoo.org>2014-02-16 15:23:53 +0000
commit7cda8b97dacb0ec51c22c37886c639959eb36f22 (patch)
tree5c0061b66121e006dba5f33e6cc64849ed6d69ba /app-editors/latexila
parentVersion bump. Cleanup old. (diff)
downloadgentoo-2-7cda8b97dacb0ec51c22c37886c639959eb36f22.tar.gz
gentoo-2-7cda8b97dacb0ec51c22c37886c639959eb36f22.tar.bz2
gentoo-2-7cda8b97dacb0ec51c22c37886c639959eb36f22.zip
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-editors/latexila')
-rw-r--r--app-editors/latexila/ChangeLog7
-rw-r--r--app-editors/latexila/latexila-2.10.1.ebuild48
2 files changed, 54 insertions, 1 deletions
diff --git a/app-editors/latexila/ChangeLog b/app-editors/latexila/ChangeLog
index 29d953eebdad..3689a02f8ca3 100644
--- a/app-editors/latexila/ChangeLog
+++ b/app-editors/latexila/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/latexila
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/ChangeLog,v 1.23 2014/02/09 13:28:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/ChangeLog,v 1.24 2014/02/16 15:23:53 pacho Exp $
+
+*latexila-2.10.1 (16 Feb 2014)
+
+ 16 Feb 2014; Pacho Ramos <pacho@gentoo.org> +latexila-2.10.1.ebuild:
+ Version bump
*latexila-2.10.0 (09 Feb 2014)
diff --git a/app-editors/latexila/latexila-2.10.1.ebuild b/app-editors/latexila/latexila-2.10.1.ebuild
new file mode 100644
index 000000000000..4e74af065842
--- /dev/null
+++ b/app-editors/latexila/latexila-2.10.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/latexila-2.10.1.ebuild,v 1.1 2014/02/16 15:23:53 pacho Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.20"
+
+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="+latexmk rubber"
+
+COMMON_DEPEND="
+ app-text/enchant
+ >=app-text/gtkspell-3.0.4:3
+ >=dev-libs/glib-2.36:2
+ dev-libs/libgee:0
+ gnome-base/gsettings-desktop-schemas
+ >=x11-libs/gtk+-3.6.0:3
+ >=x11-libs/gtksourceview-3.10.0: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
+"
+
+src_prepare() {
+ DOCS="AUTHORS HACKING NEWS README"
+ gnome2_src_prepare
+ vala_src_prepare
+}