diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-09-15 04:49:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-09-15 04:49:10 +0100 |
commit | efca79f216bfeffd55e7731fbf24126d093e1084 (patch) | |
tree | f19ba31d8686b3de4192db3e4c4dc9f3d9af54b5 /app-vim/pushpop | |
parent | ea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff) |
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/pushpop')
-rw-r--r-- | app-vim/pushpop/Manifest | 1 | ||||
-rw-r--r-- | app-vim/pushpop/pushpop-4.0-r2.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app-vim/pushpop/Manifest b/app-vim/pushpop/Manifest index bf2b618b53e4..e389e333412b 100644 --- a/app-vim/pushpop/Manifest +++ b/app-vim/pushpop/Manifest @@ -1,3 +1,4 @@ DIST pushpop-4.0.tar.bz2 7486 BLAKE2B 6f0a4d7f91d1e7c4c2409485784070efa99257f3f96c257a23f9f444fe4e08307fb3e1dd695ba6a205e290fa1f15768bdd9c6346c9b52cd6151cb83eb6b1ea10 SHA512 84f61908ab25ea6028c0f77d935286ffe3b8905400e455e1d123ca6e53cca2422e066adfcd8e75d2ad1d63d7e01524fea286a2eeeda3dd0968076be6a4229684 EBUILD pushpop-4.0-r1.ebuild 514 BLAKE2B 743f1c2432c92ae1ac6d16347a635d66194c365ae0c86316e5c3abcb16829249e03a438ef2e40c846c1e5bd9fd19289897aa1173dff0cc2952ee70418b3ed281 SHA512 c618c2cc11307a2bb105caad5dc3380c5e4017272538046cd037da7d903fc9240f744760416fefeb6da06840025594002e8b370ca63c03cbbc3e669ad5a55899 +EBUILD pushpop-4.0-r2.ebuild 511 BLAKE2B aff0b625c1cf61c4d0f901bb4e3ed5dfeab5fa8fa64457c82445c1ddef0e892e8a5d665b60820f7681c696e7faf60418a41baef19c41ba3559f686030e1acfcf SHA512 9998a29e3e4a4bfc0cc66dcc226343f86c8422b9d935040dff6f5ee04e167ae30624af73c3f104e980bccc2f0d6d3c8e96d69ae70c1b6b450cd97a7819b9b3c6 MISC metadata.xml 250 BLAKE2B 159edb6cbbe3884fd7b328cba2125da0a51b5c0be964e60b708efe1bd040a41abdf16f8dbcfaecb9e6e1073528ac99195a08d7045d433414ec2ba1c94d582761 SHA512 6c29f24b33b8829463103cee99e2cf65cf550aa1d6c60c5a746ca2947a97a052969c8dfb9d12ae8114db0971626f9246cb9e4808d951eeae78321325da1ac32a diff --git a/app-vim/pushpop/pushpop-4.0-r2.ebuild b/app-vim/pushpop/pushpop-4.0-r2.ebuild new file mode 100644 index 000000000000..0e1f79e43ff9 --- /dev/null +++ b/app-vim/pushpop/pushpop-4.0-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" + +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." |