From c8a77dfe4d3d307c1d5dd2650b7297447d8b609d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 12 Jan 2019 16:58:08 +0000 Subject: gentoo resync : 12.01.2019 --- app-vim/pathogen/Manifest | 2 +- app-vim/pathogen/pathogen-2.4-r1.ebuild | 14 ++++++++++++++ app-vim/pathogen/pathogen-2.4.ebuild | 14 -------------- 3 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 app-vim/pathogen/pathogen-2.4-r1.ebuild delete mode 100644 app-vim/pathogen/pathogen-2.4.ebuild (limited to 'app-vim/pathogen') diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest index 93c658b45f22..2824d2d8d1e3 100644 --- a/app-vim/pathogen/Manifest +++ b/app-vim/pathogen/Manifest @@ -1,3 +1,3 @@ DIST pathogen-2.4.tar.gz 6458 BLAKE2B ce28371994938ab4386a6e0a45a9b096443129b7e8de47c92a4c1fa819b7c2aef1e32153866fd1d86a60f7ee2fe2c59ae972700cc22dec263364ef8f51ebe24c SHA512 54da8755991e5c52c5a9258c92ce5731434a15873df44d12e9491ed9bff1f9ebfe2a1c1b94a9ea3615b38aa1833d511bb03c65e85955d96373b6bffceae89fbe -EBUILD pathogen-2.4.ebuild 444 BLAKE2B 5a59957e8a27c402f4879183be28f52ccc74e026454b4832a06717ce3b1bb872ca3951ca8b21fb2f19453e13b7df443d10ae212a9e2da6de58b09025add38cde SHA512 b8ad5bce4f40f0037d1a36936c3ff4fc0b3b06dfde995cc07302e052dd5673d8a50b385085f2d4cdd0f261f1c71a10dd63e5cf9101501ed6c1d22c86cebb92a0 +EBUILD pathogen-2.4-r1.ebuild 443 BLAKE2B acec344c87596aacf47ba943a1d5f4f1526bb5354c49ca73bb784b143d25b05f2a5f943ce162c3bf6b73db5168ab2d3a7a2b745cfca723cd15697b835f7cdc42 SHA512 17d3f17e5ab35f40e21b420542e4f4920ea0aaee075d6527de5308b209c4e7ca66fce0e5ad52bd3d8853711ed73b33ca598d4236fd1e38192166868ef3898cbb MISC metadata.xml 342 BLAKE2B 19ba916c65add7bdf0dd77211eaf660c28cf2c377ec2a81b852745a5cb2c9576d8555619f7855a233af89e0460176761d80b751f8db7d76f1044efa665a52443 SHA512 c4839875a6c09fbc05ba0f94aa1a5b9f81c4f22c9972ac96113c48266a3a7b0f0417c8198b9df181eb0c7374960d8e49f241cc75a4efff598a821914f5560425 diff --git a/app-vim/pathogen/pathogen-2.4-r1.ebuild b/app-vim/pathogen/pathogen-2.4-r1.ebuild new file mode 100644 index 000000000000..94ac011cc1c4 --- /dev/null +++ b/app-vim/pathogen/pathogen-2.4-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: manage your runtimepath" +HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332" +SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="amd64 x86 ~x64-macos" + +S="${WORKDIR}/vim-${P}" diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild deleted file mode 100644 index fc4009c0861d..000000000000 --- a/app-vim/pathogen/pathogen-2.4.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: manage your runtimepath" -HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332" -SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="vim" -KEYWORDS="amd64 x86 ~x64-macos" - -S=${WORKDIR}/vim-${P} -- cgit v1.2.3