diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-05-15 19:41:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-05-15 19:41:59 +0000 |
commit | a3006bc877ddb55ab89b92fd1a634389df09a0e1 (patch) | |
tree | 47cec8a24886f6385d4b3e84142a7032a923cd0f /app-editors/latexila | |
parent | Add net-wireless/reaver, thanks to Oleg Kravchenko (diff) | |
download | gentoo-2-a3006bc877ddb55ab89b92fd1a634389df09a0e1.tar.gz gentoo-2-a3006bc877ddb55ab89b92fd1a634389df09a0e1.tar.bz2 gentoo-2-a3006bc877ddb55ab89b92fd1a634389df09a0e1.zip |
It depends on app-text/gtkspell:2, bug #415709 by Marek Bartosiewicz.
(Portage version: 2.1.10.60/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/latexila')
-rw-r--r-- | app-editors/latexila/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/latexila/latexila-2.2.3.ebuild | 64 | ||||
-rw-r--r-- | app-editors/latexila/latexila-2.4.0.ebuild | 4 |
3 files changed, 7 insertions, 67 deletions
diff --git a/app-editors/latexila/ChangeLog b/app-editors/latexila/ChangeLog index 22da4aca7bcf..04f58d49bf1b 100644 --- a/app-editors/latexila/ChangeLog +++ b/app-editors/latexila/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2012/05/03 18:33:02 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/ChangeLog,v 1.8 2012/05/15 19:41:58 pacho Exp $ + + 15 May 2012; Pacho Ramos <pacho@gentoo.org> -latexila-2.2.3.ebuild, + latexila-2.4.0.ebuild: + It depends on app-text/gtkspell:2, bug #415709 by Marek Bartosiewicz. 03 May 2012; Jeff Horelick <jdhore@gentoo.org> latexila-2.2.3.ebuild, latexila-2.4.0.ebuild: diff --git a/app-editors/latexila/latexila-2.2.3.ebuild b/app-editors/latexila/latexila-2.2.3.ebuild deleted file mode 100644 index 988ac1dfacd8..000000000000 --- a/app-editors/latexila/latexila-2.2.3.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# 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.2.3.ebuild,v 1.2 2012/05/03 18:33:01 jdhore Exp $ - -EAPI="4" -CMAKE_MIN_VERSION="2.6.4" -CMAKE_IN_SOURCE_BUILD="yes" # for gnome2.eclass compat -GCONF_DEBUG="no" - -inherit cmake-utils gnome2 - -DESCRIPTION="Integrated LaTeX environment for GNOME" -HOMEPAGE="http://projects.gnome.org/latexila/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gnome +latexmk rubber" - -COMMON_DEPEND=" - >=dev-libs/glib-2.28:2 - dev-libs/libgee:0 - dev-libs/libunique:1 - >=x11-libs/gtk+-2.16:2 - >=x11-libs/gtksourceview-2.10:2.0 - x11-libs/gdk-pixbuf:2 - x11-libs/libX11 - x11-libs/pango - gnome? ( gnome-base/gsettings-desktop-schemas ) -" -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 -" - -pkg_setup() { - DOCS="AUTHORS HACKING NEWS README TODO" -} - -src_prepare() { - if [[ -n ${LINGUAS+set} ]]; then - # LINGUAS is set, let's try to respect it. - pushd po > /dev/null - local po_file - for po_file in *.po; do - has "${po_file%.po}" ${LINGUAS} || rm -v "${po_file}" - done - popd > /dev/null - fi -} - -src_configure() { - local mycmakeargs=" - $(cmake-utils_use_with gnome GNOME) - -DCOMPILE_SCHEMA=OFF" - cmake-utils_src_configure -} diff --git a/app-editors/latexila/latexila-2.4.0.ebuild b/app-editors/latexila/latexila-2.4.0.ebuild index ee0281109c7f..d15ec5d789cf 100644 --- a/app-editors/latexila/latexila-2.4.0.ebuild +++ b/app-editors/latexila/latexila-2.4.0.ebuild @@ -1,6 +1,6 @@ # 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.4.0.ebuild,v 1.4 2012/05/03 18:33:01 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/latexila-2.4.0.ebuild,v 1.5 2012/05/15 19:41:58 pacho Exp $ EAPI="4" CMAKE_MIN_VERSION="2.6.4" @@ -18,7 +18,7 @@ KEYWORDS="amd64 x86" IUSE="gnome +latexmk rubber vala" COMMON_DEPEND=" - app-text/gtkspell + app-text/gtkspell:2 >=dev-libs/glib-2.30:2 dev-libs/libgee:0 dev-libs/libunique:1 |