summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-05-16 13:46:24 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-05-16 13:46:24 +0300
commit20befa753f706dde903100f22c38e4318bcd345e (patch)
treeacc4f39bcaafa094ed9cd0cdd88348b41546781e /app-vim/vimpress
parentdev-tcltk/combobox: remove last-rited pkg (diff)
downloadgentoo-20befa753f706dde903100f22c38e4318bcd345e.tar.gz
gentoo-20befa753f706dde903100f22c38e4318bcd345e.tar.bz2
gentoo-20befa753f706dde903100f22c38e4318bcd345e.zip
app-vim: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-vim/vimpress')
-rw-r--r--app-vim/vimpress/Manifest1
-rw-r--r--app-vim/vimpress/metadata.xml11
-rw-r--r--app-vim/vimpress/vimpress-3.2.0-r1.ebuild26
3 files changed, 0 insertions, 38 deletions
diff --git a/app-vim/vimpress/Manifest b/app-vim/vimpress/Manifest
deleted file mode 100644
index 683225c3bf6d..000000000000
--- a/app-vim/vimpress/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vimpress-3.2.0.tar.bz2 11456 BLAKE2B 39be21c2a65418f8e9e370997db5c64fc79f6ae608a85ba8c19ea2e0010823002caa35e1f7fb887fd20176eb987c23a7719b14c4a7a8acb9818dc3802d35557a SHA512 793f013ccc42180e095c2e8cc847719479418cc0b184688924520f0782ee27e99a7fc64e44bf5c25f2a720b19dd813a4756fc90b87c18e13766ef0ce7772334a
diff --git a/app-vim/vimpress/metadata.xml b/app-vim/vimpress/metadata.xml
deleted file mode 100644
index 11cff59d4bb2..000000000000
--- a/app-vim/vimpress/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/VimRepress</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/vimpress/vimpress-3.2.0-r1.ebuild b/app-vim/vimpress/vimpress-3.2.0-r1.ebuild
deleted file mode 100644
index e7e8ba8673dd..000000000000
--- a/app-vim/vimpress/vimpress-3.2.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: manage wordpress blogs from vim"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3510"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- || (
- app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
- app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
- )
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/markdown[${PYTHON_MULTI_USEDEP}]
- ')"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"