diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-09-03 06:48:57 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-09-03 06:48:57 +0000 |
commit | 8641e9499bcf97100474e5387d189b10b0c54c48 (patch) | |
tree | 856f7dd720cdd6505f3b76dfff64bcfa25c3669f /app-vim | |
parent | depend only on latex-base, not virtual/tetex (diff) | |
download | gentoo-2-8641e9499bcf97100474e5387d189b10b0c54c48.tar.gz gentoo-2-8641e9499bcf97100474e5387d189b10b0c54c48.tar.bz2 gentoo-2-8641e9499bcf97100474e5387d189b10b0c54c48.zip |
replace virtual/tetex with virtual/latex-base for bug 222501
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/latexsuite/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5.20060124.ebuild | 6 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5.20060325.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-vim/latexsuite/ChangeLog b/app-vim/latexsuite/ChangeLog index f751d6cc31ae..d9347ecb9b29 100644 --- a/app-vim/latexsuite/ChangeLog +++ b/app-vim/latexsuite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/latexsuite -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.25 2007/01/23 16:35:46 genone Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.26 2008/09/03 06:48:57 opfer Exp $ + + 03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> + latexsuite-1.5.20060124.ebuild, latexsuite-1.5.20060325.ebuild: + replace virtual/tetex with virtual/latex-base for bug 222501 23 Jan 2007; Marius Mauch <genone@gentoo.org> latexsuite-1.5_rc1.ebuild, latexsuite-1.5.ebuild, latexsuite-1.5.20060124.ebuild, diff --git a/app-vim/latexsuite/latexsuite-1.5.20060124.ebuild b/app-vim/latexsuite/latexsuite-1.5.20060124.ebuild index a854cabccf5a..7eadf4f5bdcb 100644 --- a/app-vim/latexsuite/latexsuite-1.5.20060124.ebuild +++ b/app-vim/latexsuite/latexsuite-1.5.20060124.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.20060124.ebuild,v 1.10 2007/07/11 05:14:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.20060124.ebuild,v 1.11 2008/09/03 06:48:57 opfer Exp $ inherit vim-plugin versionator @@ -16,7 +16,7 @@ MY_P="latexSuite$(get_version_component_range 3- )" S="${WORKDIR}" SRC_URI="http://vim-latex.sourceforge.net/download/${MY_P}.tar.gz" -RDEPEND="virtual/tetex" +RDEPEND="virtual/latex-base" VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt" diff --git a/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild b/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild index 6c3a99c92987..233bf1edd061 100644 --- a/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild +++ b/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild,v 1.4 2007/07/11 05:14:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild,v 1.5 2008/09/03 06:48:57 opfer Exp $ inherit vim-plugin versionator @@ -16,7 +16,7 @@ MY_P="latexSuite$(get_version_component_range 3- )" S="${WORKDIR}" SRC_URI="http://vim-latex.sourceforge.net/download/${MY_P}.tar.gz" -RDEPEND="virtual/tetex" +RDEPEND="virtual/latex-base" VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt" |