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/unite/
Date: Tue, 28 Jun 2016 20:15:11
Message-Id: 1467143198.9c03893e1e78a922ba97bcf6a2706b12912deb8d.monsieurp@gentoo
1 commit: 9c03893e1e78a922ba97bcf6a2706b12912deb8d
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:23:36 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 19:46:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c03893e
7
8 app-vim/unite: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/unite/Manifest | 1 -
13 app-vim/unite/unite-2.0.ebuild | 20 --------------------
14 app-vim/unite/unite-4.0.ebuild | 15 ---------------
15 3 files changed, 36 deletions(-)
16
17 diff --git a/app-vim/unite/Manifest b/app-vim/unite/Manifest
18 index 4cdb3fc..dc9e99b 100644
19 --- a/app-vim/unite/Manifest
20 +++ b/app-vim/unite/Manifest
21 @@ -1,2 +1 @@
22 -DIST unite-2.0.tar.bz2 56031 SHA256 ede13c053933f633d7050b6f7866a413d9e2f54949f6a3322e016db5d5ee91d8 SHA512 f537a4a7c399555efec01fb165d4ad7b984bc94e7596e86e93bd5ef378e3bc7c539d54f5d8f886f8b88315283960c9deb4d35b41046a3e212ba9139d9cc9c414 WHIRLPOOL 11e1cd224a10d369da9216d6320d20cb48e10ff8e701a36d3b13720c32b30a50c24529651b6b0a97b256370f4993789ccd562e501e32fc714f6767377996a852
23 DIST unite-4.0.tar.bz2 80472 SHA256 46e3cc1439e6d9d581975c2b742a53ab2c076c01ebdf0d0dbebe1fdf425adc39 SHA512 e554e48d740b0ce6406d8512a0c769e25f78b763d267bbbf8228197835b724154f33452571c771fede1415a9b3108deb096e3bc90291a95e8a3b00d216287928 WHIRLPOOL 0244c1d7da2d9b0e474a429f9d3ebf012635981f7a0b8437172cebcf6c560a584f86143738532d2d9af8609a025ed92aeb31a2839c343496edc2bb3823785e0f
24
25 diff --git a/app-vim/unite/unite-2.0.ebuild b/app-vim/unite/unite-2.0.ebuild
26 deleted file mode 100644
27 index 91a5178..0000000
28 --- a/app-vim/unite/unite-2.0.ebuild
29 +++ /dev/null
30 @@ -1,20 +0,0 @@
31 -# Copyright 1999-2011 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=4
36 -
37 -inherit vim-plugin
38 -
39 -DESCRIPTION="vim plugin: unite all sources"
40 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396"
41 -LICENSE="MIT"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE=""
44 -
45 -VIM_PLUGIN_HELPFILES="unite.txt"
46 -
47 -src_prepare() {
48 - # remove unused tests
49 - rm -rf test
50 -}
51
52 diff --git a/app-vim/unite/unite-4.0.ebuild b/app-vim/unite/unite-4.0.ebuild
53 deleted file mode 100644
54 index fb55059..0000000
55 --- a/app-vim/unite/unite-4.0.ebuild
56 +++ /dev/null
57 @@ -1,15 +0,0 @@
58 -# Copyright 1999-2012 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -# $Id$
61 -
62 -EAPI=4
63 -
64 -inherit vim-plugin
65 -
66 -DESCRIPTION="vim plugin: unite all sources"
67 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396"
68 -LICENSE="MIT"
69 -KEYWORDS="~amd64 ~x86"
70 -IUSE=""
71 -
72 -VIM_PLUGIN_HELPFILES="${PN}.txt"