summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-22 14:10:38 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-22 14:11:03 +0300
commit8c3c5b62aeafbfe5e3a4030e59d9c20dcb3721bc (patch)
tree11e2dc7c59dcd3c41280ba98837b8828e6bbb7d8 /app-vim/vimpress
parentdev-libs/libatomic_ops: stable 7.6.6 for hppa, bug #666516 (diff)
downloadgentoo-8c3c5b62aeafbfe5e3a4030e59d9c20dcb3721bc.tar.gz
gentoo-8c3c5b62aeafbfe5e3a4030e59d9c20dcb3721bc.tar.bz2
gentoo-8c3c5b62aeafbfe5e3a4030e59d9c20dcb3721bc.zip
app-vim/vimpress: Drop old (EAPI=4)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-vim/vimpress')
-rw-r--r--app-vim/vimpress/Manifest1
-rw-r--r--app-vim/vimpress/vimpress-2.1.5.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/app-vim/vimpress/Manifest b/app-vim/vimpress/Manifest
index 8ce1ef87f092..683225c3bf6d 100644
--- a/app-vim/vimpress/Manifest
+++ b/app-vim/vimpress/Manifest
@@ -1,2 +1 @@
-DIST vimpress-2.1.5.tar.gz 11341 BLAKE2B 4376c187b22fdd937ea88e3454e8058daf1eb2614376babc9689e8358be629a04894410300f1e48dc550de2e64ceb1c56c87efd4e45392866e03450d0680eaef SHA512 34bbf205ecc92dee4ab897bd3d3d34fc808acdd0a60eb3c3e763056aa2c0487d9423a1e5e9fe252d0da5a8ecaaa7a64a3dc406bea472942a35ada4875b30db47
DIST vimpress-3.2.0.tar.bz2 11456 BLAKE2B 39be21c2a65418f8e9e370997db5c64fc79f6ae608a85ba8c19ea2e0010823002caa35e1f7fb887fd20176eb987c23a7719b14c4a7a8acb9818dc3802d35557a SHA512 793f013ccc42180e095c2e8cc847719479418cc0b184688924520f0782ee27e99a7fc64e44bf5c25f2a720b19dd813a4756fc90b87c18e13766ef0ce7772334a
diff --git a/app-vim/vimpress/vimpress-2.1.5.ebuild b/app-vim/vimpress/vimpress-2.1.5.ebuild
deleted file mode 100644
index 179ad0ebfd0b..000000000000
--- a/app-vim/vimpress/vimpress-2.1.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit vim-plugin
-
-MY_PN="VimRepress"
-DESCRIPTION="vim plugin: manage wordpress blogs from vim"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3510"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
- dev-lang/python:2.7
- dev-python/markdown"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_unpack() {
- unpack ${A}
- mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
- rm README || die
-}