diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-29 00:50:47 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-29 00:50:47 +0000 |
commit | c662f1c099a2d65c8c5391a8cc4c79cb8b7ac2d0 (patch) | |
tree | 8b988703209f658b14bc3fa0d3dde7723943c6bd /app-vim/vimirc/vimirc-0.8.3.ebuild | |
parent | Tidy up (Manifest recommit) (diff) | |
download | gentoo-2-c662f1c099a2d65c8c5391a8cc4c79cb8b7ac2d0.tar.gz gentoo-2-c662f1c099a2d65c8c5391a8cc4c79cb8b7ac2d0.tar.bz2 gentoo-2-c662f1c099a2d65c8c5391a8cc4c79cb8b7ac2d0.zip |
x86 stable, tidy up
Diffstat (limited to 'app-vim/vimirc/vimirc-0.8.3.ebuild')
-rw-r--r-- | app-vim/vimirc/vimirc-0.8.3.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-vim/vimirc/vimirc-0.8.3.ebuild b/app-vim/vimirc/vimirc-0.8.3.ebuild deleted file mode 100644 index e022cad3c7ca..000000000000 --- a/app-vim/vimirc/vimirc-0.8.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/vimirc-0.8.3.ebuild,v 1.3 2004/07/14 13:50:48 agriffis Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: IRC Client" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=931" -LICENSE="vim" -KEYWORDS="~x86 ~sparc ~mips ~ppc" -IUSE="" - -# requires 6.2.412 at runtime. it's not too keen upon console vim, so we'll -# just ask for gvim. -RDEPEND=">=app-editors/gvim-6.2-r8" - -pkg_postinst() { - einfo " " - einfo "This plugin requires a Vim with perl support enabled. This is" - einfo "controlled by the 'perl' USE flag." - einfo " " -} |