app-vim/vimpress: Drop old (EAPI=4)
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 22 Sep 2018 11:10:38 +0000 (14:10 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 22 Sep 2018 11:11:03 +0000 (14:11 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-vim/vimpress/Manifest
app-vim/vimpress/vimpress-2.1.5.ebuild [deleted file]

index 8ce1ef87f0923b02a03f855d904ef3a9dd81fa77..683225c3bf6d965297b6c0067ebc6c319a82bc5d 100644 (file)
@@ -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 (file)
index 179ad0e..0000000
+++ /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
-}