app-vim/icomplete: drop (#879)

upstream is no longer maintained:
    https://www.vim.org/scripts/script.php?script_id=1265

Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
梁永祥 2021-05-03 20:42:45 +08:00 committed by GitHub
parent 22d1e97258
commit c0e94d5282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 45 deletions

View File

@ -1 +0,0 @@
DIST icomplete-0.4.tar.bz2 70010 SHA512 ad1f8d4294c7651363828e98f170c2730dbfb2b094e05cd4a4d67491507ae63ba7f50a574dbfbd62f4f4532789fe8cd6a2e2f868ab9e869578f631ee111f2f6e

View File

@ -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
}

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>mantainer-wanted</herd>
</pkgmetadata>