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/pushpop/
Date: Thu, 01 Sep 2016 09:40:37
Message-Id: 1472722809.2872db36af9a6301b87ae1b50c8615843923baef.monsieurp@gentoo
1 commit: 2872db36af9a6301b87ae1b50c8615843923baef
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 09:05:04 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 09:40:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2872db36
7
8 app-vim/pushpop: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/pushpop/pushpop-4.0.ebuild | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/app-vim/pushpop/pushpop-4.0.ebuild b/app-vim/pushpop/pushpop-4.0.ebuild
16 deleted file mode 100644
17 index c3835dc..00000000
18 --- a/app-vim/pushpop/pushpop-4.0.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit vim-plugin
26 -
27 -DESCRIPTION="vim plugin: pushd / popd from the vim commandline"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=129"
29 -LICENSE="GPL-2"
30 -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
31 -IUSE=""
32 -
33 -RDEPEND=">=app-vim/genutils-1.1
34 - >=app-vim/cmdalias-1.0"
35 -
36 -VIM_PLUGIN_HELPTEXT=\
37 -"This plugin provides :Pushd and :Popd commands which emulate bash's pushd
38 -and popd functions."