summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-04-28 22:49:12 +0000
committerTim Harder <radhermit@gentoo.org>2011-04-28 22:49:12 +0000
commit80065e1cc976b84990a96250d1500741467ef6e2 (patch)
treecaedde1fcc23a61a7e4558848d60a43c4fb0a128 /app-vim/perl-support
parentRemove wrong . (diff)
downloadgentoo-2-80065e1cc976b84990a96250d1500741467ef6e2.tar.gz
gentoo-2-80065e1cc976b84990a96250d1500741467ef6e2.tar.bz2
gentoo-2-80065e1cc976b84990a96250d1500741467ef6e2.zip
Remove old.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/perl-support')
-rw-r--r--app-vim/perl-support/ChangeLog6
-rw-r--r--app-vim/perl-support/perl-support-4.10.ebuild26
-rw-r--r--app-vim/perl-support/perl-support-4.9.ebuild26
3 files changed, 5 insertions, 53 deletions
diff --git a/app-vim/perl-support/ChangeLog b/app-vim/perl-support/ChangeLog
index de48c91ab858..31d258143e9d 100644
--- a/app-vim/perl-support/ChangeLog
+++ b/app-vim/perl-support/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/perl-support
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/ChangeLog,v 1.34 2011/04/22 04:50:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/ChangeLog,v 1.35 2011/04/28 22:49:12 radhermit Exp $
+
+ 28 Apr 2011; Tim Harder <radhermit@gentoo.org> -perl-support-4.9.ebuild,
+ -perl-support-4.10.ebuild:
+ Remove old.
*perl-support-4.11 (22 Apr 2011)
diff --git a/app-vim/perl-support/perl-support-4.10.ebuild b/app-vim/perl-support/perl-support-4.10.ebuild
deleted file mode 100644
index 3943c6786798..000000000000
--- a/app-vim/perl-support/perl-support-4.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-4.10.ebuild,v 1.1 2011/03/10 04:47:23 radhermit Exp $
-
-EAPI=3
-
-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"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15126 -> ${P}.zip"
-LICENSE="as-is"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="perlsupport"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_prepare() {
- # Don't set tabstop and shiftwidth
- sed -i -e '/=4/s/^/"/' ftplugin/perl.vim
-}
diff --git a/app-vim/perl-support/perl-support-4.9.ebuild b/app-vim/perl-support/perl-support-4.9.ebuild
deleted file mode 100644
index 71e82183238f..000000000000
--- a/app-vim/perl-support/perl-support-4.9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-4.9.ebuild,v 1.1 2011/02/07 14:18:36 radhermit Exp $
-
-EAPI=3
-
-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"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=14523 -> ${P}.zip"
-LICENSE="as-is"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="perlsupport"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_prepare() {
- # Don't set tabstop and shiftwidth
- sed -i -e '/=4/s/^/"/' ftplugin/perl.vim
-}