summaryrefslogtreecommitdiff
path: root/app-vim/pushpop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/pushpop
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/pushpop')
-rw-r--r--app-vim/pushpop/Manifest3
-rw-r--r--app-vim/pushpop/metadata.xml8
-rw-r--r--app-vim/pushpop/pushpop-4.0-r1.ebuild20
3 files changed, 31 insertions, 0 deletions
diff --git a/app-vim/pushpop/Manifest b/app-vim/pushpop/Manifest
new file mode 100644
index 000000000000..7c0b6460bfce
--- /dev/null
+++ b/app-vim/pushpop/Manifest
@@ -0,0 +1,3 @@
+DIST pushpop-4.0.tar.bz2 7486 BLAKE2B 6f0a4d7f91d1e7c4c2409485784070efa99257f3f96c257a23f9f444fe4e08307fb3e1dd695ba6a205e290fa1f15768bdd9c6346c9b52cd6151cb83eb6b1ea10 SHA512 84f61908ab25ea6028c0f77d935286ffe3b8905400e455e1d123ca6e53cca2422e066adfcd8e75d2ad1d63d7e01524fea286a2eeeda3dd0968076be6a4229684
+EBUILD pushpop-4.0-r1.ebuild 515 BLAKE2B e3c9ed7c918dbc9dad4a40d73a88e1fad6519c2dc9745d4d9c46a619860303cb568ef9d47a4da492ba5273ed4173ab6dff4f87adc436a3cff3fd0b300402338c SHA512 1ebf0e50acd63147772025f958fbf309cf8f6b227674c8ec1f338f41c04f1a882ab6910d614fea4815e145bad8ed2f852f2cf0cac438de3b5da38c06e5f03ab8
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/pushpop/metadata.xml b/app-vim/pushpop/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/pushpop/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
diff --git a/app-vim/pushpop/pushpop-4.0-r1.ebuild b/app-vim/pushpop/pushpop-4.0-r1.ebuild
new file mode 100644
index 000000000000..e17bb1a022ce
--- /dev/null
+++ b/app-vim/pushpop/pushpop-4.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: pushd / popd from the vim commandline"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=129"
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
+IUSE=""
+
+RDEPEND="
+ >=app-vim/genutils-1.1
+ >=app-vim/cmdalias-1.0"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides :Pushd and :Popd commands which emulate bash's pushd
+and popd functions."