diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-17 15:35:49 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-17 15:35:49 +0000 |
commit | 705359585245ac09c536445dd6fb70c5903251ef (patch) | |
tree | 8bbb7b092637ad10ea4229f1e03ef074bdef281f /app-vim | |
parent | Added the i386 target (Manifest recommit) (diff) | |
download | gentoo-2-705359585245ac09c536445dd6fb70c5903251ef.tar.gz gentoo-2-705359585245ac09c536445dd6fb70c5903251ef.tar.bz2 gentoo-2-705359585245ac09c536445dd6fb70c5903251ef.zip |
Changed app-text/tetex to virtual/tetex.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/latexsuite/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5_rc1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/latexsuite/ChangeLog b/app-vim/latexsuite/ChangeLog index 2c81b677ef75..3c10df37feca 100644 --- a/app-vim/latexsuite/ChangeLog +++ b/app-vim/latexsuite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/latexsuite # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.4 2004/03/16 00:30:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.5 2004/05/17 15:35:49 usata Exp $ + + 18 May 2004; Mamoru KOMACHI <usata@gentoo.org> latexsuite-1.5_rc1.ebuild: + Changed app-text/tetex to virtual/tetex. 16 Mar 2004; David Holm <dholm@gentoo.org> latexsuite-1.5_rc1.ebuild: Added to ~ppc. diff --git a/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild b/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild index 5d6d867dee67..b63a3bc26283 100644 --- a/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild +++ b/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild,v 1.4 2004/03/16 00:30:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5_rc1.ebuild,v 1.5 2004/05/17 15:35:49 usata Exp $ inherit vim-plugin @@ -16,7 +16,7 @@ MY_P="latexSuite-${PV/_/-}" S="${WORKDIR}" SRC_URI="http://vim-latex.sourceforge.net/download/${MY_P}.tar.gz" -RDEPEND="app-text/tetex" +RDEPEND="virtual/tetex" src_install() { into /usr ; dobin ltags ; rm ltags |