diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-06-28 19:23:36 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-28 19:46:38 +0000 |
commit | 9c03893e1e78a922ba97bcf6a2706b12912deb8d (patch) | |
tree | a6dfe8afd13eedd5a25a34b7d5fc4aa3a85a6c76 /app-vim | |
parent | app-vim/unite: EAPI 6 bump. (diff) | |
download | gentoo-9c03893e1e78a922ba97bcf6a2706b12912deb8d.tar.gz gentoo-9c03893e1e78a922ba97bcf6a2706b12912deb8d.tar.bz2 gentoo-9c03893e1e78a922ba97bcf6a2706b12912deb8d.zip |
app-vim/unite: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/unite/Manifest | 1 | ||||
-rw-r--r-- | app-vim/unite/unite-2.0.ebuild | 20 | ||||
-rw-r--r-- | app-vim/unite/unite-4.0.ebuild | 15 |
3 files changed, 0 insertions, 36 deletions
diff --git a/app-vim/unite/Manifest b/app-vim/unite/Manifest index 4cdb3fcafb07..dc9e99bf83c6 100644 --- a/app-vim/unite/Manifest +++ b/app-vim/unite/Manifest @@ -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 index 91a5178c4cd4..000000000000 --- a/app-vim/unite/unite-2.0.ebuild +++ /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 index fb5505999254..000000000000 --- a/app-vim/unite/unite-4.0.ebuild +++ /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" |