summaryrefslogtreecommitdiff
path: root/app-vim/perl-support
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/perl-support
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/perl-support')
-rw-r--r--app-vim/perl-support/Manifest5
-rw-r--r--app-vim/perl-support/metadata.xml11
-rw-r--r--app-vim/perl-support/perl-support-5.3.2.ebuild28
-rw-r--r--app-vim/perl-support/perl-support-5.4.ebuild46
4 files changed, 0 insertions, 90 deletions
diff --git a/app-vim/perl-support/Manifest b/app-vim/perl-support/Manifest
deleted file mode 100644
index 10dcef145d16..000000000000
--- a/app-vim/perl-support/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST perl-support-5.3.2.tar.bz2 178598 BLAKE2B d02aae9d65e9f0d5274cbeb44db1ed7de844ef87fa73fd8bfe8c27ccd27584e1937d9a0a824e6f10013554c8259307ebd73d3f188b98897709b1d5d2a03ca548 SHA512 1eff321b0c5184b58737e79de379fbe431b32fbe5a140914b950d024ee9b512393b46cf4e45cafe50289ee9f9d4747984534efeade399882a17237a1a1ca1161
-DIST perl-support-5.4.tar.gz 267155 BLAKE2B 1144623092164bcf436e789d2ea587c08916aafd1514facf28696b23035feeacada610c8f9d4f9c45f29bdea32b9f9b7a3151b918cf08839e10caadb0485cc9d SHA512 d9d06ea2299be6135b5423aa7f062874736d7aa8118428a9abcd20c53eea410f0d384d0a79324e5ad0101105aa0aa10eb23f031084f34908f879633e5d18c795
-EBUILD perl-support-5.3.2.ebuild 681 BLAKE2B 9ed6690671cb926f850511b18506c35ca5367e3f5c8e7b3708733f82943ea2e6488da5a56ea2a29a6748a267c0ee15007ff92898cdc06e69a3910b098534cfcf SHA512 069bbb143cf6e0355525270078027dafe93e7a3db18ada114f0bac594e28b7d10e367a517d4f7cfa68719c63e9dc6619df384c039949bc1585d723482ffaefd8
-EBUILD perl-support-5.4.ebuild 1367 BLAKE2B 2bbe788dfa2684dd654109b3244e0418758c5367af94537f45aa43800c17c35a0edb9a634cc4c5a07f757205b687dc8e8513aab493797a2678e6a473edf03f6d SHA512 b88d24ad64021c37d07fc2889ba0c501b2a9bd7694d2f31df31a91b93734808145c99d26b1f78e3e5dd9fcca6669cec8cf60e65eedbde71865825d48e0c7aaaa
-MISC metadata.xml 342 BLAKE2B 833b0fbd6f25308df363e08b01459c646084cee5c00d9dd0e83fdf08ff71543de4f3a4244f0ce2c1a838b9ae8a387ad693a228c50add92a790ee948ff582f9a6 SHA512 9d55373f4445d1bf4f3dd7db2c3b7973321fc2f461254d21f9968bea94ff8a8511129232fe4a30d3aacd723209d70566cb3ae1594efe0f28873f3bcee7b009f1
diff --git a/app-vim/perl-support/metadata.xml b/app-vim/perl-support/metadata.xml
deleted file mode 100644
index c450d9618260..000000000000
--- a/app-vim/perl-support/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">vim-scripts/perl-support.vim</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/perl-support/perl-support-5.3.2.ebuild b/app-vim/perl-support/perl-support-5.3.2.ebuild
deleted file mode 100644
index 6c23b96a3409..000000000000
--- a/app-vim/perl-support/perl-support-5.3.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys"
-HOMEPAGE="https://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 || die
-}
-
-src_install() {
- dodoc ${PN}/doc/{ChangeLog,perl-hot-keys.pdf}
- rm -r ${PN}/doc/ || die
-
- vim-plugin_src_install
-}
diff --git a/app-vim/perl-support/perl-support-5.4.ebuild b/app-vim/perl-support/perl-support-5.4.ebuild
deleted file mode 100644
index 740c39da3f61..000000000000
--- a/app-vim/perl-support/perl-support-5.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=556"
-SRC_URI="https://github.com/WolfgangMehner/perl-support/archive/version-${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2 GPL-2+"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-VIM_PLUGIN_HELPFILES="perlsupport.txt"
-
-RDEPEND="
- !ppc? ( dev-perl/Devel-NYTProf )
- dev-perl/Perl-Tidy
- dev-perl/Perl-Tags
- dev-perl/Perl-Critic"
-
-S="${WORKDIR}/${PN}-version-${PV}"
-
-src_prepare() {
- # Don't set tabstop and shiftwidth
- sed -i '/=4/s/^/"/' ftplugin/perl.vim || die
-}
-
-src_install() {
- dodoc ${PN}/doc/{ChangeLog,perl-hot-keys.pdf}
- rm -r ${PN}/doc/ || die
-
- vim-plugin_src_install
-}
-
-pkg_postinst() {
- elog "${PN} can utilize the following modules on top of the ones installed as"
- elog "dependencies:"
- elog
- elog "Devel::SmallProf - per-line Perl profiler"
- elog "Devel::FastProf - per-line Perl profiler"
- elog "Devel::ptkdb - Perl debugger using a Tk GUI"
- elog "Pod::Pdf - A POD to PDF translator"
- elog "YAPE::Regex::Explain - regular expression analyzer"
- elog
- elog "You may need to install them separately if you would like to use them."
-}