summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-06-07 15:10:14 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-06-07 16:34:27 +0000
commit21b047860b29e814370d588320eb49d6d21b6d0e (patch)
tree3875824dba9c42279e0315c15eae36bd6662e643 /app-vim/perl-support
parentapp-vim/perl-support: Stable for amd64. Retroactively mark stable for the rem... (diff)
downloadgentoo-21b047860b29e814370d588320eb49d6d21b6d0e.tar.gz
gentoo-21b047860b29e814370d588320eb49d6d21b6d0e.tar.bz2
gentoo-21b047860b29e814370d588320eb49d6d21b6d0e.zip
app-vim/perl-support: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/perl-support')
-rw-r--r--app-vim/perl-support/Manifest1
-rw-r--r--app-vim/perl-support/perl-support-5.2.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/app-vim/perl-support/Manifest b/app-vim/perl-support/Manifest
index 1308dc3f56d1..9fee2d8fa912 100644
--- a/app-vim/perl-support/Manifest
+++ b/app-vim/perl-support/Manifest
@@ -1,2 +1 @@
-DIST perl-support-5.2.tar.bz2 171572 SHA256 59eaafd43bd7b4af143968985cd6179f79edf38bd228d58f29ffd306c93a1728 SHA512 6300b4dc9609860b8931a273130d28e112d680b36c8118672d2aaf88eac6acfc84c3f9a29402d6e6895eafe1b9d9c56f6f4bfa10948ddbfc531e045870399071 WHIRLPOOL 92b8818cbad158bb12994f419ea91ce38dd3fd8a150418655a591a23a657b19ac02f345fcdf6353c5c437b33c68a7ddccde37d812bbf54a9e83915d5fa8e98dd
DIST perl-support-5.3.2.tar.bz2 178598 SHA256 b192d1d12eb06bb7b3067ad89f091afd87d3b36b15995eb907c688f0c9f464d6 SHA512 1eff321b0c5184b58737e79de379fbe431b32fbe5a140914b950d024ee9b512393b46cf4e45cafe50289ee9f9d4747984534efeade399882a17237a1a1ca1161 WHIRLPOOL 945634b4d5f6344efb91826f51dc3415f7b9c63018424a6054da5bcddec9519c3b686acf5bd2399031c44bc5ccfd7f5a302592a5668e6489a7c250db2bed77c8
diff --git a/app-vim/perl-support/perl-support-5.2.ebuild b/app-vim/perl-support/perl-support-5.2.ebuild
deleted file mode 100644
index e7f53aab40be..000000000000
--- a/app-vim/perl-support/perl-support-5.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-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="GPL-2 GPL-2+"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-VIM_PLUGIN_HELPFILES="perlsupport.txt"
-
-RDEPEND="dev-perl/Perl-Tags
- dev-perl/Perl-Critic"
-
-src_prepare() {
- # Don't set tabstop and shiftwidth
- sed -i '/=4/s/^/"/' ftplugin/perl.vim
-}
-
-src_install() {
- dodoc ${PN}/doc/{ChangeLog,perl-hot-keys.pdf}
- rm -r ${PN}/doc/ || die
-
- vim-plugin_src_install
-}