summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-09-28 20:27:32 +0000
committerPacho Ramos <pacho@gentoo.org>2013-09-28 20:27:32 +0000
commit909e54031a3f11f2f099a8ee49a0cb8dcb609a68 (patch)
tree2474189bee7ff1231e33427e41dd412282a72fcc /app-editors/latexila
parentVersion bump (diff)
downloadgentoo-2-909e54031a3f11f2f099a8ee49a0cb8dcb609a68.tar.gz
gentoo-2-909e54031a3f11f2f099a8ee49a0cb8dcb609a68.tar.bz2
gentoo-2-909e54031a3f11f2f099a8ee49a0cb8dcb609a68.zip
Version bump, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-editors/latexila')
-rw-r--r--app-editors/latexila/ChangeLog8
-rw-r--r--app-editors/latexila/latexila-2.8.3.ebuild (renamed from app-editors/latexila/latexila-2.8.0.ebuild)10
2 files changed, 14 insertions, 4 deletions
diff --git a/app-editors/latexila/ChangeLog b/app-editors/latexila/ChangeLog
index 57d8562aa209..70ad894f6c58 100644
--- a/app-editors/latexila/ChangeLog
+++ b/app-editors/latexila/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/latexila
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/ChangeLog,v 1.19 2013/05/13 18:21:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/ChangeLog,v 1.20 2013/09/28 20:27:32 pacho Exp $
+
+*latexila-2.8.3 (28 Sep 2013)
+
+ 28 Sep 2013; Pacho Ramos <pacho@gentoo.org> +latexila-2.8.3.ebuild,
+ -latexila-2.8.0.ebuild:
+ Version bump, drop old
*latexila-2.8.1 (13 May 2013)
diff --git a/app-editors/latexila/latexila-2.8.0.ebuild b/app-editors/latexila/latexila-2.8.3.ebuild
index 868d95d30670..56963306b8b2 100644
--- a/app-editors/latexila/latexila-2.8.0.ebuild
+++ b/app-editors/latexila/latexila-2.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/latexila-2.8.0.ebuild,v 1.1 2013/03/29 12:02:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/latexila-2.8.3.ebuild,v 1.1 2013/09/28 20:27:32 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -18,7 +18,7 @@ IUSE="+latexmk rubber"
COMMON_DEPEND="
app-text/enchant
- >=dev-libs/glib-2.32:2
+ >=dev-libs/glib-2.36:2
dev-libs/libgee:0
gnome-base/gsettings-desktop-schemas
>=x11-libs/gtk+-3.6.0:3
@@ -40,4 +40,8 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
"
-DOCS="AUTHORS HACKING NEWS README"
+src_prepare() {
+ DOCS="AUTHORS HACKING NEWS README"
+ gnome2_src_prepare
+ vala_src_prepare
+}