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/detectindent/
Date: Fri, 02 Sep 2016 13:49:43
Message-Id: 1472824170.ad21ce7793284c3bb9bb32595e58c31689d6c6ff.monsieurp@gentoo
1 commit: ad21ce7793284c3bb9bb32595e58c31689d6c6ff
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 13:49:09 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 13:49:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad21ce77
7
8 app-vim/detectindent: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/detectindent/Manifest | 1 -
13 app-vim/detectindent/detectindent-1.0.ebuild | 13 -------------
14 2 files changed, 14 deletions(-)
15
16 diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest
17 index 7774b46..87975b1 100644
18 --- a/app-vim/detectindent/Manifest
19 +++ b/app-vim/detectindent/Manifest
20 @@ -1,2 +1 @@
21 -DIST detectindent-1.0.tar.bz2 1919 SHA256 7ba327295df68583786221f6d87032ae8bf6d7f0eb76262b279722eb4aa35d7e SHA512 5ff01feb65f28428a9df76013d301ed703461ad0c929a3397304f0604fe776dbac4c0f441b2a15661f8f1ace4b25b04e8fc742204e550f5dad844461cba421cd WHIRLPOOL 02ea5436bb0d6413f615906aeee3281f2a72c6814eda87e1f7bfe69f69409f7ffa2e8ccdf81adef625a0366fcc07115c44379b3b6fff7db6795d0be85e506947
22 DIST detectindent-1.0_p20150908.tar.xz 2788 SHA256 2f2e124777940f1efc621e50a679956650348305cf76be8e5c35c0a17b64c041 SHA512 d828d04871e6eeeaa11c109e137fbe70a3b7fa265f569e45d77b8b185f380a200b009aa0a2f0825afdbf344b12d7b8922050c4788decadcb7640bbe3fe9ca8de WHIRLPOOL a7b3c70476a3c35ebb4dbe9bae24307a4f3ed56f0e4e160b6f2f55045a96941a6d4d99ac6513f23af27fda0a8bb98c893588e9261709e7267f75706f0447de8d
23
24 diff --git a/app-vim/detectindent/detectindent-1.0.ebuild b/app-vim/detectindent/detectindent-1.0.ebuild
25 deleted file mode 100644
26 index bd6e191..00000000
27 --- a/app-vim/detectindent/detectindent-1.0.ebuild
28 +++ /dev/null
29 @@ -1,13 +0,0 @@
30 -# Copyright 1999-2010 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -inherit vim-plugin
35 -
36 -DESCRIPTION="vim plugin: automatically detect file indent settings"
37 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1171"
38 -LICENSE="vim"
39 -KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
40 -IUSE=""
41 -
42 -VIM_PLUGIN_HELPFILES="detectindent.txt"