Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
Date: Mon, 31 Dec 2018 15:55:51
Message-Id: 1546271739.e35895368ce0e1ef181e9c22e74ee8c42c5f6a42.monsieurp@gentoo
1 commit: e35895368ce0e1ef181e9c22e74ee8c42c5f6a42
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 15:48:15 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 15:55:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3589536
7
8 app-vim/pathogen: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/pathogen/pathogen-2.4.ebuild | 14 --------------
14 1 file changed, 14 deletions(-)
15
16 diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild
17 deleted file mode 100644
18 index fc4009c0861..00000000000
19 --- a/app-vim/pathogen/pathogen-2.4.ebuild
20 +++ /dev/null
21 @@ -1,14 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit vim-plugin
28 -
29 -DESCRIPTION="vim plugin: manage your runtimepath"
30 -HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332"
31 -SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -LICENSE="vim"
33 -KEYWORDS="amd64 x86 ~x64-macos"
34 -
35 -S=${WORKDIR}/vim-${P}