diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 15:41:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 15:41:28 +0000 |
commit | d84ef888fe3bb310572031c980de9f75e081de6a (patch) | |
tree | f27f56dcd8b414b2854d0ef4855afcb355b447cd /app-vim/enhancedcommentify | |
parent | stable on sparc (diff) | |
download | gentoo-2-d84ef888fe3bb310572031c980de9f75e081de6a.tar.gz gentoo-2-d84ef888fe3bb310572031c980de9f75e081de6a.tar.bz2 gentoo-2-d84ef888fe3bb310572031c980de9f75e081de6a.zip |
stable on alpha and ia64
Diffstat (limited to 'app-vim/enhancedcommentify')
-rw-r--r-- | app-vim/enhancedcommentify/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-vim/enhancedcommentify/ChangeLog b/app-vim/enhancedcommentify/ChangeLog index 9b3a4719dd9c..365eb8ef3eca 100644 --- a/app-vim/enhancedcommentify/ChangeLog +++ b/app-vim/enhancedcommentify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/enhancedcommentify -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/ChangeLog,v 1.2 2003/12/05 02:55:00 ciaranm Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/ChangeLog,v 1.3 2004/01/23 15:40:07 agriffis Exp $ + + 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> + enhancedcommentify-2.0.ebuild: + stable on alpha and ia64 05 Dec 2003; Ciaran McCreesh <ciaranm@gentoo.org> enhancedcommentify-2.0.ebuild: diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild index 97c9e0b7c1bd..05035ba5fec4 100644 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild,v 1.2 2003/12/05 02:55:00 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild,v 1.3 2004/01/23 15:40:07 agriffis Exp $ inherit vim-plugin @@ -8,4 +8,4 @@ DESCRIPTION="vim plugin: enhanced comment creation" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23" LICENSE="BSD" -KEYWORDS="~alpha ~sparc ~x86 ~ppc" +KEYWORDS="alpha ~sparc ~x86 ~ppc ia64" |