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/increment/
Date: Sun, 03 Jul 2016 11:57:22
Message-Id: 1467545346.bcf7ea216815a4b1b05585362e0e9e86bb0b9422.monsieurp@gentoo
1 commit: bcf7ea216815a4b1b05585362e0e9e86bb0b9422
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 11:27:32 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 11:29:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf7ea21
7
8 app-vim/increment: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/increment/increment-1.1.ebuild | 14 --------------
13 1 file changed, 14 deletions(-)
14
15 diff --git a/app-vim/increment/increment-1.1.ebuild b/app-vim/increment/increment-1.1.ebuild
16 deleted file mode 100644
17 index 8175086..0000000
18 --- a/app-vim/increment/increment-1.1.ebuild
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 -# Copyright 1999-2012 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: easily create sequences of incremented values"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842"
29 -
30 -LICENSE="vim.org"
31 -KEYWORDS="alpha amd64 ia64 ppc sparc x86"
32 -IUSE=""
33 -
34 -VIM_PLUGIN_HELPFILES="increment.txt"