diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/vimpress | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vimpress')
-rw-r--r-- | app-vim/vimpress/Manifest | 5 | ||||
-rw-r--r-- | app-vim/vimpress/metadata.xml | 11 | ||||
-rw-r--r-- | app-vim/vimpress/vimpress-2.1.5.ebuild | 29 | ||||
-rw-r--r-- | app-vim/vimpress/vimpress-3.2.0.ebuild | 20 |
4 files changed, 65 insertions, 0 deletions
diff --git a/app-vim/vimpress/Manifest b/app-vim/vimpress/Manifest new file mode 100644 index 000000000000..4f5d60e6920d --- /dev/null +++ b/app-vim/vimpress/Manifest @@ -0,0 +1,5 @@ +DIST vimpress-2.1.5.tar.gz 11341 BLAKE2B 4376c187b22fdd937ea88e3454e8058daf1eb2614376babc9689e8358be629a04894410300f1e48dc550de2e64ceb1c56c87efd4e45392866e03450d0680eaef SHA512 34bbf205ecc92dee4ab897bd3d3d34fc808acdd0a60eb3c3e763056aa2c0487d9423a1e5e9fe252d0da5a8ecaaa7a64a3dc406bea472942a35ada4875b30db47 +DIST vimpress-3.2.0.tar.bz2 11456 BLAKE2B 39be21c2a65418f8e9e370997db5c64fc79f6ae608a85ba8c19ea2e0010823002caa35e1f7fb887fd20176eb987c23a7719b14c4a7a8acb9818dc3802d35557a SHA512 793f013ccc42180e095c2e8cc847719479418cc0b184688924520f0782ee27e99a7fc64e44bf5c25f2a720b19dd813a4756fc90b87c18e13766ef0ce7772334a +EBUILD vimpress-2.1.5.ebuild 635 BLAKE2B 34b161dd2c3b25c6f270352d5e8936006c7dec8aca77c752f0b25d2ad6278524b2fc19d3b799964696a204f54f34c215c6dba5f96d5fe47ae5dc214ffcfce85c SHA512 e18dc336db615eb40f73a426cbe71c8f604aaeee2104eacca0b8ee6006daeb67e1561f43ce71e57933aa7ca977ba350df61d0c8a1c59ad60e5910a87b198e1ea +EBUILD vimpress-3.2.0.ebuild 573 BLAKE2B 8f9d3ab01e72512eeee14e5d6f28545df4f74dfb5e8b481a2c4c8f22799a37fd669cddf47c4f8e9de7ed05adeb970c3b71046e1099e34ae05144dc1a5956f1a0 SHA512 8d3f43cdb27cf936b7ab7d9247b974b956bd3876dbbbcaec5fe02b0e5bc5766bdc19b802454c67ba9ee7c01fc65cc20b674b1b6c1279c6becd777dc344149b2b +MISC metadata.xml 336 BLAKE2B 5154fbe13f738bf9020da237e4e8bafc26c160f0bcee4f042263e17d34f9bfdc9fc673e5a7ee15f8221dc6b1530131c1567049822c5540c34c2362b6b37316b5 SHA512 f2f18b31a5a60c51d7d563d8a53814625a6310ad2925ef297275a75ed5b40f475a25aa7089a0f641335e2c73d889d39e6473f224644c572ffe3118cf03fe4c90 diff --git a/app-vim/vimpress/metadata.xml b/app-vim/vimpress/metadata.xml new file mode 100644 index 000000000000..11cff59d4bb2 --- /dev/null +++ b/app-vim/vimpress/metadata.xml @@ -0,0 +1,11 @@ +<?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-2.1.5.ebuild b/app-vim/vimpress/vimpress-2.1.5.ebuild new file mode 100644 index 000000000000..179ad0ebfd0b --- /dev/null +++ b/app-vim/vimpress/vimpress-2.1.5.ebuild @@ -0,0 +1,29 @@ +# 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 +} diff --git a/app-vim/vimpress/vimpress-3.2.0.ebuild b/app-vim/vimpress/vimpress-3.2.0.ebuild new file mode 100644 index 000000000000..863178d710d4 --- /dev/null +++ b/app-vim/vimpress/vimpress-3.2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) + ${PYTHON_DEPS} + dev-python/markdown[${PYTHON_USEDEP}]" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +VIM_PLUGIN_HELPFILES="${PN}.txt" |