summaryrefslogtreecommitdiff
path: root/app-vim/vimpress
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /app-vim/vimpress
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'app-vim/vimpress')
-rw-r--r--app-vim/vimpress/Manifest3
-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, 40 deletions
diff --git a/app-vim/vimpress/Manifest b/app-vim/vimpress/Manifest
deleted file mode 100644
index c3abfcf60d71..000000000000
--- a/app-vim/vimpress/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST vimpress-3.2.0.tar.bz2 11456 BLAKE2B 39be21c2a65418f8e9e370997db5c64fc79f6ae608a85ba8c19ea2e0010823002caa35e1f7fb887fd20176eb987c23a7719b14c4a7a8acb9818dc3802d35557a SHA512 793f013ccc42180e095c2e8cc847719479418cc0b184688924520f0782ee27e99a7fc64e44bf5c25f2a720b19dd813a4756fc90b87c18e13766ef0ce7772334a
-EBUILD vimpress-3.2.0-r1.ebuild 627 BLAKE2B b442e46b05c65fead041c49dbd1bec7403961cfc5f7069847c9d7b5f1ac3e565b110d775304c68408d72b13fbdd89a66ff5000900977352a8929b721da7d0be0 SHA512 1fac4eaa8d75d238a5ea3e64f317849c54f7938bbc0b124b60318f88441f82e7d3e08b7c012640199e747e32ff6f098b9dac517f1bd09bede6d7790c94609999
-MISC metadata.xml 336 BLAKE2B 5154fbe13f738bf9020da237e4e8bafc26c160f0bcee4f042263e17d34f9bfdc9fc673e5a7ee15f8221dc6b1530131c1567049822c5540c34c2362b6b37316b5 SHA512 f2f18b31a5a60c51d7d563d8a53814625a6310ad2925ef297275a75ed5b40f475a25aa7089a0f641335e2c73d889d39e6473f224644c572ffe3118cf03fe4c90
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"