diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-30 01:00:50 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-30 01:00:50 +0000 |
commit | ea4dd7346c73ff1811376428d22244ed5f73e9f2 (patch) | |
tree | ea8d004eb9999e7734ab8c31940e20c2aa09c9cf /app-vim/latexsuite | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-ea4dd7346c73ff1811376428d22244ed5f73e9f2.tar.gz gentoo-2-ea4dd7346c73ff1811376428d22244ed5f73e9f2.tar.bz2 gentoo-2-ea4dd7346c73ff1811376428d22244ed5f73e9f2.zip |
Stable on alpha.
Diffstat (limited to 'app-vim/latexsuite')
-rw-r--r-- | app-vim/latexsuite/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/latexsuite/ChangeLog b/app-vim/latexsuite/ChangeLog index 9fc600377a7e..b040ff3e1f91 100644 --- a/app-vim/latexsuite/ChangeLog +++ b/app-vim/latexsuite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/latexsuite # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.12 2004/12/29 00:36:57 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.13 2004/12/30 00:56:45 kloeri Exp $ + + 30 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> latexsuite-1.5.ebuild: + Stable on alpha. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> latexsuite-1.5.ebuild: x86 stable diff --git a/app-vim/latexsuite/latexsuite-1.5.ebuild b/app-vim/latexsuite/latexsuite-1.5.ebuild index 8b52c85fdf5d..40d71b1bafa7 100644 --- a/app-vim/latexsuite/latexsuite-1.5.ebuild +++ b/app-vim/latexsuite/latexsuite-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.9 2004/12/29 00:36:57 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.10 2004/12/30 00:56:45 kloeri Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: Latex-Suite attempts to provide a comprehensive set of HOMEPAGE="http://vim-latex.sourceforge.net/" LICENSE="vim" -KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc x86" +KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86" IUSE="" # We use this tar-ball as it's distributed instead of repackaging it. |