diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/perl-support/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/perl-support/perl-support-2.6.ebuild | 6 | ||||
-rw-r--r-- | app-vim/perl-support/perl-support-3.1.ebuild | 6 | ||||
-rw-r--r-- | app-vim/perl-support/perl-support-3.8.1.ebuild | 4 |
4 files changed, 14 insertions, 9 deletions
diff --git a/app-vim/perl-support/ChangeLog b/app-vim/perl-support/ChangeLog index bba382a3ca7a..9853f89d2437 100644 --- a/app-vim/perl-support/ChangeLog +++ b/app-vim/perl-support/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/perl-support # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/ChangeLog,v 1.23 2009/08/02 13:14:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/ChangeLog,v 1.24 2009/12/17 10:43:05 fauli Exp $ + + 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + perl-support-2.6.ebuild, perl-support-3.1.ebuild, + perl-support-3.8.1.ebuild: + QA: add prefix keywords 02 Aug 2009; Markus Meier <maekke@gentoo.org> perl-support-3.8.1.ebuild: amd64 stable, bug #247622 diff --git a/app-vim/perl-support/perl-support-2.6.ebuild b/app-vim/perl-support/perl-support-2.6.ebuild index 6b83579f6723..7c5eb4c253ab 100644 --- a/app-vim/perl-support/perl-support-2.6.ebuild +++ b/app-vim/perl-support/perl-support-2.6.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-2.6.ebuild,v 1.4 2007/07/11 05:14:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-2.6.ebuild,v 1.5 2009/12/17 10:43:05 fauli 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 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" VIM_PLUGIN_HELPTEXT="This plugin provides a Perl IDE in vim." diff --git a/app-vim/perl-support/perl-support-3.1.ebuild b/app-vim/perl-support/perl-support-3.1.ebuild index 45b3cf44d238..b0a64b5b8850 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 +# Copyright 1999-2009 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.4 2007/07/11 05:14:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-3.1.ebuild,v 1.5 2009/12/17 10:43:05 fauli 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 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" VIM_PLUGIN_HELPTEXT="This plugin provides a Perl IDE in vim." diff --git a/app-vim/perl-support/perl-support-3.8.1.ebuild b/app-vim/perl-support/perl-support-3.8.1.ebuild index 5b48b14748d5..792b8c4bccea 100644 --- a/app-vim/perl-support/perl-support-3.8.1.ebuild +++ b/app-vim/perl-support/perl-support-3.8.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 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.8.1.ebuild,v 1.5 2009/08/02 13:14:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-3.8.1.ebuild,v 1.6 2009/12/17 10:43:05 fauli 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 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" VIM_PLUGIN_HELPTEXT="This plugin provides a Perl IDE in vim." |