diff --git a/app-vim/icomplete/Manifest b/app-vim/icomplete/Manifest deleted file mode 100644 index 70b735c60..000000000 --- a/app-vim/icomplete/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST icomplete-0.4.tar.bz2 70010 SHA512 ad1f8d4294c7651363828e98f170c2730dbfb2b094e05cd4a4d67491507ae63ba7f50a574dbfbd62f4f4532789fe8cd6a2e2f868ab9e869578f631ee111f2f6e diff --git a/app-vim/icomplete/icomplete-0.4.ebuild b/app-vim/icomplete/icomplete-0.4.ebuild deleted file mode 100644 index 5a00c4420..000000000 --- a/app-vim/icomplete/icomplete-0.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -inherit vim-plugin - -DESCRIPTION="vim plugin: an c/c++ auto-completion plugin that supports c#/java partually." -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1265 http://icomplete.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 x86" -IUSE="" - -DEPEND="app-editors/vim" -RDEPEND="dev-util/ctags" - -VIM_PLUGIN_HELPFILES="" -VIM_PLUGIN_HELPTEXT="" -VIM_PLUGIN_HELPURI="" -VIM_PLUGIN_MESSAGES="" - -src_unpack() { - unpack ${A} - - cd ${WORKDIR}/${P} - sed 's/CFLAGS="${CFLAGS} -O2 /CFLAGS="${CFLAGS} /g' configure > configure.new - cat configure.new > configure - rm configure.new -} - -src_compile() { - # econf doesn't work, because this pkg use tconf framework. - ./configure --prefix=/usr CTAGS_CMD=exuberant-ctags - emake -} - -src_install() { - emake DESTDIR="${D}" install -} diff --git a/app-vim/icomplete/metadata.xml b/app-vim/icomplete/metadata.xml deleted file mode 100644 index 0b019b0e7..000000000 --- a/app-vim/icomplete/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -mantainer-wanted -