diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-11-23 06:49:43 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-11-23 06:49:43 +0000 |
commit | 17645440546f45ec6c0df9ca61f3c80880a77e51 (patch) | |
tree | c000faa580c420aac27d2e2acf729d70e0c91eec /app-vim/perl-support/perl-support-3.1.ebuild | |
parent | Added einfo about symlinks so users will read it (diff) | |
download | gentoo-2-17645440546f45ec6c0df9ca61f3c80880a77e51.tar.gz gentoo-2-17645440546f45ec6c0df9ca61f3c80880a77e51.tar.bz2 gentoo-2-17645440546f45ec6c0df9ca61f3c80880a77e51.zip |
stable on ppc
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-vim/perl-support/perl-support-3.1.ebuild')
-rw-r--r-- | app-vim/perl-support/perl-support-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/perl-support/perl-support-3.1.ebuild b/app-vim/perl-support/perl-support-3.1.ebuild index 102d4385ef29..4d9743f3b6b9 100644 --- a/app-vim/perl-support/perl-support-3.1.ebuild +++ b/app-vim/perl-support/perl-support-3.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-3.1.ebuild,v 1.2 2006/09/10 15:58:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-3.1.ebuild,v 1.3 2006/11/23 06:49:43 wormo Exp $ inherit vim-plugin DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=556" LICENSE="as-is" -KEYWORDS="amd64 ~ppc sparc ~x86" +KEYWORDS="amd64 ppc sparc ~x86" IUSE="" VIM_PLUGIN_HELPTEXT="This plugin provides a Perl IDE in vim." |