app-vim/unite: Clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 28 Jun 2016 19:23:36 +0000 (19:23 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 28 Jun 2016 19:46:38 +0000 (19:46 +0000)
Package-Manager: portage-2.2.28

app-vim/unite/Manifest
app-vim/unite/unite-2.0.ebuild [deleted file]
app-vim/unite/unite-4.0.ebuild [deleted file]

index 4cdb3fcafb075397441a190c9731e2ec7f81cae2..dc9e99bf83c605d029ef891d5e17c978d9a1de0f 100644 (file)
@@ -1,2 +1 @@
-DIST unite-2.0.tar.bz2 56031 SHA256 ede13c053933f633d7050b6f7866a413d9e2f54949f6a3322e016db5d5ee91d8 SHA512 f537a4a7c399555efec01fb165d4ad7b984bc94e7596e86e93bd5ef378e3bc7c539d54f5d8f886f8b88315283960c9deb4d35b41046a3e212ba9139d9cc9c414 WHIRLPOOL 11e1cd224a10d369da9216d6320d20cb48e10ff8e701a36d3b13720c32b30a50c24529651b6b0a97b256370f4993789ccd562e501e32fc714f6767377996a852
 DIST unite-4.0.tar.bz2 80472 SHA256 46e3cc1439e6d9d581975c2b742a53ab2c076c01ebdf0d0dbebe1fdf425adc39 SHA512 e554e48d740b0ce6406d8512a0c769e25f78b763d267bbbf8228197835b724154f33452571c771fede1415a9b3108deb096e3bc90291a95e8a3b00d216287928 WHIRLPOOL 0244c1d7da2d9b0e474a429f9d3ebf012635981f7a0b8437172cebcf6c560a584f86143738532d2d9af8609a025ed92aeb31a2839c343496edc2bb3823785e0f
diff --git a/app-vim/unite/unite-2.0.ebuild b/app-vim/unite/unite-2.0.ebuild
deleted file mode 100644 (file)
index 91a5178..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: unite all sources"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="unite.txt"
-
-src_prepare() {
-       # remove unused tests
-       rm -rf test
-}
diff --git a/app-vim/unite/unite-4.0.ebuild b/app-vim/unite/unite-4.0.ebuild
deleted file mode 100644 (file)
index fb55059..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: unite all sources"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"