diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-29 00:51:23 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-29 00:51:23 +0000 |
commit | 6a080e68db12a48f93df6d6f1a64b3695d8bdeb4 (patch) | |
tree | f56086c092bc20bacc3e08609938d8f79fb9eb32 /app-vim/vimoutliner | |
parent | Rebuilt Manifest (diff) | |
download | gentoo-2-6a080e68db12a48f93df6d6f1a64b3695d8bdeb4.tar.gz gentoo-2-6a080e68db12a48f93df6d6f1a64b3695d8bdeb4.tar.bz2 gentoo-2-6a080e68db12a48f93df6d6f1a64b3695d8bdeb4.zip |
x86, sparc, mips stable
Diffstat (limited to 'app-vim/vimoutliner')
-rw-r--r-- | app-vim/vimoutliner/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/vimoutliner/vimoutliner-0.3.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/vimoutliner/ChangeLog b/app-vim/vimoutliner/ChangeLog index b45955a66b79..5c45ea888576 100644 --- a/app-vim/vimoutliner/ChangeLog +++ b/app-vim/vimoutliner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vimoutliner # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/ChangeLog,v 1.1 2004/11/28 13:17:08 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/ChangeLog,v 1.2 2004/12/29 00:51:23 ciaranm Exp $ + + 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> + vimoutliner-0.3.3.ebuild: + x86, sparc, mips stable *vimoutliner-0.3.3 (28 Nov 2004) diff --git a/app-vim/vimoutliner/vimoutliner-0.3.3.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.3.ebuild index 457c01d1a408..fd48b32356dd 100644 --- a/app-vim/vimoutliner/vimoutliner-0.3.3.ebuild +++ b/app-vim/vimoutliner/vimoutliner-0.3.3.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/vimoutliner/vimoutliner-0.3.3.ebuild,v 1.1 2004/11/28 13:17:08 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/vimoutliner-0.3.3.ebuild,v 1.2 2004/12/29 00:51:23 ciaranm Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: easy and fast outlining" HOMEPAGE="http://www.vimoutliner.org" SRC_URI="mirror://gentoo/${PN}-${PV}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~mips ~amd64" +KEYWORDS="x86 sparc mips ~amd64" IUSE="" VIM_PLUGIN_HELPFILES="vimoutliner" |